@@ -22,7 +22,7 @@ echo Attempting chainload of netboot.xyz...
goto menu || goto failsafe
:menu
-chain --autofree http://boot.netboot.xyz/menu.ipxe
+chain --autofree https://boot.netboot.xyz/menu.ipxe
goto boot
:failsafe
@@ -18,7 +18,7 @@ echo Attempting chainload of netboot.xyz...
@@ -10,4 +10,4 @@ set boot_domain boot.netboot.xyz
set mirror mirror.rackspace.com
# set location of memdisk
-set memdisk http://${boot_domain}/memdisk
+set memdisk https://${boot_domain}/memdisk
@@ -1,4 +1,4 @@
#!ipxe
#### boot.netboot.xyz initial loader ####
#### see http://netboot.xyz for more information ####
-chain --autofree http://boot.netboot.xyz/menu.ipxe ||
+chain --autofree https://boot.netboot.xyz/menu.ipxe ||