WDS Error: A connection to the deployment share could not be made

deploymentmdt-2010wdswindows-server-2003windows-xp

We currently have a WDS server that we use for imaging both Windows XP and Windows 7 machines. We use MDT 2010 to add drivers to the WIM files. It works for all of our existing hardware, but we recently got in some Dell E6420 machines that we can't get to image (we're trying to install XP). After the machine downloads the WIM it throws an error:

A connection to the deployment share (\\servername\DeploymentShare) could not be made. DHCP Lease was not obtained for any Networking device! Possible Cause: Check physical connection. Abort – Abort Litetouch and cleanup (No Recovery). Retry – Retry network operation. Ignore – Cancel out of Litetouch (Retry later).

I don't think this is a network or DHCP issue, since all other models work. I think it's a driver issue, but I added the network driver from Dell's site to the WIM using MDT so I'm not sure why it isn't working. Any suggestions would be greatly appreciated!

Best Answer

Sounds like you need to add the drivers for the NIC into the Boot.WIM. I know you said you use MDT to add drivers to your WIMs but are you sure you're adding the correct ones?

Dell provides a WinPE Driver pack. I created a folder under the Out-of-Box drivers called WinPE and a selection profile called WinPE that only selects that folder. For the Boot.WIM setup in MDT I have it set to only use the WinPE profile for the Boot.WIMs.