Differences

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

Link to this comparison view

Both sides previous revision Previous revision
err:2d1260 [2021/03/25 11:38]
mcb30
err:2d1260 [2021/03/25 11:41]
mcb30
Line 7: Line 7:
   * 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 ​from a TFTP URI string (e.g. ''​%%tftp://​192.168.0.1/​images/​pxeboot.nbp%%''​), then your TFTP server may need you to add an additional slash (''/''​) character between the server address and the filename ​(e.g''​%%tftp://​192.168.0.1//​images/​pxeboot.nbp%%''​).+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.