We are setting up the MDT to image Windows 11 machines. I have a Windows Server 2016 physical host running MDT v6.3.8456.1000, Windows Assessment and Deployment Kit v10.1.22621.1 and Windows Assessment and Deployment Kit Windows Preinstallation Environment Add-ons v10.1.22621.1. I have installed Windows Deployment Services on the machine and Windows Update says machine is up to date. I also installed Hyper-V on this machine with the default Network switch.
I have created the LiteTouch boot image and added to WDS.
When I boot a Gen2 Hyper-V virtual machine to the network, it gets a DHCP address, it connects to the PXE server, I select the LiteTouch image and the computer downloads the LiteTouch WinPE image. The MDT background appears and then I get a command prompt window. IPConfig shows an APIPA address assigned to the "Ethernet" network adapter. If I boot the VM with the LiteTouch ISO, I get the same thing. For some reason, the machine can get a DHCP address when booting to the network, but WinPE cannot get a DHCP address. I have tried ipconfig /release and ipconfig /renew. The command returns "An error occurred while renewing interface Ethernet: The RPC Server is unavailable." I have tried setting a static IP address for the Ethernet IPv4 interface using netsh, the command which also returns "The RPC Server is unavailable." One of the reasons I use Hyper-V to test my MDT setup is it should eliminate driver issues, but this machine acts like it has no ethernet adapter (Microsoft Hyper-V Network Adapter). Howerver, I can ping the APIPA address and the loopback address.
I have also tried using a Gen1 virtual machine with a legacy adapter. This configuration gets a similar result, only no adapter is listed in ipconfig /all.
I have been searching the interwebs for someone who has had the same problem, but no luck so far. I am fairly certain this is a WinPE issue, since the machine can get a DHCP address when PXE booting, and it does not matter whether WinPE is downloaded from the WDS server or it loads it from the ISO mounted as a DVD. Obviously, I need another set of eyes.
Thanks,
Tom