Continueation of PXE-Boot Server: Not booting

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?

Try changing the file name options in pfsense from /tftboot/pxelinux.0 to just pxelinux.0. If your tftp server is sharing /tftpboot then /tftpboot becomes the root directory. So the absolute path for anything in that share will begin in /tftpboot, meaning that you don't need to include /tftpboot in the path.

That's what a few other people have told me on the pfSense Facebook page and Qain.

Now to fix this so I can boot into the Clonezilla Plug In from ERPXE