Differences

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

Link to this comparison view

Next revision
Previous revision
err:2d03e1 [2011/03/24 12:01]
127.0.0.1 external edit
err:2d03e1 [2021/03/03 17:40] (current)
mcb30
Line 1: Line 1:
-This error generally indicates that the DHCP server has not provided either a filename or a root-path for iPXE to boot from.+This error generally indicates that the DHCP server has not provided either a ''​[[:​cfg:​filename ​]]'' ​or a ''​[[:​cfg:​root-path]]'' ​for iPXE to boot from.
  
 Things to try: Things to try:
Line 9: Line 9:
     iPXE> echo ${root-path}     iPXE> echo ${root-path}
     iscsi:​192.168.0.1::::​iqn.1991-05.com.microsoft:​snubfin-win2k8</​code>​     iscsi:​192.168.0.1::::​iqn.1991-05.com.microsoft:​snubfin-win2k8</​code>​
 +    ​
 +  * If you are trying to use TFTP, then check that you have also configured your DHCP server to provide the TFTP ''​[[:​cfg:​next-server]]''​ address:\\ <​code> ​   iPXE> dhcp
 +    DHCP (net0 52:​54:​00:​12:​34:​56)... ok
 +    iPXE> echo ${next-server}
 +    192.168.0.1</​code>​
  
   * [[:​howto:​pcap|Capture a packet trace]] showing the DHCP request from iPXE and the response from the DHCP server, and check that the correct filename and/or root-path are present in the response.   * [[:​howto:​pcap|Capture a packet trace]] showing the DHCP request from iPXE and the response from the DHCP server, and check that the correct filename and/or root-path are present in the response.
err/2d03e1.txt ยท Last modified: 2021/03/03 17:40 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.