Ghost problem with Dell Optiplex 745
Updated: 21 May 2010 | 10 comments
We just received several Optiplex 745 PC's. We are attempting to use a Dell Optiplex 620 Boot cd so that we can perform a Peer to Peer function. As it begins the boot using PC DOS, it says "failure to load driver" andthen begins the Ghost program and the Peer to Peer option is grayed out so that we cannot select it. I am assuming something is up with the NIC driver. Any ideas? Both PC's show that they have the Broadcom Extreme 57xx card and driver.
IN2FORD
Barry
discussion Filed Under:
Comments
\net\card0\$
\net\card1\$
\net\card2\$
\net\card3\$
0023 : Number of devices
Message Edited by David.Poprik on 06-29-200701:50 PM
Message Edited by David.Poprik on 06-29-200701:57 PM
prompt $p$g
MOUSE.COM
MSCDEX.EXE /D:EXTCD001 /L:D
set cdrom=D:
path=%RAMD%\;%CDROM%\;a:\
\net\netbind.com
pause
D:
cd \ghost
GHOST.EXE
GOTO END
REM Opti745
device=himem.sys /testmem:off
device=extcd.sys /D:EXTCD001
devicehigh=ramdrive.sys /e 32767
lastdrive=z
files=100
buffers=20
dos=high,umb
stacks=9,256
pause
DEVICE=\net\Opt8\protman.dos /I:\net\Opt8
DEVICE=\net\Opt8\dis_pkt.dos
DEVICE=\net\Opt8\B57.DOS
[B57]
DriverName = "B57$"
;
; DriverName = "B57n$"
; BusNum =
; DevNum =
; PortNum =
; FuncNum =
; LineSpeed =
; Duplex =
; NodeAddress =
; FixCheckSumOff
Message Edited by Jared Seymour on 07-24-200701:01 PM
Refer to this
Refer to this site:
http://service1.symantec.com/SUPPORT/on-technology...
To have the nic card you added to the boot wizard in the MultiCard Template, you must add the PCI tag to the mcassist.cfg file. It will be in the C:\Windows\All Users\Application Data\Symantec\Ghost\Template
folder under whatever you named it when you added it. Open up the file and add the tag:
PCI-TAG = VEN_ID DEV_ID : name
as in
PCI-TAG 14E4 4318 : Intel 82567$
Different physical NICs of the same kind (IE your Broadcom NetXtreme) may have different Device IDs, depending on when and where they were manufactured. Now the NIC should show up in the template and load correctly if 1) you have the correct NIC and 2) it has the correct tag
Would you like to reply?
Login or Register to post your comment.