Hello and welcome to LQ.
"Errors After Obtaining IP Address (Issue 3)
During a PXE boot installation, the following errors appear after obtaining the IP address:
PXE-T01: File not found
PXE-E3B: TFTP Error - File Not found
PXE-M0F: Exiting Broadcom PXE ROM.
Cause
The boot file name does not exist on the PXE server.
Solution
In the /etc/xinetd.d/tftp file on the PXE server:
Check that the correct arguments are used.
It is recommended that you use -s /tftp, and ensure that the TFTP service uses chroot(1) to change its top level directory to /tftp. This means that the dhcp filename argument is relative to the top level directory (and does not include the section /tftp).
Check that the filename argument has been spelled correctly.
Check that the next-server IP number has been specified correctly.
To test the TFTP service, try installing a TFTP client on a different machine and attempt to download a file:
# cd /tmp
# tftp PXE-server
tftp> get /as-2.1/sun/pxelinux.bin
Received 10960 bytes in 0.1 seconds
tftp> quit
"
https://docs.oracle.com/cd/E19045-01...eshooting.html