From 4e7d83da3835ea1f1511e9c6637448c915c9ec0e Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sat, 10 May 2025 14:48:06 -0500 Subject: [PATCH] .....if i can do it right. --- menu.ipxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu.ipxe b/menu.ipxe index 4fc0b5b..e92b2ea 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -81,12 +81,12 @@ initrd ${tftp-path}\debian\live-initrd.img boot :fedoralatest -kernel ${tftp-path}\fedora\42vmlinuz initrd=42initrd.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/42/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/ +kernel ${tftp-path}\fedora\41vmlinuz initrd=41initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ initrd ${tftp-path}\fedora\41initrd.img boot