Hi,
As I experiment with iPXE, an open source network bootloader firmware, I have to rebuild it with HTTPS support that is missing from the official releases.
https://boot.ipxe.org/
These scripts are meant to be directly pasted into the proxmox console and will create an LXC container ready to use
ipxe-buildweb
https://github.com/xbgmsharp/ipxe-buildweb
![1735872578002.png 1735872578002.png]()
Read more
As I experiment with iPXE, an open source network bootloader firmware, I have to rebuild it with HTTPS support that is missing from the official releases.
https://boot.ipxe.org/
These scripts are meant to be directly pasted into the proxmox console and will create an LXC container ready to use
ipxe-buildweb
https://github.com/xbgmsharp/ipxe-buildweb

Code:
#----------------------------------------
# stop in case of errors
#set -e # this breaks on or soon after pct...
Read more