mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
arm64: grub: Remove gfxpayload setting
We don't have VESA.
(cherry picked from commit 10dd2f4b51
)
This commit is contained in:
parent
6a86cb1052
commit
f080747dce
@ -186,7 +186,6 @@ set timeout=5
|
|||||||
insmod part_gpt
|
insmod part_gpt
|
||||||
insmod ext2
|
insmod ext2
|
||||||
set root=(hd0,2)
|
set root=(hd0,2)
|
||||||
set gfxpayload=1024x768x32
|
|
||||||
|
|
||||||
insmod efi_gop
|
insmod efi_gop
|
||||||
|
|
||||||
@ -213,14 +212,6 @@ EOF</userinput></screen>
|
|||||||
be needed with some rare configurations.
|
be needed with some rare configurations.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
The <command>set gfxpayload=1024x768x32</command> command sets the
|
|
||||||
resolution and color depth of the VESA framebuffer to be passed to the
|
|
||||||
kernel. It's necessary for the kernel SimpleDRM driver to use the
|
|
||||||
VESA framebuffer. You can use a different resolution or color depth
|
|
||||||
value which better suits for your monitor.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<note><para>From <application>GRUB</application>'s perspective, the
|
<note><para>From <application>GRUB</application>'s perspective, the
|
||||||
kernel files are relative to the partition used. If you
|
kernel files are relative to the partition used. If you
|
||||||
used a separate /boot partition, remove /boot from the above
|
used a separate /boot partition, remove /boot from the above
|
||||||
|
Loading…
Reference in New Issue
Block a user