Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briancline/5600221 to your computer and use it in GitHub Desktop.
Save briancline/5600221 to your computer and use it in GitHub Desktop.
echo "ttyS0" > /etc/securetty
vi /etc/grub.conf
# Add console=ttyS0 to the end of kernel line(s)
vi /etc/sysconfig/init
# Edit ACTIVE_CONSOLES to look like:
ACTIVE_CONSOLES="/dev/tty[1-6] /dev/ttyS0"
# If on a live system, do the following
init q
# After that, if on KVM virtual machine, it should be possible to do
virsh console <vm_name>
# and see the console output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment