-
I've just created a Netboot.xyz server running on Proxmox with pfSense as the DHCP service. I used the syncbricks toturial on YouTube here https://youtu.be/GHs5JJZEsXI Every time I attempt a PXE boot, I see the netboot menu no problems, however am always hitting a Permission denied (https://ipxe.org/0216eb3c) permission error. (This URL is for Ubuntu) Screenshot from a VirtualBox using LAN as the boot option. This VM is on the same network as Proxmox CT running docker. if I SSH to the Proxmox CT, I can execute a the below vmlinuz file downloads 11.05M in 2.7 seconds vmlinuz 100%[===============================================================================>] 11.05M 4.09MB/s in 2.7s 2024-03-21 01:30:59 (4.09 MB/s) - ‘vmlinuz’ saved [11586408/11586408] There's no issues with the docker container resolving ipxe.org and downloading the vmlinuz files. My docker compose YAML file is below. I have tried both the github default and the tweaked YAML file from the syncbricks YouTube vid. `## URL https://netboot.xyz/docs/docker/ version: "2.1" |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I attempted to use wget to download https://ipxe.org/0216eb3c and was able to save the HTML file typing the https://ipxe.org/0216eb3c URL into a browser, i see this |
Beta Was this translation helpful? Give feedback.
-
I'm now at a loss with Docker. Reading this URL on manually updating ca-certificates with Docker, the netbootxyz docker image doesn't have the |
Beta Was this translation helpful? Give feedback.
-
I finally resolved the issue. The Proxmox container hosting netboot.xyz required more resources.
|
Beta Was this translation helpful? Give feedback.
I finally resolved the issue. The Proxmox container hosting netboot.xyz required more resources.