The appropriate drivers may load from the CAB files but the controller drivers will end up giving you the blue screen once you take the ghost image from one type of hardware to the next...However i was able to get around that problem by finding the PNP ids and adding the following section to my sysprep.inf file and then ONE ghost know works for 7 different compaq desktops and laptop as well as Toshiba laptops:
[SysprepMassStorage] PCI\VEN_9004&DEV_8178 = "%windir%\inf\scsi.inf" PCI\VEN_9004&DEV_7895&SUBSYS_78909004 = "%windir%\inf\scsi.inf" PCI\VEN_9004&DEV_7895&SUBSYS_78919004 = "%windir%\inf\scsi.inf" PCI\VEN_9004&DEV_7895&SUBSYS_78929004 = "%windir%\inf\scsi.inf" PCI\VEN_9004&DEV_7895&SUBSYS_78949004 = "%windir%\inf\scsi.inf" PCI\VEN_9004&DEV_7895&SUBSYS_78959004 = "%windir%\inf\scsi.inf" PCI\VEN_9004&DEV_7895&SUBSYS_78969004 = "%windir%\inf\scsi.inf" PCI\VEN_9004&DEV_7895&SUBSYS_78979004 = "%windir%\inf\scsi.inf" PCI\VEN_9005&DEV_0010 = "%windir%\inf\scsi.inf" PCI\VEN_9005&DEV_001F = "%windir%\inf\scsi.inf" PCI\VEN_8086&DEV_7110&CC_0680 = "%windir%\inf\machine.inf" PCI\VEN_8086&DEV_7110&CC_0601 = "%windir%\inf\machine.inf" PCI\VEN_8086&DEV_7111 = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_1230 = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_7010 = "%windir%\inf\mshdc.inf" PCI\CC_0101 = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_2441 = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_244A = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_244B = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_2411 = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_2418 = "%windir%\inf\mshdc.inf" PCI\VEN_8086&DEV_7112&CC_0C0300 = "%windir%\inf\usb.inf" PCI\VEN_8086&DEV_7020&CC_0C0300 = "%windir%\inf\usb.inf" PCI\VEN_8086&DEV_2412&CC_0C0300 = "%windir%\inf\usb.inf" PCI\CC_0C0300 = "%windir%\inf\usb.inf" PCI\VEN_8086&DEV_2415 = "%windir%\inf\wdma_int.inf" Thanks Tariq Hameed Xtn - 4519 ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
