mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
arm64: grub: Don't insmod all_video
Align with the BLFS change to avoid display corruption issue in QEMU.
(cherry picked from commit 7e06dddcf6
)
This commit is contained in:
parent
fccdaa1d4d
commit
8467fab6e9
@ -187,7 +187,8 @@ insmod part_gpt
|
|||||||
insmod ext2
|
insmod ext2
|
||||||
set root=(hd0,2)
|
set root=(hd0,2)
|
||||||
|
|
||||||
insmod all_video
|
insmod efi_gop
|
||||||
|
insmod efi_uga
|
||||||
|
|
||||||
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
||||||
linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
||||||
|
Loading…
Reference in New Issue
Block a user