Serial console: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
 
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 09: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