Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chainload ipxe script via PXE
2019-06-11, 05:09
Post: #2
RE: Chainload ipxe script via PXE
pxelinux.cfg are usually used with pxelinux, which is not iPXE

If you general.h was missing support for any protocol you would see different errors, normally you keep config/general.h unchanged, and only add what you really need to change into config/local/general.h

When troubleshooting - always use tcpdump, wireshark or other tool to see the packets and what is going on.
I would change to just do an imgfetch, followed by imgstat,
and than chain macaddress

if the filename is the same for both than the last chain will load from local "cache"
but imgstat will show filesize etc.

I also want to stress that iPXE does not use config files, but rather scripts, which helps make it easier to understand what is going on.
debugging is enabled with the DEBUG= flags during compile.

to diagnose scripts, build with DEBUG=script

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
RE: Chainload ipxe script via PXE - NiKiZe - 2019-06-11 05:09



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