From bebf05d0c10d7eae0861112a8491aad08403c039 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 20 Mar 2026 13:12:45 +1300 Subject: try ask grub for framebuffer? one can hope --- boot/grub.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/grub.cfg') diff --git a/boot/grub.cfg b/boot/grub.cfg index 05aa62e..8a730f9 100644 --- a/boot/grub.cfg +++ b/boot/grub.cfg @@ -2,5 +2,7 @@ # This software is licensed under the ARPL. See LICENSE for details. menuentry "FrenchToastOS" { + set gfxmode=1024x768x32 + insmod multiboot multiboot /boot/FrenchToastOS.bin } -- cgit v1.2.3