|
请问 P 大:软盘镜像文件IMG的 pxe 调用问题
你的合盘菜单参考没有软盘镜像文件IMG的 pxe 调用例子 ,能写个例吗? 如 xly2007.img 怎样在g4d 的pxe 中调用 ?
附:合盘菜单参考
;Grub4Dos menu.lst by Pseudo 2009.5.18
checkrange 0x21 read 0x8280 && pxe detect NotExist
checkrange 0x21 read 0x8280 && rootnoverify (pd)
timeout 8
default 1
;PXE启动时有意跳过gfxmenu花哨菜单以加速启动
checkrange 0x21 read 0x8280 || gfxmenu /MESSAGE.GZ
color blue/green yellow/red white/magenta white/magenta
title
;此为兼容grub4dos官方样例菜单menu.lst
find --set-root /0PE/0PE.ISO || rootnoverify (pd)
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook && chainloader (0xff)
title [1] 0PE by Pseudo
fallback 0
find --set-root /0PE/MENU.0PE || rootnoverify (pd)
configfile /0PE/MENU.0PE
title [2] MicroPE by Chenall
find --set-root /WXPE/MICROPE.LST || rootnoverify (pd)
configfile /WXPE/MICROPE.LST
title [3] Windows NT/2K/XP/VISTA
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr
title [4] MaxDOS ToolBox by VeDe
find --set-root /WXPE/VEDE_CD.ISO || rootnoverify (pd)
map /WXPE/VEDE_CD.ISO (0xff) || map --mem /WXPE/VEDE_CD.ISO (0xff)
map --hook
chainloader (0xff)
[ 本帖最后由 h99h99 于 2009-10-11 12:07 编辑 ] |
|