I am deploying windows 7 64bit using MDT 2010. the PC I am deploying to is HP proDesk 600 G1 SFF, and the NIC card is intel (R) I217.
When I deploy the customised image, there is no problem during the WinPE stage, I can press F8 and run ipconfig /all to see all the NIC details, which means the correct driver is injected to the PE image.
The issue comes after the OS installation completes, after rebooting into the system and auto login as admin, the error pops up indicating no connection to the deployment share, it is actually the NIC driver not installed!
I checked the Hardware ID, it is PCI\VEN_8086&DEV_153A&SUBSYS_18E7103C&REV_04
I can find this ID in drivers.xml under deploymentshare/control, I believe this indicates there is a driver available for it.
but in the deployment log ztidrivers.log, it shows
<![LOG[Skipping Device PCI\VEN_8086&DEV_153A&SUBSYS_18E7103C&REV_04 No 3rd party drivers found. 11]LOG]!><time="09:21:02.000+000" date="05-07-2014" component="ZTIDrivers" context="" type="1" thread="" file="ZTIDrivers">
I can install the driver manually with no issues.
I downloaded different versions of the driver and tried hundred times but result is the same.
anyone can point me to the right direction? I have been struggling with this for quite a while.
Thanks