| 
 | 
4#
 
 
 楼主 |
发表于 2011-12-17 20:38:31
|
只看该作者
 
 
 
原帖由 <i>sratlf</i> 于 2011-12-17 18:03 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2356748&ptid=203698" target="_blank"><img src="http://bbs.wuyou.net/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br /> 
理论上可能  前提是系统装了firadisk或winvblock驱动   <br /> 
 搞定了,安装了firadisk驱动后,把menu.lst改成如下内容就好了,自动搜索XP然后启动 
timeout 10 
default 1 
title tool 
map --mem --top /tool.img (hd1) 
find --set-root --ignore-floppies --ignore-cd /ntldr 
map () (hd0) 
map (hd0) () 
map --rehook 
find --set-root --ignore-floppies --ignore-cd /ntldr 
chainloader /ntldr  |   
 
 
 
 |