|
谢谢各位!
确实能提出来,但提出来的是下的这个,不是默认的那个,看这个的意思就应该是按我自己的的MENU来启动才对的啊
pxe detect
configfile
default 0
timeout 1
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
configfile /menu.lst
configfile /boot/grub/menu.lst
configfile /grub/menu.lst
find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
errorcheck on
commandline
title commandline
commandline
title reboot
reboot
title halt
halt
刚才试了内置进去也不行,还是老样子的,内置确定成功,我解出来看了一下只是解出来的没有注释行。
[ 本帖最后由 heham 于 2009-4-17 20:40 编辑 ] |
|