From 785a9afa93f5d34623b6648e4cfcc6bc1c119ab5 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Thu, 24 Apr 2025 04:34:25 -0500 Subject: [PATCH] revert to tftp for everything but the archiso files. --- menu.ipxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu.ipxe b/menu.ipxe index a2b7b33..3d84d92 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -85,10 +85,10 @@ initrd ${tftp-path}\fedora\41initrd.img boot :arch64 -kernel ${http-path}/isosrc/arch/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archiso_http_srv=${http-path}/isosrc/arch/ cms_verify=y -initrd ${http-path}/isosrc/arch/arch/boot/x86_64/initramfs-linux.img +kernel ${tftp-path}\arch\x86_64\vmlinuz-linux archisobasedir=arch archiso_http_srv=${http-path}/isosrc/arch/ cms_verify=y initrd ${tftp-path}\arch\intel-ucode.img initrd ${tftp-path}\arch\amd-ucode.img +initrd ${tftp-path}\arch\x86_64\initramfs-linux.img boot :alpine