PXE - TFTP Timeout
by Titi_free from LinuxQuestions.org on (#5SX4P)
Hello,
I have a UEFI PXE BOOT problem with the TFPT protocol installed on a centos 7.7 server.
On client, i have a timeout reading 'initrd.img' during the PXE boot with the Rocky 8.5 distribution.
When I test from another initrd.img from another distribution in the same directory, it starts and of course it crashes.
The folder is in CHMOD 777
I think the problem is the size of the initrd.img. file which may be too big to be transferred via TFTP.
I tried :
-update grub tftp tftp-server syslinux vsftpd xinetd
-change server_args = -v --blocksize 16268 -s /tftpboot in xinetd.d/tftp
-change this config :sysctl -w net.core.rmem_max=26214400
Has anyone had this problem before?
Is there any way to increase the timeout?
Thanks
I have a UEFI PXE BOOT problem with the TFPT protocol installed on a centos 7.7 server.
On client, i have a timeout reading 'initrd.img' during the PXE boot with the Rocky 8.5 distribution.
When I test from another initrd.img from another distribution in the same directory, it starts and of course it crashes.
The folder is in CHMOD 777
I think the problem is the size of the initrd.img. file which may be too big to be transferred via TFTP.
I tried :
-update grub tftp tftp-server syslinux vsftpd xinetd
-change server_args = -v --blocksize 16268 -s /tftpboot in xinetd.d/tftp
-change this config :sysctl -w net.core.rmem_max=26214400
Has anyone had this problem before?
Is there any way to increase the timeout?
Thanks