Serial console: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 1: Line 1:


*[http://0pointer.de/blog/projects/serial-console.html Serial and systemd]  
*[http://0pointer.de/blog/projects/serial-console.html Serial and systemd]  
*[https://help.ubuntu.com/community/SerialConsoleHowto https://help.ubuntu.com/community/SerialConsoleHowto]
*[https://help.ubuntu.com/community/SerialConsoleHowto https://help.ubuntu.com/community/SerialConsoleHowto]  
     
 
On Debioids:
 
In /etc/default/grub set:
GRUB_CMDLINE_LINUX="console=ttyS0"
 
and then
update-grub

Revision as of 22:55, 26 January 2022


On Debioids:

In /etc/default/grub set:

GRUB_CMDLINE_LINUX="console=ttyS0"

and then

update-grub