From a7d9a4ce8e3ebee67c102f79b93aad5919d6830d Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Thu, 24 Apr 2025 04:42:04 -0500 Subject: [PATCH] use http for arch linux initrd --- menu.ipxe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu.ipxe b/menu.ipxe index 3d84d92..b1f72c9 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -86,9 +86,10 @@ boot :arch64 kernel ${tftp-path}\arch\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 initrd ${tftp-path}\arch\intel-ucode.img initrd ${tftp-path}\arch\amd-ucode.img -initrd ${tftp-path}\arch\x86_64\initramfs-linux.img +# initrd ${tftp-path}\arch\x86_64\initramfs-linux.img boot :alpine