From ee35d426b38eafd2dc87a7cf4deae75dbd28b76c Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 24 Dec 2024 16:57:36 +0100 Subject: [PATCH] grub: update Signed-off-by: AuxXxilium --- files/p1/boot/grub/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/p1/boot/grub/grub.cfg b/files/p1/boot/grub/grub.cfg index 0c9eb532..b037a5d1 100644 --- a/files/p1/boot/grub/grub.cfg +++ b/files/p1/boot/grub/grub.cfg @@ -35,7 +35,7 @@ fi if loadfont unicode; then insmod gfxterm - set gfxmode=auto + set gfxmode=1024x768 set gfxpayload=auto if [ "${grub_platform}" = "efi" ]; then terminal_output --append gfxterm