The menu doesnt work for some reason

This commit is contained in:
iRaven 2024-08-02 02:59:32 -05:00
parent 7cc0493b0a
commit 890c660271

View File

@ -48,30 +48,22 @@ boot
menu Operating Systems Menu menu Operating Systems Menu
item --gap Operating Systems Menu item --gap Operating Systems Menu
item mainmenu <--- Back item mainmenu <--- Back
item debinst12menu Debian 12 Installer item debinst12 Debian 12 Installer
item deb12newsrv Debian 12 New Servers
item debinst11 Debian 11 Installer item debinst11 Debian 11 Installer
item deblive Debian Live System item deblive Debian Live System
item fedoralatest Fedora Installer Latest (39) 64-bit item fedoralatest Fedora Installer Latest (39) 64-bit
item arch64 Arch Linux x64 item arch64 Arch Linux x64
choose --default debinst12menu --timeout 600000 target && goto ${target} choose --default debinst12 --timeout 600000 target && goto ${target}
:debinst12menu :debinst12
# Debian 12 Installers Menu
menu Debian 12 Installers
item --gap Debian 12 Installers
item osmenu <--- Back
item debinst12norm Normal Install (No Script)
item debinst12newsrv New Servers
:debinst12norm
kernel ${tftp-path}\debian\linux kernel ${tftp-path}\debian\linux
initrd ${tftp-path}\debian\initrd.gz initrd ${tftp-path}\debian\initrd.gz
boot boot
:debinst12newsrv :deb12newsrv
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
initrd ${tftp-path}\debian\initrd.gz initrd ${tftp-path}\debian\initrd.gz
boot boot