发新话题
打印

斑竹请帮个忙(关于ezboot)

斑竹请帮个忙(关于ezboot)

我用ezboot做了一个ghost的光盘启动盘,在vpc成功启动ghost,但在选择gho文件时,找不到光驱,也就无法找到我备份好的xp.gho文件,应该如何解决啊??/

TOP

斑竹请帮个忙(关于ezboot)

在你的IMG配置文件中加入对光驱的支持

TOP

斑竹请帮个忙(关于ezboot)

怎么+啊?

TOP

斑竹请帮个忙(关于ezboot)

怎么没人理下啊?请各们大虾们帮个忙嘛!!!!!!!!!!

TOP

斑竹请帮个忙(关于ezboot)

在autoexec.bat和config.sys中加入

TOP

斑竹请帮个忙(关于ezboot)

在autoexec.bat加入类似下面的语句:
A:\MSCDEX.EXE /D:mscd001
在config.sys中加入类似下面的语句:
device=oakcdrom.sys /D:mscd001

TOP

斑竹请帮个忙(关于ezboot)

没用的?
config.sys
device=himem.sys /testmem:off
device=oakcdrom.sys /D:mscd001
files=40
buffers=20,0
dos=high,umb
stacks=9,256
lastdrive=z
autoexec.bat
@ECHO OFF
echo Start Ghost, Please Wait...
path a:\
ghost
reboot
这些语句有错吗?

TOP

斑竹请帮个忙(关于ezboot)

在autoexec.bat加入类似下面的语句:
A:\MSCDEX.EXE /D:mscd001

TOP

发新话题