|
回复 #841 gtdwood 的帖子
- title 8. 启动 Windows NT/2K/2K3/XP/VISTA/win7/2K8/WIN8 系统 \n 自动查找系统所在磁盘,并加载第一启动扇区!
- 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
复制代码 |
|