| 
 | 
 
怎么在加载完IMG文件后回调NTLDR菜单? 
 
timeout 0 
default 0 
find --set-root /bootimg/USB20.IMG 
map --mem /bootimg/USB20.IMG (fd0) 
map --hook 
rootnoverify (fd0) 
chainloader (fd0)+1 
 
我这样操作,能够回调菜单,但是不能加载IMG了: 
timeout 0 
default 0 
find --set-root /bootimg/USB20.IMG 
map --mem /bootimg/USB20.IMG (fd0) 
map --hook 
rootnoverify (fd0) 
chainloader (fd0)+1 
find --set-root /ntldr 
chainloader /ntldr 
 
[ 本帖最后由 2011c16940 于 2011-4-7 16:56 编辑 ] |   
 
 
 
 |