mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +00:00
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>
5 lines
181 B
INI
5 lines
181 B
INI
# 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"
|