If your DHCP server is not on your WDS server you need to ensure that the option 60 is configured for the DCHP server that is assigning addresses. By default this option must be manually added. To do this open a command window and type (This is done on the DHCP server machine NOT the WDS machine): netsh dhcp server \\dhcpservername add optiondef 60 PXEClient string 0 comment PXEClient set optionvalue 60 string PXEClient Close the command window. Open your dhcp console and verify that the new option exists in your server options. If at all possible, it is easier to troubleshoot DHCP issues if the dhcp server resides on the same server as your WDS/MDT server. Ensure that the WDS server is authorized in DHCP (WDS Advanced Property Tab) and that the DHCP settings are set to listen on port 67 (WDS DHCP Property Tab), meaning the boxes are unchecked. |