testing debian live 12.2 boot

This commit is contained in:
2023-10-09 12:01:34 -05:00
parent 2afce33fe0
commit 7709e58a5f
3 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
#!ipxe
kernel vmlinuz initrd=initrd hostname=debian domain=local auto=true url=http://192.168.1.50/files/debian/debian-bookworm-preseed.cfg
initrd initrd
boot

View File

@@ -0,0 +1,6 @@
#!ipxe
kernel http://192.168.1.50/files/debianlive-12.2/live/vmlinuz
initrd http://192.168.1.50/files/debianlive-12.2/live/initrd.img
imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=http://192.168.1.50/files/debianlive-12.2/live/filesystem.squashfs
boot

View File

@@ -7,6 +7,7 @@ menu iPXE boot menu
item --gap -- -------------------------- Debian 12.2 --------------------------------
item debian12auto Debian 12.2 Server Auto Install
item debian12manual Debian 12.2 Server Manual Install
item debian12live Debian 12.2 Live Xfce
item --gap -- -------------------------- Debian 11.7 --------------------------------
item debian11auto Debian 11.7 Server Auto Install
item debian11manual Debian 11.7 Server Manual Install
@@ -70,6 +71,10 @@ goto start
chain http://192.168.1.50/files/debian-12.2/boot-manual.ipxe || goto failed
goto start
:debian12live
chain http://192.168.1.50/files/debianlive-12.2/boot-live.ipxe || goto failed
goto start
:debian11auto
chain http://192.168.1.50/files/debian-11.7/boot-auto.ipxe || goto failed
goto start