An error

Error: No such file or directory

(Error code 2d1260)

Possible sources

This error no longer exists in the iPXE source code. You should try using the latest version of iPXE.

General advice

  • Try using the latest version of iPXE. Your problem may have already been fixed.
  • You can contact the iPXE developers and other iPXE users.

Additional notes

(Please edit this page to include any of your own useful hints and tips for fixing this error.)

This error indicates that the file was not found on the TFTP server.

Things to try:

* Check that you are attempting to download the correct file.

* Check that you can retrieve the file using an alternative TFTP client, such as tftp-hpa on Linux.

If your TFTP request is constructed using a TFTP URI, then your TFTP server may need you to add an additional slash (/​) character between the server address and the filename. ​ For example:

# Fetch "​images/​pxeboot.nbp"​ from TFTP server 192.168.0.1 
chain tftp://​192.168.0.1/​images/​pxeboot.nbp 

# Fetch "/​images/​pxeboot.nbp"​ from TFTP server 192.168.0.1 
chain tftp://​192.168.0.1//​images/​pxeboot.nbp 
err/2d1260.txt · Last modified: 2026/03/05 08:00 by nikize
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.