From ed81e5a65119f619543821e2de8040ad7e8bf945 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 27 Aug 2023 12:30:26 -0500 Subject: [PATCH] fixed file paths --- files/ipxe/menu.ipxe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 880edd3..23d4627 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -59,31 +59,31 @@ goto start ############ MAIN MENU ITEMS ############ :debian11auto -chain http://192.168.1.50/debian-11.7/boot-auto.ipxe || goto failed +chain http://192.168.1.50/files/debian-11.7/boot-auto.ipxe || goto failed goto start :debian11manual -chain http://192.168.1.50/debian-11.7/boot-manual.ipxe || goto failed +chain http://192.168.1.50/files/debian-11.7/boot-manual.ipxe || goto failed goto start :debian12auto -chain http://192.168.1.50/debian-12.1/boot-auto.ipxe || goto failed +chain http://192.168.1.50/files/debian-12.1/boot-auto.ipxe || goto failed goto start :debian12manual -chain http://192.168.1.50/debian-12.1/boot-manual.ipxe || goto failed +chain http://192.168.1.50/files/debian-12.1/boot-manual.ipxe || goto failed goto start :winpe -chain http://192.168.1.50/winpe/boot.ipxe || goto failed +chain http://192.168.1.50/files/winpe/boot.ipxe || goto failed goto start :hbpe -chain http://192.168.1.50/hbpe/boot.ipxe || goto failed +chain http://192.168.1.50/files/hbpe/boot.ipxe || goto failed goto start :pmagic -chain http://192.168.1.50/pmagic/boot.ipxe || goto failed +chain http://192.168.1.50/files/pmagic/boot.ipxe || goto failed goto start :netboot