Serial console: Difference between revisions

From DWIKI
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
*[https://help.ubuntu.com/community/SerialConsoleHowto https://help.ubuntu.com/community/SerialConsoleHowto]  
*[https://help.ubuntu.com/community/SerialConsoleHowto https://help.ubuntu.com/community/SerialConsoleHowto]  
        
        
 
=Enabling serial console=
On Debioids:
In /etc/default/grub append:
 
  GRUB_CMDLINE_LINUX="..... console=ttyS0,115200"
In /etc/default/grub set:
  GRUB_CMDLINE_LINUX="console=ttyS0"


and then
and then
==On Debioids==
  update-grub
  update-grub
==On CentOS==
grub2-mkconfig -o /boot/grub2/grub.cfg

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