Engelienart
MIS
My intention was to create a boot CDrom for Ghosting true the network.
I started by using this tutorial: to create a bootcdrom. I failed, although I did what the website told me to do.
Then I started thinking: How does a boot cdrom work? I found out (the hard way ) that I can create a bootcdrom with a bootdiskette. To bad that on the bootdiskette I wasnt able to put all the neccesary files to make the network start.
Also I had the problem with accessing the cdrom AND putting up the network. I finally created a bootdiskette with cdrom support AND was able to reach a cdrom with the "net.exe" and the "*.msg" files on the CDrom.
I did this with this config file:
(I ve put the networkdrivers in the low memory and the cdromdriver in the higher memory to avoid the "Request service not started" error.)
And the autoexec.bat:
I left out the commands:
because I wanted to make a bootable disk + working network first. Then work my way up.
When I start the PC with the diskette, it boots correctly.
Then I put a cd with the "net.exe" and the necessary "*.msg" files and I typed in the commandprompt:
And everything worked perfectly! I was very happy, so I put it on cdrom:
First made a bootabel cdrom with the bootdiskette, and placed the files on the cdrom. This included: "net.exe", "ghost.exe", "mouse.com" and the "*.msg" files.
I rebooted the PC with the Boot cd. It booted perfectly. But then I typed:
and I got the error:
Why did it work with diskette, but didnt work with the CD? Does anybody have a simmilar problem? And found a sollution? I checked this forum and I know there is a closed topic of this item, but there was noone with the same problem. Only that it didnt work on the diskette, but not that it work with diskette and failed on CDrom...
Can someone help me? Thanx! I can send the dos boot diskette too you if you like. I can also send the files to be put on the CDrom.
Thanx for your help!
I started by using this tutorial: to create a bootcdrom. I failed, although I did what the website told me to do.
Then I started thinking: How does a boot cdrom work? I found out (the hard way ) that I can create a bootcdrom with a bootdiskette. To bad that on the bootdiskette I wasnt able to put all the neccesary files to make the network start.
Also I had the problem with accessing the cdrom AND putting up the network. I finally created a bootdiskette with cdrom support AND was able to reach a cdrom with the "net.exe" and the "*.msg" files on the CDrom.
I did this with this config file:
Code:
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\E100B.DOS
DEVICE=NET\NTSTS.DOS
DEVICE=NET\DLSHELP.SYS
DEVICEHIGH=A:\HIMEM.SYS
DOS=HIGH,UMB
DEVICEHIGH=OAKCDROM.SYS /D:mscd001
LASTDRIVE = Z
(I ve put the networkdrivers in the low memory and the cdromdriver in the higher memory to avoid the "Request service not started" error.)
And the autoexec.bat:
Code:
@echo off
SET TZ=GHO-01:00
prompt $p$g
\net\netbind.com
mscdex /L:D /d:mscd001
I left out the commands:
Code:
net start
net use e: \\server\share
net use
mouse.com
ghost.exe
because I wanted to make a bootable disk + working network first. Then work my way up.
When I start the PC with the diskette, it boots correctly.
Then I put a cd with the "net.exe" and the necessary "*.msg" files and I typed in the commandprompt:
Code:
d:
cd net
net start
net use e: \\server\share
net use
And everything worked perfectly! I was very happy, so I put it on cdrom:
First made a bootabel cdrom with the bootdiskette, and placed the files on the cdrom. This included: "net.exe", "ghost.exe", "mouse.com" and the "*.msg" files.
I rebooted the PC with the Boot cd. It booted perfectly. But then I typed:
Code:
d:
cd net
net start
and I got the error:
Code:
DOS error SYS0006"
Why did it work with diskette, but didnt work with the CD? Does anybody have a simmilar problem? And found a sollution? I checked this forum and I know there is a closed topic of this item, but there was noone with the same problem. Only that it didnt work on the diskette, but not that it work with diskette and failed on CDrom...
Can someone help me? Thanx! I can send the dos boot diskette too you if you like. I can also send the files to be put on the CDrom.
Thanx for your help!