From 10dd2f4b512bf0b53d809138bbae6b4f27122fb4 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 16 Feb 2025 18:36:42 +0800 Subject: [PATCH] loongarch: grub: Remove gfxpayload setting We don't have VESA. --- chapter10/grub.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/chapter10/grub.xml b/chapter10/grub.xml index 19e5c6bd1..3afb4185f 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -186,7 +186,6 @@ set timeout=5 insmod part_gpt insmod ext2 set root=(hd0,2) -set gfxpayload=1024x768x32 insmod efi_gop @@ -213,14 +212,6 @@ EOF be needed with some rare configurations. - - The set gfxpayload=1024x768x32 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. - - From GRUB's perspective, the kernel files are relative to the partition used. If you used a separate /boot partition, remove /boot from the above