home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 February / PCpro_2006_02.ISO / inst_sys / cbs / menu.lst < prev    next >
Encoding:
File List  |  2005-10-19  |  928 b   |  35 lines

  1. ## Boot automatically after this many secs:
  2. timeout 5
  3.  
  4. ## By default, boot the first entry on UP, second entry on SMP.
  5. default 0 1
  6.  
  7. ## Fallback to the second entry.
  8. fallback 2
  9.  
  10. ## work on both, keyboard and serial:
  11. serial --unit=0 --speed=115200
  12. terminal --timeout=7 serial console
  13.  
  14. ######################################################################
  15. title System
  16. root (hd0,1)
  17. kernel /boot/vmlinuz root=/dev/hda3 console=tty0
  18.  
  19. ######################################################################
  20. title System (SMP)
  21. root (hd0,1)
  22. kernel /boot/vmlinuz_smp root=/dev/hda3 console=tty0
  23.  
  24. ######################################################################
  25. ## Restore-System
  26. title Service System
  27. root (hd0,4)
  28. kernel /boot/restore root=/dev/hda5 console=ttyS0,115200N0 console=tty0 panic=30
  29.  
  30. ######################################################################
  31. ## MemTest
  32. title memtest86
  33. root (hd0,1)
  34. kernel /grub/memtest.bin
  35.