This is my solution to loading an image from a Ghostcast Server. I used a memory stick as my boot disk. My initial configuration worked OK for the Eurocom computer, but I needed to add extra drivers for a dell C521 computer. In the process I got the following errors.
“error 7906 unable to open protman”
“error 41 unable to bind”
Below is the final configuration for autoexec.bat and Config.sys
— The rtl folder contains the protocol.ini for a Eurocom Uno L390T
— The c521 folder contains the protocol.ini for a Dell Dimension C521.
— the \net folder contains the NDIS drivers for the Eurocom and Dimension.
— Replace sessionamehere with the right session name.
autoexec.bat
@echo off
prompt $p$g
path=c:\ghost;c:\net;c:\net\rtl
:menu
cls
echo 1.Eurocom
echo 2.Dell
set /p choice=?:
:Eurocom
netbind.com
MOUSE.COM
echo Loading…
GHOST.EXE -auto -clone,mode=restore,src=@mcSESSIONNAMEHERE,dst=2 -sure -rb
————————————————————————————————————
Config.sys
[menu]
menuitem=Eurocom, Image Eurocom computers
menuitem=Dell, Image Dimension C521
[Eurocom]
DEVICE=net\protman.dos /I:\net\rtl
DEVICE=net\dis_pkt.dos
DEVICE=net\rtend.dos
[Dell]
DEVICE=net\protman.dos /I:\net\c521
DEVICE=net\dis_pkt.dos
DEVICE=net\b44.dos