Hi,
It’s possible that WinPE’s kernel debug feature is binding to your Ethernet adapter, which can prevent MDT from accessing the network. You can try disabling it with the following steps:
Boot into the LiteTouchPE_x64 environment.
Press F8 to open the Command Prompt.
- Run: devmgmt.msc
In Device Manager, expand Network adapters, locate Microsoft Kernel Debug Network Adapter, right-click it, and select Disable.
Close Device Manager and reboot the system.
This should free up the Ethernet adapter so MDT can use it.
Also, make sure to update your deployment share after adding drivers. This ensures that your USB or WDS boot image includes the latest drivers and boot configurations. If you're using WDS or PXE, don’t forget to replace the boot images there with the updated versions.
Hope this helps!