menu.lst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #
  2. # Sample boot menu configuration file
  3. #
  4. # Boot automatically after 30 secs.
  5. timeout 30
  6. # By default, boot the first entry.
  7. default 0
  8. # Fallback to the second entry.
  9. fallback 1
  10. # For booting GNU/Hurd
  11. title GNU/Hurd
  12. root (hd0,0)
  13. kernel /boot/gnumach.gz root=hd0s1
  14. module /boot/serverboot.gz
  15. # For booting GNU/Linux
  16. title GNU/Linux
  17. root (hd1,0)
  18. kernel /vmlinuz root=/dev/hdb1
  19. #initrd /initrd.img
  20. # For booting GNU/kFreeBSD
  21. title GNU/kFreeBSD
  22. root (hd0,2,a)
  23. kernel /boot/loader.gz
  24. # For booting GNU/kNetBSD
  25. title GNU/kNetBSD
  26. root (hd0,2,a)
  27. kernel --type=netbsd /boot/knetbsd.gz
  28. # For booting Mach (getting kernel from floppy)
  29. title Utah Mach4 multiboot
  30. root (hd0,2)
  31. pause Insert the diskette now!!
  32. kernel (fd0)/boot/kernel root=hd0s3
  33. module (fd0)/boot/bootstrap
  34. # For booting FreeBSD
  35. title FreeBSD
  36. root (hd0,2,a)
  37. kernel /boot/loader
  38. # For booting NetBSD
  39. title NetBSD
  40. root (hd0,2,a)
  41. kernel --type=netbsd /netbsd
  42. # For booting OpenBSD
  43. title OpenBSD
  44. root (hd0,2,a)
  45. kernel --type=netbsd /bsd
  46. # For booting OS/2
  47. title OS/2
  48. root (hd0,1)
  49. makeactive
  50. # chainload OS/2 bootloader from the first sector
  51. chainloader +1
  52. # This is similar to "chainload", but loads a specific file
  53. #chainloader /boot/chain.os2
  54. # For booting Windows NT or Windows95
  55. title Windows NT / Windows 95 boot menu
  56. rootnoverify (hd0,0)
  57. makeactive
  58. chainloader +1
  59. # For loading DOS if Windows NT is installed
  60. # chainload /bootsect.dos
  61. # For installing GRUB into the hard disk
  62. title Install GRUB into the hard disk
  63. root (hd0,0)
  64. setup (hd0)
  65. # Change the colors.
  66. title Change the colors
  67. color light-green/brown blink-red/blue