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!
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!

