diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index fc3fd17..9d92466 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -120,5 +120,5 @@ set net0/netmask 255.255.255.0 set net0/gateway 192.168.1.1 set dns 192.168.1.2 ifopen net0 -chain --autofree https://boot.netboot.xyz || goto failed +chain --autofree http://boot.netboot.xyz || goto failed goto start