diff --git a/ipxe/menu.ipxe b/ipxe/menu.ipxe index 50df7b6..1775c36 100755 --- a/ipxe/menu.ipxe +++ b/ipxe/menu.ipxe @@ -115,5 +115,5 @@ chain http://192.168.1.50/files/ipxe/pmagic/boot.ipxe || goto failed goto start :netboot -chain --autofree https://boot.netboot.xyz/menu.ipxe || goto failed +chain --autofree https://192.168.1.33/ipxe/menu.ipxe || goto failed goto start