|
@@ -1,7 +1,7 @@
|
|
|
#!ipxe
|
|
|
|
|
|
:start
|
|
|
-set version 1.01
|
|
|
+set version 1.02
|
|
|
echo netboot.xyz iPXE loader v${version}
|
|
|
goto dhcp
|
|
|
|
|
@@ -22,7 +22,8 @@ echo Attempting chainload of netboot.xyz...
|
|
|
goto menu || goto failsafe
|
|
|
|
|
|
:menu
|
|
|
-chain --autofree https://boot.netboot.xyz/menu.ipxe
|
|
|
+chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP
|
|
|
+chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
|
|
|
goto boot
|
|
|
|
|
|
:failsafe
|