Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note! Remember to add picture of the error message from the client computer!

If you find any difficulties in "navigating" to the correct place in Windows Server environment please download the ZIP package below which contains example pictures:
https://download.blancco.com/general/manuals/pxe/ipxe_troubleshooting_pictures.zip


ERROR: 
PXE-E51: No DHCP or proxyDHCP offers were received
CAUSE/FIX: Client computer can't find a DHCP server
a) Check that the network cable is connected and that network connection exists between the client computer and the DHCP server.
b) Check that the DHCP service is running on the server.
c) Check that DHCP server is authorized in Active directory (if AD is used).
d) Check that the DHCP scope is active and running in the same network (same IP range) as the server (check the IP address).
e) Check that the server network card, that hosts the DHCP service, is active and connected to the client network.
f) Check that the DHCP scope is configured properly, including the IP range, DNS, Router and boot server host name.
g) Check that there are no other conflicts or issues between the scope and the server network card.
h) Check the server/Windows firewall settings and make sure UDP port for TFTP/PXE boot (i.e. ports 67 or 69) is allowed for PXE booting. Try disabling the firewall for troubleshooting purposes.
i) Check the server network card settings, including IP, subnet mask, gateway and DNS settings.
j) Reset server network card/IP settings and recreate the DHCP scope if nothing else works.

ERROR:
PXE-E53: No boot filename received
CAUSE/FIX: Server/scope option 60 (PXEClient) is missing in the DHCP settings or WDS -> DHCP -> "Configure DHCP options to indicate that this is also a PXE server" check box is not checked.

ERROR:
CLIENT IP: 10.10.1.2 MASK: 255.255.255.0 DHCP IP: 10.10.1.2
TFTP.
PXE-M0F: Exiting Boot Agent.
CAUSE/FIX: The Client/TFTP server can't find the default TFTP boot program (wdsnbp.com in WDS). Check that wdsnbp.com exists in \RemoteInstall\Boot\x86\ folder and that WDS is properly configured.

ERROR:
Downloaded WDSNBP from 10.10.1.1 WIN-123.test.local
TFTP download failed.
PXE-M0F: Exiting Intel Boot Agent.
CAUSE/FIX: Check the WDS Server -> Boot -> PXE boot policy properties. Make sure "Always continue PXE boot" is selected.

ERROR:
Filename: \Boot\x86\boot.ipxe
/\Boot\x86\boot.ipxe... Error 0x3d126001 (http://ipxe.org/3d126001)
No more network devices
CAUSE/FIX: Scope option 66 missing or is not correctly defined in the DHCP scope(s)

ERROR:
WDSNBP started using DHCP Referral.
Contacting Server: 10.10.1.1 (Gateway: 0.0.0.0).
Architecture: x64
Contacting Server: 10.10.1.1.
TFTP Download: Boot\x86\undionly.kpxe
CAUSE/FIX: 
a) Scope option 67 (\Boot\x86\boot.ipxe) is missing in the iPXE Policy/Vendor class DHCP options.
a) undionly.kpxe file can't be found in the \Boot\x86\ -folder
c) Wdsutil bootprogram/N12bootprogram for x64 architecture is not set correctly.

ERROR:
http://10.10.1.1/Images/menu.ipxe... No such file or directory (http://ipxe.org/2d0c613b)
CAUSE/FIX: Path for the menu.ipxe file in boot.ipxe file is not set correctly.
a) Check that the menu.ipxe path is correct, e.g.: (http://${server}/Images/menu.ipxe).
b) /Images directory is not properly defined in the HTTP server as virtual directory (IIS: under the default website). Make sure that the /Images folder is added to the HTTP server (IIS: under default website).
c) MIME type for .ipxe missing in IIS under the /images virtual directory. Add .ipxe in IIS MIME types under the /Images virtual directory.

ERROR:
http://10.10.1.1/Images/menu.ipxe... input/output error (http://ipxe.org/1d0c6139)
CAUSE: HTTP Server (IIS) has a problem accessing the .ipxe file or files in general in the /Images folder.
FIX: Check the IIS virtual directory and the MIME type settings.
a) In IIS, click the MIME types under Default Website/images directory. If you get an error about the MIME types, try deleting the conflicting (.ipxe and .ipxe) MIME types under the server/default website MIME types. Double-click the MIME types again under the /images virtual directory to check that you don't get an error.
b) Another way to test if the problem is related to the virtual directory or the MIME types, is to try browsing the virtual directory from IIS by right-clicking the virtual directory -> Manage Virtual Directory -> Browse. Note that the virtual directory browsing must be enabled first in the IIS settings. If you get a MIME type related error, try removing the conflicting MIME types from the higher levels. 

ERROR:
http://10.10.1.2/Images/menu.ipxe...... Connection timed out (http://ipxe.org/4d0c6135)
CAUSE/FIX: Server address in the boot.ipxe file is not set correctly
a) Check and fix the server address in the boot.ipxe file

ERROR:
(after loading image from the boot menu):
http://10.10.1.1/Images/Blancco_5.iso... ok
Could not boot image: No such file or directory (http://ipxe.org/2d0c613b)
No more network devices
Press Ctrl-B for the iPXE command line...
(Reboots)
CAUSE/FIX: .iso MIME type missing in IIS

ERROR:
(after loading image from the boot menu):
http://10.10.1.1/Images/Blancco_5.iso... ok
/memdisk.. No such file or directory (http://ipxe.org/2d0c613b)
Booting failed, dropping to shell
Type 'exit' to get back to the menu
iPXE>
CAUSE/FIX: Boot menu can't find/load the memdisk file. Check the memdisk path/filename/extension in the menu.ipxe and in the /Images folder and rename if necessary. For example if memdisk.bin file exists in /Images -folder, try changing the line for the memdisk in the menu.ipxe file as: 
chain memdisk.bin iso raw || goto failed