home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 February / PCpro_2006_02.ISO / boot / grub / menu.lst < prev    next >
Encoding:
File List  |  2005-11-15  |  1.1 KB  |  39 lines

  1. ## GRUB-bootconfig 
  2.  
  3. # grafics menu
  4. gfxmenu /boot/grub/boot_menu
  5.  
  6. # color settings
  7. #color white/blue black/light-gray
  8.  
  9. ## Boot automatically after this many secs:
  10. timeout 10
  11.  
  12. ## By default, boot the first entry.
  13. default 0
  14.  
  15. ## Fallback to the second entry.
  16. fallback 1
  17.  
  18. ## work on both, keyboard and serial:
  19. serial --unit=0 --speed=9600
  20. terminal --timeout=1 serial console
  21.  
  22. ######################################################################
  23. title Collax Business Server Install
  24. #console=ttyS0,9600N8 console=tty1
  25. kernel /boot/vmlinuz root=/dev/rd/0 devfs=mount ramdisk_size=16385 prompt_ramdisk=0 console=tty1 vga=791 lang=en splash=silent run_install showopts
  26. initrd /boot/initrd_installer
  27.  
  28. ######################################################################
  29. title Collax Business Server Live-CD
  30. #console=ttyS0,9600N8 console=tty1
  31. kernel /boot/vmlinuz root=/dev/rd/0 devfs=mount ramdisk_size=16385 prompt_ramdisk=0 console=tty1 vga=791 lang=en splash=silent showopts
  32. initrd /boot/initrd
  33.  
  34. ######################################################################
  35. ## MemTest
  36. title memtest86
  37. kernel /boot/grub/memtest.bin
  38.  
  39.