0

I have a laptop I tried booting with PXE to install Windows using WDS. However, the network boot would fail at the TFTP section. If I disabled the network (uefi) option and went legacy network boot, everything worked.

Why is this?

2

If you PXE boot UEFI hardware into an NBP (Network Boot Program) that is not UEFI compliant you will not be able to boot in native UEFI mode and your only choice would be the "Legacy Mode"

try to see what WDS is providing as NBP and check if this is UEFI or Legacy.

WDS detects your client's architecture and BIOS/UEFI mode using a DHCP option provided by the client. WDS then decides what NBP to send to the client. Faulty firmware might be also triggering your problem if the architecture/mode is not correctly declared by the client.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.