From c3f0c6096dbea7320a50655d8d89024d4e72148f Mon Sep 17 00:00:00 2001 From: "Xeno (Kyle S)" Date: Fri, 2 Aug 2024 02:35:30 -0500 Subject: [PATCH] Adding debian preseed stuffs --- menu.ipxe | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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