An error

Error: No such file or directory

(Error code 2d1260)

Possible sources

This error originated from one of the following locations within the iPXE source code:

General advice

  • Try using the latest version of iPXE. Your problem may have already been fixed.
  • Try building iPXE with the debug option DEBUG=tftp
  • You can contact the iPXE developers and other iPXE users.
  • Refresh this page after 24 hours. This page is actively monitored, and further information may be added soon.

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:

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: 2021/03/25 11:41 by mcb30
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.