From 7709e58a5fffbfcd04f7ee8ba704b16891deaadd Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 9 Oct 2023 12:01:34 -0500 Subject: [PATCH] testing debian live 12.2 boot --- files/debianlive-12.2/boot-auto.ipxe | 5 ----- files/debianlive-12.2/boot-live.ipxe | 6 ++++++ files/ipxe/menu.ipxe | 5 +++++ 3 files changed, 11 insertions(+), 5 deletions(-) delete mode 100755 files/debianlive-12.2/boot-auto.ipxe create mode 100755 files/debianlive-12.2/boot-live.ipxe diff --git a/files/debianlive-12.2/boot-auto.ipxe b/files/debianlive-12.2/boot-auto.ipxe deleted file mode 100755 index 3e8920c..0000000 --- a/files/debianlive-12.2/boot-auto.ipxe +++ /dev/null @@ -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 diff --git a/files/debianlive-12.2/boot-live.ipxe b/files/debianlive-12.2/boot-live.ipxe new file mode 100755 index 0000000..e0f44c6 --- /dev/null +++ b/files/debianlive-12.2/boot-live.ipxe @@ -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 \ No newline at end of file diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index a246c20..cf7788e 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -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