From f04061fbca2ddb552038e1db405fe57e7afdee6e Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Thu, 18 Dec 2025 16:19:08 -0600 Subject: [PATCH] Update alpine to 3.23, fedora to 43, minor typos --- menu.ipxe | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/menu.ipxe b/menu.ipxe index 4571f70..596f0eb 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -50,15 +50,15 @@ menu Operating Systems Menu item --gap Operating Systems Menu item mainmenu <--- Back item debinst13 Debian 13 (trixie!) Installer -item deb13newsrv Debian 12 New Servers +item deb13newsrv Debian 13 New Servers item debinst12 Debian 12 (bookworm) Installer item deb12newsrv Debian 12 New Servers # item debinst11 Debian 11 Installer -item deblive12 Debian Live System -item fedoralatest Fedora Installer Latest (42) 64-bit -item fedora41 Fedora Installer 41 64-bit +item deblive12 Debian 12 Live System +item fedoralatest Fedora Installer Latest (43) 64-bit +item fedora41 Fedora Installer 42 64-bit item arch64 Arch Linux x64 -item alpine Alpine Linux Latest (3.22) +item alpine Alpine Linux Latest (3.23) choose --default debinst12 --timeout 600000 target && goto ${target} @@ -93,15 +93,20 @@ kernel ${http-iso-path}/debian/12live-vmlinuz boot=live config components union= initrd ${http-iso-path}/debian/12live-initrd.img boot -:fedoralatest +:fedora43 +kernel ${http-iso-path}\fedora\vmlinuz initrd=initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/43/Server/x86_64/os/ +initrd ${http-iso-path}/fedora/initrd.img +boot + +:fedora42 kernel ${http-iso-path}\fedora\42vmlinuz initrd=42initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/ initrd ${http-iso-path}/fedora/42initrd.img boot -:fedora41 -kernel ${http-iso-path}\fedora\41vmlinuz initrd=41initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ -initrd ${http-iso-path}\fedora\41initrd.img -boot +# :fedora41 +# kernel ${http-iso-path}\fedora\41vmlinuz initrd=41initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ +# initrd ${http-iso-path}\fedora\41initrd.img +# boot :arch64 kernel ${tftp-path}\arch\x86_64\vmlinuz-linux initrd=amd-ucode.img initrd=intel-ucode.img initrd=initramfs-linux.img archiso_http_srv=${http-iso-path}/arch/ ip=dhcp @@ -112,7 +117,7 @@ initrd ${tftp-path}\arch\amd-ucode.img boot :alpine -kernel ${http-iso-path}\alpine\vmlinuz-virt console=tty0 modules=loop,squashfs nomodeset alpine_repo=https://dl-cdn.alpinelinux.org/alpine/v3.22/main modloop=${http-iso-path}/alpine/modloop-virt +kernel ${http-iso-path}\alpine\vmlinuz-virt console=tty0 modules=loop,squashfs nomodeset alpine_repo=https://dl-cdn.alpinelinux.org/alpine/v3.23/main modloop=${http-iso-path}/alpine/modloop-virt initrd ${http-iso-path}\alpine\initramfs-virt boot