Need to pick peoples brains. So I was able to get my NIC to configure correctly, one keyboard later, and assigned an IP address with it. Now the next trick is getting the ERPXE to actually boot, I followed all the instructions on this page ERPXE Wiki
Have set the 0.0.0.0:69 to my IP Address of 192.168.3.5
TFTP_USERNAME=“tftp”
TFTP_DIRECTORY=“/tftpboot/”
TFTP_ADDRESS=“192.168.3.5:69”
TFTP_OPTIONS=“-m /tftpboot/erpxe.remap -vvvvv -s”
PFSense DHCP Settings
TFTP Server: 192.168.3.5
Enter the IP of the next-server: 192.168.3.5
and enter the default bios filename: /tftpboot/pxelinux.0
and the UEFI 32bit filename: /tftpboot/pxelinux.0
and the UEFI 64bit Filename: /tftpboot/pxelinux.0
Root-String: /tftpboot/erpxe.remap
When I try to PXE boot, I get this result, using a Dell Precision T3400
PXE-T01: Filename not found
PXE-E3B: TFTP Error - File Not Found
PXE-M0F: Exiting Broadcom PXE ROM.
Any idea what’s going on?