Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
err:2d1260 [2010/11/29 13:29]
127.0.0.1 external edit
err:2d1260 [2021/03/25 11:41] (current)
mcb30
Line 6: Line 6:
  
   * Check that you can retrieve the file using an alternative TFTP client, such as tftp-hpa on Linux.   * 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:
 +<​code>​
 +# 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
 +</​code>​
 +
  
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.