menu.lst
来自「grub4dos-0.4.4-2008- 08-src.zip」· LST 代码 · 共 83 行
LST
83 行
## Sample boot menu configuration file## Boot automatically after 30 secs.timeout 30# By default, boot the first entry.default 0# Fallback to the second entry.fallback 1# For booting GNU/Hurdtitle GNU/Hurdroot (hd0,0)kernel /boot/gnumach.gz root=hd0s1module /boot/serverboot.gz# For booting GNU/Linuxtitle GNU/Linuxroot (hd1,0)kernel /vmlinuz root=/dev/hdb1#initrd /initrd.img# For booting GNU/kFreeBSDtitle GNU/kFreeBSDroot (hd0,2,a)kernel /boot/loader.gz# For booting GNU/kNetBSDtitle GNU/kNetBSDroot (hd0,2,a)kernel --type=netbsd /boot/knetbsd.gz# For booting Mach (getting kernel from floppy)title Utah Mach4 multibootroot (hd0,2)pause Insert the diskette now!!kernel (fd0)/boot/kernel root=hd0s3module (fd0)/boot/bootstrap# For booting FreeBSDtitle FreeBSDroot (hd0,2,a)kernel /boot/loader# For booting NetBSDtitle NetBSDroot (hd0,2,a)kernel --type=netbsd /netbsd# For booting OpenBSDtitle OpenBSDroot (hd0,2,a)kernel --type=netbsd /bsd# For booting OS/2title OS/2root (hd0,1)makeactive# chainload OS/2 bootloader from the first sectorchainloader +1# This is similar to "chainload", but loads a specific file#chainloader /boot/chain.os2# For booting Windows NT or Windows95title Windows NT / Windows 95 boot menurootnoverify (hd0,0)makeactivechainloader +1# For loading DOS if Windows NT is installed# chainload /bootsect.dos# For installing GRUB into the hard disktitle Install GRUB into the hard diskroot (hd0,0)setup (hd0)# Change the colors.title Change the colorscolor light-green/brown blink-red/blue
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?