riscv/server: GRUB_TERMINAL=console

Allow using the U-Boot menu both from the serial and the graphical console.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt 2025-10-12 11:07:10 +02:00
parent b8520530c9
commit 82a239e39c

View File

@ -2,3 +2,4 @@
# For minimum output use
# GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="efi=debug earlycon=sbi"
GRUB_TERMINAL=console