wenn ich ein Paket per PXE installieren möchte bekomme ich folgenden Fehler:
Code: Alles auswählen
TFTP.
PXE-T01: File not found
PXE-E3B: TFTP Error - File not found
PXE-M0F: Exiting PXE ROM.
dhcpd.conf
Code: Alles auswählen
next-server 192.168.1.203;
filename "linux/pxelinux.0";
/tftpboot/linux/pxelinux.0
Verbindung zum TFTP Server funktioniert auch "manuell" nicht:
atftp --get --remote-file "linux/pxelinux.0" 192.168.1.203
tftp: error received from server <File not found>
tftp: aborting
Hat jemand einen Hinweis, woran das liegen könnte?
lg
Bernhard