arm64: Add "insmod all_video" into grub.cfg

It's needed for simpledrm to work properly before the GPU driver is
loaded.
This commit is contained in:
Xi Ruoyao 2023-05-16 11:14:15 +08:00
parent bec0516979
commit 0ebfdf7e73
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -214,6 +214,8 @@ set timeout=5
insmod ext2
set root=(hd0,2)
insmod all_video
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
}</literal>