diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 814f364..e428788 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -7,9 +7,9 @@ menu iPXE boot menu item --gap -- -------------------------- Debian 11.7 -------------------------------- item debian117auto Debian 11.7 Server Auto Install item debian117manual Debian 11.7 Server Manual Install -item --gap -- -------------------------- Debian 12.0 -------------------------------- -item debian120auto Debian 12.0 Server Auto Install -item debian120manual Debian 12.0 Server Manual Install +item --gap -- -------------------------- Debian 12.1 -------------------------------- +item debian120auto Debian 12.1 Server Auto Install +item debian120manual Debian 12.1 Server Manual Install item --gap -- ------------------- Windows Install Capture Restore ------------------- item winpe Windows Install Capture Restore item --gap -- ------------------------------ WinPE ---------------------------------- @@ -67,11 +67,11 @@ chain http://192.168.1.50/debian-11.7/boot-manual.ipxe || goto failed goto start :debian120auto -chain http://192.168.1.50/debian-12.0/boot-auto.ipxe || goto failed +chain http://192.168.1.50/debian-12.1/boot-auto.ipxe || goto failed goto start :debian120manual -chain http://192.168.1.50/debian-12.0/boot-manual.ipxe || goto failed +chain http://192.168.1.50/debian-12.1/boot-manual.ipxe || goto failed goto start :winpe