diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 04a59fb..fc3fd17 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -115,7 +115,10 @@ chain http://192.168.1.50/files/urbackup/boot.ipxe || goto failed goto start :netboot -dhcp -dhcp -chain --autofree http://boot.netboot.xyz || goto failed +set net0/ip 192.168.1.250 +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 goto start