Syspreping and Dell Latitude D620

A

allenflame

Does anyone know which mass storage drivers I need to include in the
"Sysprepmassstorage" section. There has to be one that is included
with windows, because if I build the section with the sysprep -bmsd,
the image works fine, although it takes 20+ minutes to run sysprep. I
have the existing section

[SysprepMassStorage]
PCI\VEN_8086&DEV_27C4=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_244B=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24CB=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24D1=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24DB=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5215=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5219=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5229=c:\windows\inf\mshdc.inf
PCI\VEN_1097&DEV_0038=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0640=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0646=c:\windows\inf\mshdc.inf
PCI\VEN_0E11&DEV_AE33=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1222=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1230=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7010=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7111=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2411=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2421=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7199=c:\windows\inf\mshdc.inf
PCI\VEN_1042&DEV_1000=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_0601=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_5513=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0001=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0150=c:\windows\inf\mshdc.inf
PCI\VEN_105A&DEV_4D33=c:\windows\inf\mshdc.inf
PCI\VEN_1106&DEV_0571=c:\windows\inf\mshdc.inf

that works with all of my other machines, and takes less than 2
minutes to run sysprep. Any help would be appreciated. I've cross
searched what is listed in Device Manager (Intel 82801 GBM/GHM Serial
ATA Storage Controller - 27C4) and with what is listed in the built
sysprep.inf after the bmsd.
 
J

Johan Arwidmark

Download the latest intel chipset drivers

[SysprepMassStorage]
;
; Added for ich7ide Controller Support
;
PCI\VEN_8086&DEV_27C0 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27C4 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27DF = C:\Drivers\IntelInf\ich7ide.inf
;
; Added for ich7core Controller Support
;
PCI\VEN_8086&DEV_27B0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B8 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B9 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27BD = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27DA = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D2 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D4 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D6 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E2 = C:\Drivers\IntelInf\ich7core.inf
;
; Added for ich7usb Controller Support
;
PCI\VEN_8086&DEV_27C8 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27C9 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CA = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CB = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CC = C:\Drivers\IntelInf\ich7usb.inf

Regards

Johan Arwidmark
Microsoft MVP - Setup / Deployment

Does anyone know which mass storage drivers I need to include in the
"Sysprepmassstorage" section. There has to be one that is included
with windows, because if I build the section with the sysprep -bmsd,
the image works fine, although it takes 20+ minutes to run sysprep. I
have the existing section

[SysprepMassStorage]
PCI\VEN_8086&DEV_27C4=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_244B=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24CB=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24D1=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24DB=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5215=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5219=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5229=c:\windows\inf\mshdc.inf
PCI\VEN_1097&DEV_0038=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0640=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0646=c:\windows\inf\mshdc.inf
PCI\VEN_0E11&DEV_AE33=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1222=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1230=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7010=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7111=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2411=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2421=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7199=c:\windows\inf\mshdc.inf
PCI\VEN_1042&DEV_1000=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_0601=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_5513=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0001=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0150=c:\windows\inf\mshdc.inf
PCI\VEN_105A&DEV_4D33=c:\windows\inf\mshdc.inf
PCI\VEN_1106&DEV_0571=c:\windows\inf\mshdc.inf

that works with all of my other machines, and takes less than 2
minutes to run sysprep. Any help would be appreciated. I've cross
searched what is listed in Device Manager (Intel 82801 GBM/GHM Serial
ATA Storage Controller - 27C4) and with what is listed in the built
sysprep.inf after the bmsd.
 
J

Johan Arwidmark

If you are using IntelSATA as well you need to add that too...

[SysprepMassStorage]
;
; Added for Intel SATA Controller Support
;
PCI\VEN_8086&DEV_2652&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2653&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_27C1&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_27C5&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2681&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2821&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2652&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_27C3&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_2682&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_27C6&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_2822&CC_0104=C:\Drivers\IntelSATA\iastor.inf
;
; Added for ich7ide Controller Support
;
PCI\VEN_8086&DEV_27C0 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27C4 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27DF = C:\Drivers\IntelInf\ich7ide.inf
;
; Added for ich7core Controller Support
;
PCI\VEN_8086&DEV_27B0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B8 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B9 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27BD = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27DA = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D2 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D4 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D6 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E2 = C:\Drivers\IntelInf\ich7core.inf
;
; Added for ich7usb Controller Support
;
PCI\VEN_8086&DEV_27C8 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27C9 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CA = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CB = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CC = C:\Drivers\IntelInf\ich7usb.inf

Regards

Johan Arwidmark
Microsoft MVP - Setup / Deployment
 
M

Marcelo Flores

I am still having problems with sysprep finding the audio and modem
drivers. Anyone had luck with it. I've downloaded the drivers from Dell
and still have no luck finding them during sysprep. It always come up as
"PCI Device"

If anyone could point me to a cab

file or other driver source that has all the files I'd appreciate it.

Thanks,
Marcelo Flores
 
J

Johan Arwidmark

The chipset driver needs to be installed in the image (as well as the
888111 hotfix) in order for the modem and audio to be detected...

Are you using BDD 2007 to deploy the image?

Make sure the Intel chipset drivers are stored in c:\drivers\intelinf
(and the intelsata in c:\drivers\intelsata) and then use the following
sysprep.inf...the values from the -bmsd command has been shortened...

Since we are manually updating sysprep.inf you shouldn't rerun the
-bmsd command, or setting BuildMassStorageSection = Yes (commented
out this example)

[Sysprep]
; BuildMassStorageSection = Yes


[SysprepMassStorage]
; Added for Intel SATA Controller Support
PCI\VEN_8086&DEV_2652&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2653&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_27C1&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_27C5&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2681&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2821&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2652&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_27C3&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_2682&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_27C6&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_2822&CC_0104=C:\Drivers\IntelSATA\iastor.inf
;
; Added for ich5core Controller Support
;
PCI\VEN_8086&DEV_24D0 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_24DC = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_24D3 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25A1 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25A4 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25AB = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25AE = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25AC = C:\Drivers\IntelInf\ich5core.inf
;
; Added for ich5ide Controller Support
;
PCI\VEN_8086&DEV_24D1 = C:\Drivers\IntelInf\ich5ide.inf
PCI\VEN_8086&DEV_24DB = C:\Drivers\IntelInf\ich5ide.inf
PCI\VEN_8086&DEV_25A2 = C:\Drivers\IntelInf\ich5ide.inf
PCI\VEN_8086&DEV_25A3 = C:\Drivers\IntelInf\ich5ide.inf
;
; Added for ich5usb Controller Support
;
PCI\VEN_8086&DEV_24D2 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24D4 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24D7 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24DE = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24DD = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_25A9 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_25AA = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_25AD = C:\Drivers\IntelInf\ich5usb.inf
;
; Added for ich6core Controller Support
;
PCI\VEN_8086&DEV_2640 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2641 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2642 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_266A = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2660 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2662 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2664 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2666 = C:\Drivers\IntelInf\ich6core.inf
;
; Added for ich6ide Controller Support
;
PCI\VEN_8086&DEV_2651 = C:\Drivers\IntelInf\ich6ide.inf
PCI\VEN_8086&DEV_2652 = C:\Drivers\IntelInf\ich6ide.inf
PCI\VEN_8086&DEV_2653 = C:\Drivers\IntelInf\ich6ide.inf
PCI\VEN_8086&DEV_266F = C:\Drivers\IntelInf\ich6ide.inf
;
; Added for ich6usb Controller Support
;
PCI\VEN_8086&DEV_2658 = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_2659 = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_265A = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_265B = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_265C = C:\Drivers\IntelInf\ich6usb.inf
;
; Added for ich7core Controller Support
;
PCI\VEN_8086&DEV_27B0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B8 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B9 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27BD = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27DA = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D2 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D4 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D6 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E2 = C:\Drivers\IntelInf\ich7core.inf
;
; Added for ich7ide Controller Support
;
PCI\VEN_8086&DEV_27C0 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27C4 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27DF = C:\Drivers\IntelInf\ich7ide.inf
;
; Added for ich7usb Controller Support
;
PCI\VEN_8086&DEV_27C8 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27C9 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CA = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CB = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CC = C:\Drivers\IntelInf\ich7usb.inf
;
; Added for ich8core Controller Support
;
PCI\VEN_8086&DEV_2810 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2811 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2812 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2814 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2815 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_283F = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2841 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2843 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2845 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2847 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2849 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_284F = C:\Drivers\IntelInf\ich8core.inf
;
; Added for ich8ide Controller Support
;
PCI\VEN_8086&DEV_2820 = C:\Drivers\IntelInf\ich8ide.inf
PCI\VEN_8086&DEV_2825 = C:\Drivers\IntelInf\ich8ide.inf
PCI\VEN_8086&DEV_2828 = C:\Drivers\IntelInf\ich8ide.inf
PCI\VEN_8086&DEV_2850 = C:\Drivers\IntelInf\ich8ide.inf
;
; Added for ich8smb Controller Support
;
PCI\VEN_8086&DEV_283E = C:\Drivers\IntelInf\ich8smb.inf
;
; Added for ich8usb Controller Support
;
PCI\VEN_8086&DEV_2830 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2831 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2832 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2834 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2835 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2836 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_283A = C:\Drivers\IntelInf\ich8usb.inf
;
; Added for ichXdev Controller Support
;
PCI\VEN_8086&DEV_537C = C:\Drivers\IntelInf\ichXdev.inf
;
; Below driverlist is XP builtin drivers,
; generated with sysprep -bmsd and copied here
;
pci\ven_8086&dev_2570=c:\windows\inf\machine.inf
pci\ven_8086&dev_2571=c:\windows\inf\machine.inf
pci\ven_8086&dev_2573=c:\windows\inf\machine.inf
.....

Regards

Johan Arwidmark
Microsoft MVP - Setup / Deployment


I am still having problems with sysprep finding the audio and modem
drivers. Anyone had luck with it. I've downloaded the drivers from Dell
and still have no luck finding them during sysprep. It always come up as
"PCI Device"

If anyone could point me to a cab

file or other driver source that has all the files I'd appreciate it.

Thanks,
Marcelo Flores
allenflame said:
Does anyone know which mass storage drivers I need to include in the
"Sysprepmassstorage" section. There has to be one that is included
with windows, because if I build the section with the sysprep -bmsd,
the image works fine, although it takes 20+ minutes to run sysprep. I
have the existing section

[SysprepMassStorage]
PCI\VEN_8086&DEV_27C4=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_244B=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24CB=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24D1=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24DB=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5215=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5219=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5229=c:\windows\inf\mshdc.inf
PCI\VEN_1097&DEV_0038=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0640=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0646=c:\windows\inf\mshdc.inf
PCI\VEN_0E11&DEV_AE33=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1222=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1230=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7010=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7111=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2411=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2421=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7199=c:\windows\inf\mshdc.inf
PCI\VEN_1042&DEV_1000=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_0601=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_5513=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0001=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0150=c:\windows\inf\mshdc.inf
PCI\VEN_105A&DEV_4D33=c:\windows\inf\mshdc.inf
PCI\VEN_1106&DEV_0571=c:\windows\inf\mshdc.inf

that works with all of my other machines, and takes less than 2
minutes to run sysprep. Any help would be appreciated. I've cross
searched what is listed in Device Manager (Intel 82801 GBM/GHM Serial
ATA Storage Controller - 27C4) and with what is listed in the built
sysprep.inf after the bmsd.
 
M

Marcelo Flores

Got it to work:

I just figured that the .inf files that come in from the Dell cab were
sufficient. I had to extract another set of drivers and .infs from
qfe.exe nested in the D620 audio driver folder. Once I got that in my
path it worked flawlessly.

Hope this helps others with a similar issue.

Marcelo


Johan said:
The chipset driver needs to be installed in the image (as well as the
888111 hotfix) in order for the modem and audio to be detected...

Are you using BDD 2007 to deploy the image?

Make sure the Intel chipset drivers are stored in c:\drivers\intelinf
(and the intelsata in c:\drivers\intelsata) and then use the following
sysprep.inf...the values from the -bmsd command has been shortened...

Since we are manually updating sysprep.inf you shouldn't rerun the
-bmsd command, or setting BuildMassStorageSection = Yes (commented
out this example)

[Sysprep]
; BuildMassStorageSection = Yes


[SysprepMassStorage]
; Added for Intel SATA Controller Support
PCI\VEN_8086&DEV_2652&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2653&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_27C1&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_27C5&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2681&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2821&CC_0106=C:\Drivers\IntelSATA\iaahci.inf
PCI\VEN_8086&DEV_2652&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_27C3&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_2682&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_27C6&CC_0104=C:\Drivers\IntelSATA\iastor.inf
PCI\VEN_8086&DEV_2822&CC_0104=C:\Drivers\IntelSATA\iastor.inf
;
; Added for ich5core Controller Support
;
PCI\VEN_8086&DEV_24D0 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_24DC = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_24D3 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25A1 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25A4 = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25AB = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25AE = C:\Drivers\IntelInf\ich5core.inf
PCI\VEN_8086&DEV_25AC = C:\Drivers\IntelInf\ich5core.inf
;
; Added for ich5ide Controller Support
;
PCI\VEN_8086&DEV_24D1 = C:\Drivers\IntelInf\ich5ide.inf
PCI\VEN_8086&DEV_24DB = C:\Drivers\IntelInf\ich5ide.inf
PCI\VEN_8086&DEV_25A2 = C:\Drivers\IntelInf\ich5ide.inf
PCI\VEN_8086&DEV_25A3 = C:\Drivers\IntelInf\ich5ide.inf
;
; Added for ich5usb Controller Support
;
PCI\VEN_8086&DEV_24D2 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24D4 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24D7 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24DE = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_24DD = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_25A9 = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_25AA = C:\Drivers\IntelInf\ich5usb.inf
PCI\VEN_8086&DEV_25AD = C:\Drivers\IntelInf\ich5usb.inf
;
; Added for ich6core Controller Support
;
PCI\VEN_8086&DEV_2640 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2641 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2642 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_266A = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2660 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2662 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2664 = C:\Drivers\IntelInf\ich6core.inf
PCI\VEN_8086&DEV_2666 = C:\Drivers\IntelInf\ich6core.inf
;
; Added for ich6ide Controller Support
;
PCI\VEN_8086&DEV_2651 = C:\Drivers\IntelInf\ich6ide.inf
PCI\VEN_8086&DEV_2652 = C:\Drivers\IntelInf\ich6ide.inf
PCI\VEN_8086&DEV_2653 = C:\Drivers\IntelInf\ich6ide.inf
PCI\VEN_8086&DEV_266F = C:\Drivers\IntelInf\ich6ide.inf
;
; Added for ich6usb Controller Support
;
PCI\VEN_8086&DEV_2658 = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_2659 = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_265A = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_265B = C:\Drivers\IntelInf\ich6usb.inf
PCI\VEN_8086&DEV_265C = C:\Drivers\IntelInf\ich6usb.inf
;
; Added for ich7core Controller Support
;
PCI\VEN_8086&DEV_27B0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B8 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27B9 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27BD = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27DA = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D2 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D4 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27D6 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E0 = C:\Drivers\IntelInf\ich7core.inf
PCI\VEN_8086&DEV_27E2 = C:\Drivers\IntelInf\ich7core.inf
;
; Added for ich7ide Controller Support
;
PCI\VEN_8086&DEV_27C0 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27C4 = C:\Drivers\IntelInf\ich7ide.inf
PCI\VEN_8086&DEV_27DF = C:\Drivers\IntelInf\ich7ide.inf
;
; Added for ich7usb Controller Support
;
PCI\VEN_8086&DEV_27C8 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27C9 = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CA = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CB = C:\Drivers\IntelInf\ich7usb.inf
PCI\VEN_8086&DEV_27CC = C:\Drivers\IntelInf\ich7usb.inf
;
; Added for ich8core Controller Support
;
PCI\VEN_8086&DEV_2810 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2811 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2812 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2814 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2815 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_283F = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2841 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2843 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2845 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2847 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_2849 = C:\Drivers\IntelInf\ich8core.inf
PCI\VEN_8086&DEV_284F = C:\Drivers\IntelInf\ich8core.inf
;
; Added for ich8ide Controller Support
;
PCI\VEN_8086&DEV_2820 = C:\Drivers\IntelInf\ich8ide.inf
PCI\VEN_8086&DEV_2825 = C:\Drivers\IntelInf\ich8ide.inf
PCI\VEN_8086&DEV_2828 = C:\Drivers\IntelInf\ich8ide.inf
PCI\VEN_8086&DEV_2850 = C:\Drivers\IntelInf\ich8ide.inf
;
; Added for ich8smb Controller Support
;
PCI\VEN_8086&DEV_283E = C:\Drivers\IntelInf\ich8smb.inf
;
; Added for ich8usb Controller Support
;
PCI\VEN_8086&DEV_2830 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2831 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2832 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2834 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2835 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_2836 = C:\Drivers\IntelInf\ich8usb.inf
PCI\VEN_8086&DEV_283A = C:\Drivers\IntelInf\ich8usb.inf
;
; Added for ichXdev Controller Support
;
PCI\VEN_8086&DEV_537C = C:\Drivers\IntelInf\ichXdev.inf
;
; Below driverlist is XP builtin drivers,
; generated with sysprep -bmsd and copied here
;
pci\ven_8086&dev_2570=c:\windows\inf\machine.inf
pci\ven_8086&dev_2571=c:\windows\inf\machine.inf
pci\ven_8086&dev_2573=c:\windows\inf\machine.inf
....

Regards

Johan Arwidmark
Microsoft MVP - Setup / Deployment


I am still having problems with sysprep finding the audio and modem
drivers. Anyone had luck with it. I've downloaded the drivers from Dell
and still have no luck finding them during sysprep. It always come up as
"PCI Device"

If anyone could point me to a cab

file or other driver source that has all the files I'd appreciate it.

Thanks,
Marcelo Flores
allenflame said:
Does anyone know which mass storage drivers I need to include in the
"Sysprepmassstorage" section. There has to be one that is included
with windows, because if I build the section with the sysprep -bmsd,
the image works fine, although it takes 20+ minutes to run sysprep. I
have the existing section

[SysprepMassStorage]
PCI\VEN_8086&DEV_27C4=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_244B=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24CB=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24D1=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_24DB=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5215=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5219=c:\windows\inf\mshdc.inf
PCI\VEN_10B9&DEV_5229=c:\windows\inf\mshdc.inf
PCI\VEN_1097&DEV_0038=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0640=c:\windows\inf\mshdc.inf
PCI\VEN_1095&DEV_0646=c:\windows\inf\mshdc.inf
PCI\VEN_0E11&DEV_AE33=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1222=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_1230=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7010=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7111=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2411=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_2421=c:\windows\inf\mshdc.inf
PCI\VEN_8086&DEV_7199=c:\windows\inf\mshdc.inf
PCI\VEN_1042&DEV_1000=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_0601=c:\windows\inf\mshdc.inf
PCI\VEN_1039&DEV_5513=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0001=c:\windows\inf\mshdc.inf
PCI\VEN_10AD&DEV_0150=c:\windows\inf\mshdc.inf
PCI\VEN_105A&DEV_4D33=c:\windows\inf\mshdc.inf
PCI\VEN_1106&DEV_0571=c:\windows\inf\mshdc.inf

that works with all of my other machines, and takes less than 2
minutes to run sysprep. Any help would be appreciated. I've cross
searched what is listed in Device Manager (Intel 82801 GBM/GHM Serial
ATA Storage Controller - 27C4) and with what is listed in the built
sysprep.inf after the bmsd.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top