Unsolved
This post is more than 5 years old
21 Posts
0
7370
July 20th, 2011 18:00
Driver Packages Imported with DCDP Not Installing Correctly
I manually created an image and captured it using the SCCM Capture CD from 'Create Task Sequence Media'. The image is already imported into SCCM, and I can deploy the image. However, the drivers are not installing properly from the CABs I imported.
I installed DCDP on SCCM R2 SP2. I was able to successfully import the CABs as driver packages. However, after configuring and editing the task sequence per the posted whitepaper (Operating System Deployment on Dell Enterprise Client Systems using Microsoft System Center Configuration Manager 2007), several drivers are not properly installed after logging into the Desktop for the first time. This problem happened with a Latitude E6320 and Optiplex 390 using their respective drivers. I am not currently using Combo CABs at this point. I've noticed the USH, video, and NIC drivers are not being installed.
The sequence is as follows:
Restart in Windows PE (boot image assigned)
Connect to Network Folder (necessary for access to a DISKPART script)
Run Command Line (processes the DISKPART script I created)
Apply Data Image 1 (second partition specified, as Dell diags exist on the first partition)
Apply Operating System (Image 2 applied to the third partition - includes Unattend.xml)
Apply Windows Settings
Apply Network Settings (currently configured to join the domain, which is not working)
Apply Driver Package (appropriate driver package selected with 'Do unattended installation of unsigned drivers' checked and the WMI query Option enabled)
Please note the conditions used for the Optiplex 390:
select * from Win32_ComputerSystem where Manufacturer like 'Dell%' AND Model like '390%'
To complete the task sequence, these items follow:
Setup windows and ConfigMgr
Install Updates
Any help would be greatly appreciated to correct this.
Thanks!
I installed DCDP on SCCM R2 SP2. I was able to successfully import the CABs as driver packages. However, after configuring and editing the task sequence per the posted whitepaper (Operating System Deployment on Dell Enterprise Client Systems using Microsoft System Center Configuration Manager 2007), several drivers are not properly installed after logging into the Desktop for the first time. This problem happened with a Latitude E6320 and Optiplex 390 using their respective drivers. I am not currently using Combo CABs at this point. I've noticed the USH, video, and NIC drivers are not being installed.
The sequence is as follows:
Restart in Windows PE (boot image assigned)
Connect to Network Folder (necessary for access to a DISKPART script)
Run Command Line (processes the DISKPART script I created)
Apply Data Image 1 (second partition specified, as Dell diags exist on the first partition)
Apply Operating System (Image 2 applied to the third partition - includes Unattend.xml)
Apply Windows Settings
Apply Network Settings (currently configured to join the domain, which is not working)
Apply Driver Package (appropriate driver package selected with 'Do unattended installation of unsigned drivers' checked and the WMI query Option enabled)
Please note the conditions used for the Optiplex 390:
select * from Win32_ComputerSystem where Manufacturer like 'Dell%' AND Model like '390%'
To complete the task sequence, these items follow:
Setup windows and ConfigMgr
Install Updates
Any help would be greatly appreciated to correct this.
Thanks!
0 events found
No Events found!


Lunatek
21 Posts
0
July 20th, 2011 20:00
DELL-Warren B
1.1K Posts
0
July 25th, 2011 13:00
Lunatek
21 Posts
0
July 26th, 2011 19:00
Lunatek
21 Posts
0
July 27th, 2011 19:00
select * from Win32_ComputerSystem where Model like 'E6320%'
I tried it with 'Latitude E6320%', as well. That also failed.