We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfe911 commit da5650eCopy full SHA for da5650e
build_library/grub.cfg
@@ -79,7 +79,7 @@ if [ -z "$linux_console" ]; then
79
terminal_output console serial_com0
80
elif [ "$grub_platform" = efi ]; then
81
if [ "$grub_cpu" = arm64 ]; then
82
- set linux_console="console=ttyAMA0,115200n8"
+ set linux_console="console=ttyAMA0,115200n8 console=tty console=tty0 console=hvc0"
83
else
84
set linux_console="console=ttyS0,115200n8 console=tty0"
85
fi
0 commit comments