diff --git a/ipxe/disks/netboot.xyz-dhcp b/ipxe/disks/netboot.xyz-dhcp index 5a78afab..7347c77c 100644 --- a/ipxe/disks/netboot.xyz-dhcp +++ b/ipxe/disks/netboot.xyz-dhcp @@ -5,7 +5,7 @@ set version 1.03 echo netboot.xyz iPXE loader v${version} goto dhcp -:dhcp +:dhcp dhcp || goto static goto menu @@ -22,7 +22,7 @@ echo Attempting chainload of netboot.xyz... goto menu || goto failsafe :menu -chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP +chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attempting HTTP sleep 5 chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting... goto boot diff --git a/ipxe/disks/netboot.xyz-static b/ipxe/disks/netboot.xyz-static index a355c86a..ea4234ab 100644 --- a/ipxe/disks/netboot.xyz-static +++ b/ipxe/disks/netboot.xyz-static @@ -18,7 +18,7 @@ echo Attempting chainload of netboot.xyz... goto menu || goto failsafe :menu -chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP +chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attempting HTTP sleep 5 chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting... goto boot