From df9b6e4dc61db7f09c43de4f4ec81c8efa1770ae Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:57 -0400 Subject: [PATCH] Bump ethdevice-timeout to 600s It seems that this can time out if dnsmasq is already sending a TFTP file. To prevent this just bump up the timeout to 10 minutes. --- buildpxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpxe.sh b/buildpxe.sh index 8971b3f..ec19aff 100755 --- a/buildpxe.sh +++ b/buildpxe.sh @@ -121,7 +121,7 @@ set submenu-default pvc-installer :pvc-installer kernel \${root-url}/vmlinuz initrd \${root-url}/initrd.img -imgargs vmlinuz console=tty0 console=ttyS0,115200n8 vga=normal nomodeset boot=live components ethdevice-timeout=60 timezone=America/Toronto fetch=\${root-url}/filesystem.squashfs username=root pvcinstall.preseed=on pvcinstall.seed_host=\${next-server} pvcinstall.seed_file=/host/mac-\${mac:hexraw}.preseed +imgargs vmlinuz console=tty0 console=ttyS0,115200n8 vga=normal nomodeset boot=live components ethdevice-timeout=600 timezone=America/Toronto fetch=\${root-url}/filesystem.squashfs username=root pvcinstall.preseed=on pvcinstall.seed_host=\${next-server} pvcinstall.seed_file=/host/mac-\${mac:hexraw}.preseed boot EOF