Hi Nick Li, thank you for contacting the Microsoft Community.
I have heard about this error several times, and each case came from a different cause. So below, I have compiled all the possible sources of the issue that I have encountered so far for your reference.
Some common causes:
- Do not assign a static IP to the host PC on your DHCP server.
- The client and the WDS server are on different subnets.
- The NIC drivers are not included in the boot image (note: the boot image, not the install image).
- There is no VMware system running on the network, or it is not running a parallel DHCP service.
Most common cause:
Configure WDS for IPv6:
After adding DHCPv6 option 59.
Ensure that WDS is configured to listen on the IPv6 interface.
Open the WDS management console, right-click the server name → Properties → DHCP tab. Make sure “Configure DHCP option 60 to indicate that this server is also a PXE server” is unchecked, as this does not apply to IPv6.
Ensure that WDS is configured to respond to all client computers (both known and unknown).
Additional Tips:
Firewall Settings: Ensure that the firewall allows traffic on the ports used by WDS and DHCP.
Check Server Logs: Examine the logs on the WDS and DHCP servers for any error messages related to IPv6 PXE boot.
Test Network Connectivity: Ensure that the PXE client can communicate with the server over IPv6.
If you find this answer helpful, don’t hesitate to click “Accept Answer” so everyone can refer to it. 😊
Thank you.
Dustin Tran