timeout 30
default 0
fallback 1
splashimage (hd0,0)/grub/xpm.gz
fontfile (hd0,0)/grub/fonts
title Boot Windows from local hard drive
map --harddrives=2
map (hd1) (hd0)
map (hd0) (hd1)
map --hook
chainloader +1
boot
title Boot Kaspersky Anti-Virus DOS Edition
map --mem (hd0,0)/tools/avp.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title Boot Shenshan Hongye Tools
chainloader (hd0,0)/ldrxpe
boot
title Boot Windows Recovery Console "This menu is not available, please ask experts to solve how to implement"
chainloader (hd0,0)/ctrl.bin "This file is taken from the CD, it does not work on the USB flash drive"
boot
title Boot MSDOS7.1
map --mem (hd0,0)/tools/msdos710.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title Boot Network Boot Disk
map --mem (hd0,0)/tools/network.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title Boot Linux Boot Disk Edition
kernel (hd0,0)/grub/memdisk.gz
initrd (hd0,0)/tools/linux.img
title Boot from Floppy Disk
chainloader (fd0)+1
rootnoverify(fd0)
title Boot from CD-ROM
cdrom --init
map --hook
chainloader (cd0)
title Switch to GRUB Command Line Mode
commandline
title Reboot
reboot
title Shutdown
halt
This is my menu.lst. Actually, it's not that I don't want to post it, but I still want to perfect it. Since that's the case, I'll post it first.