From db9674bbb4d2eb768da90bdf57d4eec8c623fd59 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 22 Aug 2025 20:56:32 -0500 Subject: [PATCH] grub: Force console output GRUB seems to have trouble with box drawing over the PL011 UART on both the Raspberry Pi and QEMU. --- boot/grub2/grub.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/grub2/grub.cfg b/boot/grub2/grub.cfg index 5f62439..f950162 100644 --- a/boot/grub2/grub.cfg +++ b/boot/grub2/grub.cfg @@ -1,6 +1,8 @@ # vim: set ft=sh : # vim: set sw=4 ts=4 sts=4 et: +terminal_output console + load_env regexp --set 1:disk '(.*),.*' $root for dev in ($disk,gpt*); do