Activate the serial console

How can I activate the serial console after install?
(I did a standard installation with monitor and keyboard, however I would like to use now the serial connection)

Hi @herby

May be this help you:

Regards.

here the part of the initskript that enable the serial console

# Enable serial console in GRUB defaults
          echo "GRUB_TERMINAL=\"serial console\"" >> /etc/default/grub
          echo "GRUB_SERIAL_COMMAND=\"serial --unit=0 --speed=115200\"" >> /etc/default/grub
          sed -i -e "s|panic=10|& console=ttyS0,115200n8|g" /etc/default/grub
 # Re-generate GRUB configuration
          /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg
4 Likes

Perfect , thanks’ a lot.

A post was split to a new topic: Activate the serial console on my mini pc