Hi all,
I am using MDT 2010 to deploy Windows 7 and I have an issue with network drivers in Windows PE.
I have a deployment share that allows me to create and capture a custom wim image and another deployment share to deploy that custom wim. When I use a windows PE image without network drivers (no need for optiplex 360 et latitude e5500), I can capture a wim or refresh a computer without errors.
Recently, I had to add a network drivers for Dell Optiplex 380 into PE (which is the same network driver as OP360 and E5500). With these drivers, I can boot my PE image from WDS and connect to my deployment shares without error.
I've got an error only when the computer need to reboot into winPE after the LTIApply task (capture or refresh). In this case, the connection to the deployment share could not be made and I receive an error. If I launch Litetouch.vbs manually from WinPE cmd prompt, the deployment continues to the end.
Here is the bdd.log error :
No physical adapters present, cannot deploy over wireless LiteTouch 27/01/2010 16:53:25 0 (0x0000)
Unable to connect to \\computername\Deploy$.
DHCP Lease was not obtained for any Networking device! Possible Cause: Check physical connection. LiteTouch 27/01/2010 16:53:25 0 (0x0000)
FAILURE ( 5201 ): A connection to the deployment share (\\computername\Deploy$) could not be made. The deployment will not proceed. LiteTouch 27/01/2010 16:53:53 0 (0x0000)
It seems like an error in MDT 2008 when we needed to add a pause before launching wpeinit. But this bug is supposed to be fixed in MDT 2010.
This is weird because, with the same PE wim image with net drivers included, I can connect to my deployment share when I boot WinPE from WDS but I can't connect if I am coming from a full OS (capture or refresh).
I have the ztiutility script up to date :
http://blogs.technet.com/msdeployment/archive/2009/09/18/fix-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed-problem-with-mdt-2010.aspx If I remove the network drivers of PE images, the deployment works great (but I need them for OP380 Model).
Do you have any ideas about what is causing this issue ?
Thanks for your help.