/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux/system/bootup/grub.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Booting an El-Torito CD
 
2
=======================
 
3
Requirements:
 
4
    memdisk (from syslinux), sbm boot floppy (from Smart Bootmanager).
 
5
Operation:
 
6
    * memdisk allows to boot from any floppy image (Hard Driver images are
 
7
    not supported).
 
8
    * Smart Bootmanager provides a floppy with posibility to boot from
 
9
    any IDE hard-drive and CDROM drive. The USB drives are not supported.
 
10
Grub Configuration:
 
11
    title Boot "El Torito"
 
12
    kernel /boot/grub/memdisk.bin
 
13
    initrd /boot/grub/sbm.dsk.gz
 
14
 
 
15
 
 
16
Single user mode
 
17
================
 
18
 To get into single user mode from GRUB, highlight the linux operating system
 
19
you want to boot. After the line is highlighted, press 'e'. 'e' will get you
 
20
into the GRUB editor. Next, highlight the line that begins with "kernel" and
 
21
press 'e' again. 'e' the second time will allow you to edit the "kernel"
 
22
line. Add the word "single" to the end of the line, "single" will tell the
 
23
kernel to boot into single user mode. After adding the word "single", press
 
24
"Enter" and then 'b' to boot the operating system.