mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-09 15:39:51 +00:00
loongarch: grub: Don't insmod all_video
Align with the BLFS change to avoid display corruption issue in QEMU.
This commit is contained in:
parent
993a7896b3
commit
7e06dddcf6
@ -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