|
2#
楼主 |
发表于 2012-1-17 18:00:25
|
只看该作者
title 【10】 启动 USB XP系统
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
map (hd1) ()
map () (hd1)
map --rehook
checkrange 0x21 read 0x8280 && cat --locatei=\"echo (hd1,2)/windows/system32/$winnt$.inf > nul
checkrange 0x21 read 0x8280 && cat --skip=%?% (hd1,2)/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
试着上面这样做不成功,启动了电脑上的XP |
|