From 5f2246f9680f1164e9e9f5f316c68c8f8034e9d8 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 4 Sep 2024 00:16:28 +0800 Subject: [PATCH] loongarch: grub: Remove insmod efi_uga UGA is x86 specific and the module does not exist on other UEFI platforms. --- chapter10/grub.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter10/grub.xml b/chapter10/grub.xml index c901848c3..abc264d07 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -188,7 +188,6 @@ insmod ext2 set root=(hd0,2) insmod efi_gop -insmod efi_uga menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" { linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro