home *** CD-ROM | disk | FTP | other *** search
File List | 2005-10-19 | 928 b | 35 lines |
- ## Boot automatically after this many secs:
- timeout 5
-
- ## By default, boot the first entry on UP, second entry on SMP.
- default 0 1
-
- ## Fallback to the second entry.
- fallback 2
-
- ## work on both, keyboard and serial:
- serial --unit=0 --speed=115200
- terminal --timeout=7 serial console
-
- ######################################################################
- title System
- root (hd0,1)
- kernel /boot/vmlinuz root=/dev/hda3 console=tty0
-
- ######################################################################
- title System (SMP)
- root (hd0,1)
- kernel /boot/vmlinuz_smp root=/dev/hda3 console=tty0
-
- ######################################################################
- ## Restore-System
- title Service System
- root (hd0,4)
- kernel /boot/restore root=/dev/hda5 console=ttyS0,115200N0 console=tty0 panic=30
-
- ######################################################################
- ## MemTest
- title memtest86
- root (hd0,1)
- kernel /grub/memtest.bin
-