diff --git a/menu.ipxe b/menu.ipxe index 3a8f288..66f199b 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -18,6 +18,7 @@ item wds Windows Deployment Services item wdsefi Windows Deployment Services EFI item osmenu Operating Systems item utilmenu System Tools and Utilities +item testmenu Testing Menu # item kbe59 081722 Test [Default x64] choose --default exit --timeout 600000 target && goto ${target} @@ -57,10 +58,21 @@ item arch64 Arch Linux x64 choose --default debinst12 --timeout 600000 target && goto ${target} :debinst12 +menu Debian 12 Installers +item --gap Debian 12 Installers +item debinst12norm Normal Install (No Script) +item debinst12newsrv New Servers + +:debinst12norm kernel ${tftp-path}\debian\linux initrd ${tftp-path}\debian\initrd.gz boot +:deb12newsrv +kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt +initrd ${tftp-path}\debian\initrd.gz +boot + :debinst11 kernel ${tftp-path}\debian\11linux initrd ${tftp-path}\debian\11initrd.gz @@ -101,4 +113,16 @@ boot :dban initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso chain ${tftp-path}\memdisk\memdisk1 iso raw +boot + +### Testing Menu +:testmenu +menu Testing Menu +item --gap Testing Menu +item mainmenu <--- Back +item deb12newsrv Debian 12 Installer - New Servers + +:deb12newsrv +kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt +initrd ${tftp-path}\debian\initrd.gz boot \ No newline at end of file