近来我在尝试把maxdos5.8s 网络克隆U盘版本改成光盘版,做成的IMG不能正常加载。(vmware5.6测试)
img已经正确完成(容量为5760Kb),但是用run命令加载的时候遇到一个难题,因为这个img启动的时候要驱动网卡,必须向A盘写入数据(此时的A盘是只读的),我用了网上查来的两个办法也不行。
第一种
====================
1) Download the attached zip file
2) Extract files (isolinux and memdisk) to c:\easyboot\disk1\ezboot
3) Put your xxx.IMG (or xxx.BIF) file in c:\easyboot\disk1\ezboot as well
4) Use 'bcdw /ezboot/isolinix memdisk initrd=xxx.img' to load it
第二种
====================
You can also use CDShell this way:
1) Download a simplified version from
http://dw.ezbsys.net/boot.zip
2) Extract it to disk1\, a folder named boot will be added there
boot\moudles
boot\cdshl.bin
boot\cdshell.ini
3) Copy your disk image (xxx.img for example) to disk1\boot
4) Edit cdshell.ini, change the first line to
memdisk /BOOT/xxx.IMG
5) Save the attached file (cdshldr.bin) to disk1\ezboot
6) Use 'run cdshldr.bin' to load your image
==============================
使用第一种方法,可以正常引导isolinux,和加载img,但是在启动系统的时候提示I/O错误,找不到引
导扇区,我换了另外一个1.44Mb的img,用这种方法可以加载成功。是不是这种方式对img的容量有限制,我的maxdos的容量为5760KB
使用第二种方法,没有成功,出来cdshell的界面后就没有反应了,
另外我还用BCDW方式加载,还是A驱不能写入数据
请指教,谢谢!!
[
本帖最后由 中国菠萝 于 2007-6-1 08:54 编辑 ]