@@ -1,7 +1,7 @@
#!ipxe
:start
-set version 1.02
+set version 1.03
echo netboot.xyz iPXE loader v${version}
goto dhcp
@@ -23,6 +23,7 @@ goto menu || goto failsafe
:menu
chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP
+sleep 5
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
goto boot
goto static
@@ -19,6 +19,7 @@ goto menu || goto failsafe