What is the proper way to get host terminal output with efi boot? Do you add lines to /etc/kernel/cmdline similar to grub? IE
"console=ttyS1,115200n8 console=tty0"
"serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1"
I can get this working using grub boot loader but not all the way with efi boot. My search skills might be poor since all the searches I do always bring up grub and nothing for efi..
"console=ttyS1,115200n8 console=tty0"
"serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1"
I can get this working using grub boot loader but not all the way with efi boot. My search skills might be poor since all the searches I do always bring up grub and nothing for efi..