|
terminal console
debug off
timeout 30
default 0
gfxmenu ()/WXPE/MESSAGE
title [1] WinPE
()/WXPE/F6IMG
map ()/WXPE/pe.ISO (0xff)
map --hook
chainloader (0xff)
title [2] 搜索启动盘上的ISO文件 (速度模式)
()/WXPE/F6IMG
()/WXPE/FISO cmd="map %1 (0xff)" ext=.iso subdir=5 return="configfile (md)4+8"
title [3] 搜索启动盘上的ISO文件 (兼容模式)
()/WXPE/F6IMG
()/WXPE/FISO cmd="map --mem %1 (0xff)" ext=.iso subdir=5 return="configfile (md)4+8"
title [4] 搜索所有硬盘上的ISO文件(速度模式)
()/WXPE/F6IMG
()/WXPE/FISO cmd="map %1 (0xff)" ext=.iso devs="--devices=h" subdir=5
return="configfile (md)4+8"
title [5] 搜索所有硬盘上的ISO文件 (兼容模式)
()/WXPE/F6IMG
()/WXPE/FISO cmd="map --mem %1 (0xff)" ext=.iso devs="--devices=h" subdir=5
return="configfile (md)4+8"
title [6] 加载SRS驱动
()/WXPE/F6IMG
pause Press any key to return...
configfile (md)4+8
title [h] 硬盘启动
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
map (hd0) ()
map () (hd0)
map --rehook
checkrange 0x21 read 0x8280 && cat --locatei=\"echo (hd0,0)/windows/system32/$winnt$.inf > nul
checkrange 0x21 read 0x8280 && cat --skip=%?% (hd0,0)/windows/system32/$winnt$.inf | set isopath=
checkrange 0x21 read 0x8280 && if exist %isopath% map --mem %isopath:~6,-1% (0xff) && map --rehook
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
chainloader /ntldr || chainloader /bootmgr
title [r] 重启
reboot
title 关机
halt
GRLDR.7z
(132.14 KB, 下载次数: 138)
[ 本帖最后由 liuyindou 于 2012-1-7 23:46 编辑 ] |
|