Ok, I’ve fought this for a few days, and have no handle on how to resolve
it. It appears the BSOD happens when 2K is trying to load the driver, and
if I understand the error codes, 2K can’t find the image. Here is the
defining sections of the INF file.
;-------------- Service installation
[FgPeer_Device.NT.Services]
AddService = FgPeer,%SPSVCINST_ASSOCSERVICE%, FgPeer_Service_Inst,
FgPeer_EventLog_Inst
; -------------- Fibre Gear driver install sections
[FgPeer_Service_Inst]
DisplayName = %FgPeer.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 2 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\FgPeer.sys
LoadOrderGroup = Extended Base
AddReg = pnpsafe_pci_addreg
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
DFG = “Delphi FibreGear, Inc.”
ClassName = “FibreGear”
StdMfg = “Delphi FibreGear”
DiskId1 = “Delphi FibreGear Drivers Installation Disk #1”
FgPeer.DeviceDesc = “FgPeer”
FgPeer.SVCDESC = “FibreGear Peer to Peer Driver”
When I delete FgPeer.Sys, the system boots and everything looks good in the
registry. Imagepath is
“System32\Drivers\FgPeer.sys”.
What am I doing wrong?
Gary