Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created December 2, 2014 00:08
Show Gist options
  • Save rubenerd/c650b4ed40cfd1d7f9b0 to your computer and use it in GitHub Desktop.
Save rubenerd/c650b4ed40cfd1d7f9b0 to your computer and use it in GitHub Desktop.
Enable Linux serial console access for Xen, KVM
sudo -s
grubby --update-kernel=ALL --args="console=ttyS0"
shutdown -r now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment