BDD 2007: Can’t connect to the deployment share
January 29, 2008 Comments
Error message:
A connection to the deployment share (\\server\deployment_share) could not be made. The deployment will not proceed.
I ran into this problem this morning when trying to load Windows XP on a new computer using Business Desktop Deployment and Windows Deployment Services. It turned out that the reason for this is because my WinPE boot image didn’t have the network drivers for the new computer (when you type in ipconfig /all in the command prompt in WinPE, you’ll notice that there’s no IP assigned).
I fixed this problem by doing the following:
- Download the network drivers for the computer having this issue.
- Open the Deployment Workbench.
- Add the network drivers to Distribution Share->Out-of-Box Drivers.
- Go to Deploy->Deployment Points, select your deployment point and click Update. This will update your WinPE boot image (LiteTouchPE_x86.wim) to include the new drivers.
- Open Windows Deployment Services and replace your boot image.
- Reboot the client machine and boot in WinPE again, it should now be able to connect to the deployment share.