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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Chainload ipxe script via PXE - bishop - 2019-06-11, 02:20
RE: Chainload ipxe script via PXE - NiKiZe - 2019-06-11 05:09
|
User(s) browsing this thread: 1 Guest(s)