Ho attivato wapttftpserver durante il test del server TFTP come indicato nella documentazione:
Codice: Seleziona tutto
tftp server.wapt.local
tftp> binary
tftp> get ipxe.efi
Error code 1: File not foundCodice: Seleziona tutto
systemctl stop wapttftpserver
systemctl disable wapttftpserver
apt-get install tftpd-hpaCodice: Seleziona tutto
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/www/wads/pxe
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"E ora il download funziona...
La domanda successiva... Nella struttura del file wads, ho, ad esempio, ./pxe/EFI/Boot/bootmgfw.efi
Sono sorpreso di vedere queste cartelle in maiuscolo (soprattutto su Linux) e, durante l'avvio, in realtà viene recuperato ./pxe/efi/boot/bootmgfw.efi (in minuscolo)
Non so come risolvere questo problema; forse c'è un modo per "riparare o reinstallare" i file WAD
Grazie in anticipo per il vostro aiuto
