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