From 9d21a41996950fa64decd977abae21b11490c366 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 4 Sep 2024 00:18:40 +0800 Subject: [PATCH] loongarch: grub: Fix hard coded "i386-pc" for grub module path --- chapter10/grub.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter10/grub.xml b/chapter10/grub.xml index abc264d07..3afb4185f 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -205,7 +205,7 @@ EOF The grub-install command has embedded some modules into the main GRUB image (installed into the MBR or the GRUB BIOS partition) to access the other modules - (in /boot/grub/i386-pc) without + (in /boot/grub/loongarch64-efi) without a chicken-or-egg issue, so with a typical configuration these two modules are already embedded and those two insmod commands will do nothing. But they do no harm anyway, and they may