You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to integrate my self-hosted netboot.xyz instance into my existing local iPXE menu but can't figure out the right chain command. I'm hitting a wall with the correct URL path.
My Setup:
I have a server with a netboot.xyz Docker container.
Nginx acts as a reverse proxy, handling two paths:
https://[server.com]/netboot/ proxies to localhost:3000 (the web UI).
https://[server.com]/assets/ proxies to localhost:8080 (the static asset server).
My existing iPXE setup works fine.
My Problem:
I don't know the exact URL to use in my iPXE menu's chain command to load the netboot.xyz system. I've tried several paths and received "Not Found" errors:
chain https://[server.com]/netboot/
chain https://[server.com]/netboot/ipxe
chain https://[server.com]/assets/
chain https://[server.com]/assets/ipxe
What is the correct URL I need to chain to? Is the boot file a .ipxe file, and if so, what is its exact name and location on my self-hosted server?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm trying to integrate my self-hosted netboot.xyz instance into my existing local iPXE menu but can't figure out the right chain command. I'm hitting a wall with the correct URL path.
My Setup:
My existing iPXE setup works fine.
My Problem:
I don't know the exact URL to use in my iPXE menu's chain command to load the netboot.xyz system. I've tried several paths and received "Not Found" errors:
What is the correct URL I need to chain to? Is the boot file a .ipxe file, and if so, what is its exact name and location on my self-hosted server?
Thanks for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions