|
如果是ud-zip启动,识别为zip时候,还不能启动散开的nt6,可引用如下兼容菜单。
title 10.Win8 PE X64维护版(散开zip)
set boott=nozip
calc *0x8280 || set boott=zip
calc *0x82b8 && calc *0x82b9&0xff || set boott=zip
echo $[1106] booting Fast 8PE, please wait ...
if %boott%==nozip && echo %boott% && find --set-root /boot/bcfmgr && chainloader /boot/bcfmgr && boot
if %boott%==zip && echo %boott% && map (fd0) (hd0) && map --hook
chainloader (hd0,0)/boot/BCFMGR || chainloader (hd0,1)/boot/BCFMGR || chainloader (hd0,2)/boot/BCFMGR || chainloader (hd0,3)/boot/BCFMGR |
|