Serial console: Difference between revisions

From DWIKI
mNo edit summary
 
Line 4: Line 4:
        
        
=Enabling serial console=
=Enabling serial console=
In /etc/default/grub set:
In /etc/default/grub append:
  GRUB_CMDLINE_LINUX="console=ttyS0,115200"
  GRUB_CMDLINE_LINUX="..... console=ttyS0,115200"


and then
and then

Latest revision as of 11:46, 6 March 2024

Enabling serial console

In /etc/default/grub append:

GRUB_CMDLINE_LINUX="..... console=ttyS0,115200"

and then

On Debioids

update-grub

On CentOS

grub2-mkconfig -o /boot/grub2/grub.cfg