From 15ea7044f9d0aee8f93009793f0b8ec6b4403d78 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 22 Dec 2021 23:16:34 +1100 Subject: [PATCH] multiboot: fix Arch --- hacks/multiboot-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hacks/multiboot-setup b/hacks/multiboot-setup index 93842db..22d73f5 100755 --- a/hacks/multiboot-setup +++ b/hacks/multiboot-setup @@ -107,8 +107,8 @@ search --set=root --label $PARTITION_LABEL function setup_arch { menuentry "\$1" { loopback loop \$1 - linux (loop)/arch/boot/x86_64/vmlinuz img_label=${PARTITION_LABEL} img_loop=\$1 archisobasedir=arch earlymodules=loop - initrd (loop)/arch/boot/x86_64/archiso.img + linux (loop)/arch/boot/x86_64/vmlinuz-linux img_label=${PARTITION_LABEL} img_loop=\$1 archisobasedir=arch earlymodules=loop + initrd (loop)/arch/boot/x86_64/initramfs-linux.img } } for iso in /archlinux-*.iso; do -- 2.39.2