| 
 | 
 
情况是这样的,C盘是win7,D盘是xp。ramxp.img镜像放E盘。现在用g4d引导启动。下面是小弟的lst。能正常进入win7和ramxp。无奈xp系统无法进入 
 
title win7 
find --set-root --devices=h /bootmgr 
map () (hd0) 
map (hd0) () 
map --rehook 
find --set-root --devices=h /bootmgr 
chainloader /bootmgr 
 
title winxp 
find --set-root /ntldr 
chainloader /ntldr 
boot 
 
title ramxp 
find --set-root --ignore-floppies /ramxp.img 
map --mem /ramxp.img (hd0) 
map (hd0) (hd1)map --hook 
root (hd0,0) 
chainloader /ntldr 
boot 
 
title command line 
commandline 
 
title reboot 
reboot |   
 
 
 
 |