Serial console: Difference between revisions
From DWIKI
mNo edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
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] | ||
=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 |
Latest revision as of 10: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