Looking for good tutorial on using netboot.xyz with opnsense

I’m using OPNSense and recently for the first time started to have reason for a network PXE boot solution. I’ve gone through a ton of searching to get something that works, without success. As best I can tell I have things set up correctly but I never get into a boot menu it either never finds the PXE server or does and can’t load. Is there a good resource for setting this up for the first time user? I’m on the latest version of OPNSense and am running Netboot.XYZ on a linux VM using Proxmox.

Hey.

I made a setup like that work multiple times. Basically, you need a TFTP server and a DHCP.

you can host netboot.xyz.kpxe on the root of your TFTP server.

You then need to specify in the DHCP the IP address of the TFTP server and the IP address of the boot server (which is the same as the TFTP in this case).

When configuring that, you will also see a field where you have to specify the boot file. You specify netboot.xyz.kpxe inside it.

Should be good to go :wink: