From 7d5e2758ae1a01b783a064f8bc2a6fadb4a80d8b Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 19 Nov 2023 13:42:02 -0600 Subject: [PATCH] changed back to dhcp --- files/ipxe/menu.ipxe | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 9d92466..7f51aa2 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -115,10 +115,6 @@ chain http://192.168.1.50/files/urbackup/boot.ipxe || goto failed goto start :netboot -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 +dhcp chain --autofree http://boot.netboot.xyz || goto failed goto start