The menu doesnt work for some reason
This commit is contained in:
parent
7cc0493b0a
commit
890c660271
18
menu.ipxe
18
menu.ipxe
@ -48,30 +48,22 @@ boot
|
||||
menu Operating Systems Menu
|
||||
item --gap Operating Systems Menu
|
||||
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 deblive Debian Live System
|
||||
item fedoralatest Fedora Installer Latest (39) 64-bit
|
||||
item arch64 Arch Linux x64
|
||||
|
||||
|
||||
choose --default debinst12menu --timeout 600000 target && goto ${target}
|
||||
choose --default debinst12 --timeout 600000 target && goto ${target}
|
||||
|
||||
:debinst12menu
|
||||
# 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
|
||||
:debinst12
|
||||
kernel ${tftp-path}\debian\linux
|
||||
initrd ${tftp-path}\debian\initrd.gz
|
||||
boot
|
||||
|
||||
:debinst12newsrv
|
||||
:deb12newsrv
|
||||
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
|
||||
initrd ${tftp-path}\debian\initrd.gz
|
||||
boot
|
||||
|
Loading…
x
Reference in New Issue
Block a user