I am trying to capture an image but the but any device that I boot to the network with will not load the undionly.kpxe and states Could not start download: Operation not supported. I have set the the static ip address of the fog server and undionly.kpxe on option 66 and 67 respectively on DHCP.
My fog server and target capture machine are both Virtualbox VM’s that can be pinged from other machines on the network and vice versa as well as each other. On iPXE it shows that option 66 and 67 are configured correctly.
I have tested TFTP by running the command tftp -i x.x.x.x get undionly.kpxe and the transfer was successful. And also created a symbolic link undionly.0 between undionly.kpxe with the command sudo ln -s -r undionly.kpxe undionly.0 with no luck.
I have also enabled portfast and disabled BDU on the VM Host computer’s switch port. I have also created another fog VM that has dhcp enabled and connected to an internal network with my target capture machine to test if it works and was able to PXE boot with no issues.
I feel like I’ve tried every solution that I could find online but still unable to fix this issue. Hopefully someone will be able to help me out.