Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active May 3, 2025 16:17
Show Gist options
  • Select an option

  • Save jkullick/22d6d3d214421c0da791109eb35360e3 to your computer and use it in GitHub Desktop.

Select an option

Save jkullick/22d6d3d214421c0da791109eb35360e3 to your computer and use it in GitHub Desktop.
Enable Serial Console in GRUB on Debian
  1. Edit /etc/default/grub:
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"
  1. Update boot loader:
update-grub
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment