I activated wapttftpserver when testing the TFTP server as indicated in the documentation:
Code: Select all
tftp server.wapt.local
tftp> binary
tftp> get ipxe.efi
Error code 1: File not foundCode: Select all
systemctl stop wapttftpserver
systemctl disable wapttftpserver
apt-get install tftpd-hpaCode: Select all
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/www/wads/pxe
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"And now the download works...
The follow-up question... In the wads file structure, I have, for example, ./pxe/EFI/Boot/bootmgfw.efi
I'm surprised to see these folders in uppercase (especially under Linux), and during boot, it's actually ./pxe/efi/boot/bootmgfw.efi (in lowercase) that's retrieved
I'm stuck on how to solve this problem; perhaps there's a way to "repair or reinstall" the WADs files
Thank you in advance for your help
