public:computers:linux_serial_console
Table of Contents
Linux Serial Console
Grub
Edit /etc/default/grub
to add the console setting to the end of
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID=d6a8791e-201a-4207-99e1-eafadec6713f console=ttyS0,19200n8"
Then update grub to use the new setting.
sudo update-grub
Once the systemd
changes are made it's worth rebooting to see that the boot process appears on the console.
systemd
sudo systemctl enable serial-getty@ttyS0.service sudo systemctl start serial-getty@ttyS0.service
— John Pumford-Green 30/09/22 11:59
Further Information
Using some old text mode software again….
- email with Old stuff but good
public/computers/linux_serial_console.txt · Last modified: 06/03/25 06:49 GMT by 127.0.0.1