|
mlm2000
新手上路

积分 8
发帖 3
注册 2007-11-25
状态 离线
|
『楼 主』:
请教:GHOST8.3.img镜像是如何作出来的?
使用 LLM 解释/回答一下
我想制作纯净的GHOST8.3.img,用easyboot刻成启动光盘后,只要选择执行了这一项就立即进入了Ghost8.3的DOS启动界面中,并支持鼠标驱动,不需要太多的功能,做了多次都没有成功,哪位高手给看看我下面做的有什么问题,谢谢啦!
1、从win98的IMG文件里提取这些文件:
io.sys、
command.com、
msodos.sys、
autoexec.bat、
config.sys、
himem.sys、
mouse.com
另外准备的可执行文件ghost.exe(是8.3版)
2、如下修改autoexec.bat和config.sys的内容并保存。
autoexec.bat的内容:
@ECHO OFF
path=a:\
mouse
ghost
config.sys的内容:
device=himem.sys /testmemff
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
3、运行winimage,新建一个2.88M的IMG文件,再点击“映像”→“添加”,把io.sys、command.com、msdos.sys、autoexec.bat、config.sys、himem.sys、ghost.exe这几个文件添加到这个IMG文件里,因为要用到鼠标,所以还要把mouse.com这个文件也添加进去。保存为ghost.IMA。
4、用Easyboot将ghost.IMA刻成引导光盘后,重新引导winXP启动时,出现:
starting windows 98……
xxxxxxxx……(均为英文)
Not ready writing drive A
Abort,Retry,Fail?
当选择键盘“A”键时,才进入ghost.exe,否则进不了,不知什么原因?
能给指点一下吗?谢谢啦!
I want to make a pure GHOST8.3.img. After burning it into a bootable CD with EasyBoot, as soon as I select and execute this item, I immediately enter the DOS startup interface of Ghost8.3 and support the mouse driver. I don't need too many functions. I haven't succeeded after doing it many times. Which expert can take a look at what's wrong with what I did below, thank you!
1. Extract these files from the win98 IMG file:
io.sys、
command.com、
msodos.sys、
autoexec.bat、
config.sys、
himem.sys、
mouse.com
Also prepare the executable file ghost.exe (version 8.3)
2. Modify the contents of autoexec.bat and config.sys as follows and save.
Contents of autoexec.bat:
@ECHO OFF
path=a:\
mouse
ghost
Contents of config.sys:
device=himem.sys /testmemff
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
3. Run WinImage, create a new 2.88M IMG file, then click "Image" → "Add", add io.sys, command.com, msdos.sys, autoexec.bat, config.sys, himem.sys, ghost.exe these files into this IMG file, because the mouse is needed, so also add the mouse.com file. Save as ghost.IMA.
4. After burning ghost.IMA into a bootable CD with EasyBoot, when restarting to boot into WinXP, the following appears:
starting windows 98……
xxxxxxxx…… (all in English)
Not ready writing drive A
Abort,Retry,Fail?
When pressing the "A" key on the keyboard, it enters ghost.exe, otherwise it can't enter. I don't know the reason?
Can you give some pointers? Thank you!
|
|
2007-11-25 20:05 |
|
|
mlm2000
新手上路

积分 8
发帖 3
注册 2007-11-25
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
又试着制作了一次有光驱、鼠标支持的ghost.img镜像,
文件有:
1、AUTOEXEC.BAT
2、CONFIG.SYS
3、COMMAND.COM
4、HIMEM.SYS
5、IO.SYS
6、MSDOS.SYS
7、MOUSE.COM
8、MOUSE.INI
9、MSCDEX.EXE
10、ghost.exe
11、OAKCDROM.SYS
AUTOEXEC.BAT中批处理文件的编写:
@echo off
MOUSE.COM
mscdex.exe /D: /L:
GHOST.EXE
if NOT "%CONFIG%" == "NONE" GUEST
CONFIG.SYS中批处理文件的编写:
device=himem.sys
device=oakcdrom.sys /D:mscd001
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
用WinImage分别保存为8.3版的GHOST83.IMA和GHOST83.IMG,用EasyBoot做成引导光盘后,发现GHOST83.IMA支持鼠标,使用正常;而GHOST83.IMG却调用不了;扩展名不同,为什么一个能用而另一个却不能用呢?
I tried to make a ghost.img image again that supports CD-ROM and mouse.
The files are:
1、AUTOEXEC.BAT
2、CONFIG.SYS
3、COMMAND.COM
4、HIMEM.SYS
5、IO.SYS
6、MSDOS.SYS
7、MOUSE.COM
8、MOUSE.INI
9、MSCDEX.EXE
10、ghost.exe
11、OAKCDROM.SYS
Writing the batch file in AUTOEXEC.BAT:
@echo off
MOUSE.COM
mscdex.exe /D: /L:
GHOST.EXE
if NOT "%CONFIG%" == "NONE" GUEST
Writing the batch file in CONFIG.SYS:
device=himem.sys
device=oakcdrom.sys /D:mscd001
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
Saved as 8.3 version GHOST83.IMA and GHOST83.IMG with WinImage, and made into a bootable CD with EasyBoot. Then I found that GHOST83.IMA supports the mouse and works normally; but GHOST83.IMG can't be called; the extensions are different, why can one be used but the other can't?
|
|
2007-11-26 00:16 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
device=himem.sys /testmem:off /q
关键是因为你做的img未包含可引导信息,即img的MBR
方法:
运行winimage,新建一个2.88M的IMG文件然后按Ait+I+B组合键跳出引导扇区属性对话框按windows 95/98确定,再添加你的文件
Autoexec.bat
@echo off
MOUSE.COM
mscdex.exe /D: /L:
findcd.exe
echo CD-ROM is %CDROM%
GHOST.EXE
findcd.exe论坛搜索下吧
device=himem.sys /testmem:off /q
The key is because the img you made does not contain bootable information, that is, the MBR of the img.
Method:
Run winimage, create a 2.88M IMG file, then press the Alt+I+B combination key to pop up the boot sector properties dialog box, press Windows 95/98 to confirm, and then add your files.
Autoexec.bat
@echo off
MOUSE.COM
mscdex.exe /D: /L:
findcd.exe
echo CD-ROM is %CDROM%
GHOST.EXE
Please search for findcd.exe in the forum.
|

第一高手 第二高手
我的小站
 |
|
2007-11-26 00:54 |
|
|
loveheartrain
初级用户
  DOS之迷
积分 174
发帖 81
注册 2007-11-7
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
Not ready writing drive A
Abort,Retry,Fail?
没有找到驱动器A
你是取消,重试,还是终止?
在电脑公司GHOST中以有最简单的镜像文件400KB
需要的话发给你!
如果你要写自己的镜像,可以参考着个IMG文件制作,除了GHOST外,所有的文件里面都有.
ghost.exe存放在光盘的根目录下
CONFIG内容
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:mscd000
DEVICEHIGH=ASPICD.SYS /D:mscd000
files=10
buffers=10
dos=high,umb
stacks=9,256
devicehigh=ramdrive.sys /E 4096
lastdrive=z
AUTOEXEC内容
@ECHO OFF
LH MSCDEX.EXE /D:mscd000>nul
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
%CDROM%:
mouse.exe
ghost.exe -crcignore -fro -fx
ezboot.com
Last edited by loveheartrain on 2007-11-26 at 10:15 PM ]
Not ready writing drive A
Abort,Retry,Fail?
Drive A not found
Do you want to Abort, Retry, or Fail?
There is the simplest image file of 400KB in the Computer Company GHOST.
I can send it to you if you need it!
If you want to write your own image, you can refer to this IMG file for production. It is in all files except GHOST.
ghost.exe is stored in the root directory of the CD.
CONFIG content
device=himem.sys /testmem:off
DEVICEHIGH=VIDE-CDD.SYS /D:mscd000
DEVICEHIGH=ASPICD.SYS /D:mscd000
files=10
buffers=10
dos=high,umb
stacks=9,256
devicehigh=ramdrive.sys /E 4096
lastdrive=z
AUTOEXEC content
@ECHO OFF
LH MSCDEX.EXE /D:mscd000>nul
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
%CDROM%:
mouse.exe
ghost.exe -crcignore -fro -fx
ezboot.com
Last edited by loveheartrain on 2007-11-26 at 10:15 PM ]
|

愛意之无尽@灵犀!
QQ:71216716 E_mail:l.h.r.@163.com |
|
2007-11-26 22:01 |
|
|
mlm2000
新手上路

积分 8
发帖 3
注册 2007-11-25
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
多谢楼上两位,真的做成了,呵呵!
Thanks to the two upstairs, it's really done, hehe!
|
|
2007-11-27 10:25 |
|
|
hbysdhl
新手上路

积分 15
发帖 9
注册 2007-11-27 来自 湖北
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
没试过 不知道能不能 用上.
Haven't tried it. Don't know if it can be used.
|
|
2007-11-29 09:20 |
|
|
shanliang8008
银牌会员
    
积分 1148
发帖 514
注册 2007-6-1 来自 河北
状态 离线
|
|
2007-12-10 12:33 |
|
|