RISC-V boards tend to boot slowly. We should provide progress information when booting. Use 'efi=debug earlycon' on the Linux command line via new file /etc/default/grub.d/cmdline.cfg. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>canary-new-desktop
parent
953fccaedb
commit
c6ad92c0f4
@ -0,0 +1,4 @@
|
||||
# Booting on many riscv64 systems is slow. Let the user view progress.
|
||||
# For minimum output use
|
||||
# GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="efi=debug earlycon"
|
Loading…
Reference in new issue