Proxmox Serial Console with efi boot

ducs4rs

Active Member
Apr 13, 2021
37
5
28
67
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..
 
Again these instructions are for grub not efi boot. I am looking for a writeup on setting up efi boot since efi boot doesn't use /etc/default/grub
 
if you want the system to use the serial terminal after the kernel is loaded, the instructions should be the same, as in, you must give the kernel the correct parameters (either in grub or in systemd-boot like my first link described)

if you want the system to output to the serial console before the kernel loads, on efi this is a firmware/bios thing, and you should check your bios for a setting for this.