The approach I take at most customer sites is the Hybrid method. Create a Windows 7 WIM with core applications as the base WIM file. All other task sequences or images will use this WIM file as the base because it already has the core applications installed.
When I first started this approach I had no issues until we received different hardware. No matter what I did I could not get Windows install to detect and install the 3rd party nic driver. In WinPE not an issue.
I checked the log file for PNP detection and MDT is detecting the hardware, finds the appropriate driver, issues the command to copy the driver to the OS drive and the returned result from the copy is 0. So all as it should be.
But when I check the C:\Drivers\Nic folder the driver is not there. Strange???? I don’t believe that a copy command would return success if it wasn’t successful.
What I think is happening is my Master image or Hybrid image capture is running too early and the Drivers folder from the master capture is sucking that directory up into the WIM file. So then when that WIM file is applied to the local drive the Drivers folder is being overwritten from the contents in the WIM file.
My questions is does this sound plausible and also what is the best sequence or approach for creating Hybrid images or WIM files
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hello All
I have MDT 2010 Update 1
The approach I take at most customer sites is the Hybrid method. Create a Windows 7 WIM with core applications as the base WIM file. All other task sequences or images will use this WIM file as the base because it already has the core applications installed.
When I first started this approach I had no issues until we received different hardware. No matter what I did I could not get Windows install to detect and install the 3rd party nic driver. In WinPE not an issue.
I checked the log file for PNP detection and MDT is detecting the hardware, finds the appropriate driver, issues the command to copy the driver to the OS drive and the returned result from the copy is 0. So all as it should be.
But when I check the C:\Drivers\Nic folder the driver is not there. Strange???? I don’t believe that a copy command would return success if it wasn’t successful.
What I think is happening is my Master image or Hybrid image capture is running too early and the Drivers folder from the master capture is sucking that directory up into the WIM file. So then when that WIM file is applied to the local drive the Drivers folder is being overwritten from the contents in the WIM file.
My questions is does this sound plausible and also what is the best sequence or approach for creating Hybrid images or WIM files
Cheers
Robert
Share this post
Link to post
Share on other sites