From 8467fab6e9f371ccaabdf140adf991745ee9bf95 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 25 Aug 2024 01:02:27 +0800 Subject: [PATCH] arm64: grub: Don't insmod all_video Align with the BLFS change to avoid display corruption issue in QEMU. (cherry picked from commit 7e06dddcf64103ccded21224e6e25738bd5533c9) --- chapter10/grub.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter10/grub.xml b/chapter10/grub.xml index ce2fa6d36..5352734fb 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -187,7 +187,8 @@ insmod part_gpt insmod ext2 set root=(hd0,2) -insmod all_video +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