testing debian live 12.2 boot
This commit is contained in:
@@ -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
|
||||
6
files/debianlive-12.2/boot-live.ipxe
Executable file
6
files/debianlive-12.2/boot-live.ipxe
Executable 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user