Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Network Unreachable Error
2017-07-08, 08:43
Post: #2
RE: Network Unreachable Error
If you use that script as embeded you will need to add network configuration as well.

iPXE without embeded script will automatically run http://ipxe.org/cmd/autoboot

which is essentially running dhcp for each interface and trying to chain filename provided by dhcp. If no response or no filename was given then it moves on to the next interface.

With embed the script just runs, so as described on http://ipxe.org/embed you probably will want to add dhcp at the top of the embeded script.


Another note about iPXE errors is that they always gives an url to ipxe.org which when possible gives hints to what is wrong, always read that link, and always post that link when there is issues.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Network Unreachable Error - abkap02 - 2017-07-07, 20:09
RE: Network Unreachable Error - NiKiZe - 2017-07-08 08:43



User(s) browsing this thread: 1 Guest(s)