diff --git a/menu.ipxe b/menu.ipxe index 212ddd2..4fc0b5b 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -52,7 +52,8 @@ 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 (41) 64-bit +item fedoralatest Fedora Installer Latest (42) 64-bit +item fedora41 Fedora Installer 41 64-bit item arch64 Arch Linux x64 item alpine Alpine Linux Latest (3.21) @@ -80,7 +81,12 @@ initrd ${tftp-path}\debian\live-initrd.img boot :fedoralatest -kernel ${tftp-path}\fedora\41vmlinuz initrd=41initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ +kernel ${tftp-path}\fedora\42vmlinuz initrd=42initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ +initrd ${http-path}/isosrc/fedora/42initrd.img +boot + +:fedora41 +kernel ${tftp-path}\fedora\41vmlinuz initrd=41initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/ initrd ${tftp-path}\fedora\41initrd.img boot