|
6#
楼主 |
发表于 2016-8-15 20:38:46
|
只看该作者
本帖最后由 mx5840725 于 2016-8-15 20:41 编辑
pxe detect
configfile
default 0
timeout 1
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
configfile /boot/grub/menu.lst
configfile /grub/menu.lst
if "%@root%"=="(ud)" && calc *0x82A0=*0x82b9&0xff
if "%@root:~1,1%"=="f" && find --set-root --devices=f /menu.lst && configfile /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
grldr 里面的语句,就那个 IF是如果 &&是并且 ==是等于 和最下面的 重启 关机 能明白 别的都不懂,刚才自己制作的 UD grldr里面的语句 就 几行
default 0
timeout 0
title Windows PE
map (ud)/10pe.iso (0xFF)
map --hook
chainloader (0xff)
|
|