Comment 13 for bug 438335

Revision history for this message
Robbie Williamson (robbiew) wrote :

I think I have a quick fix for the NON-kernel related messages...but not sure if it's the RIGHT fix:

1) sudo vi /etc/default/grub
2) Add "console=tty6" to GRUB_CMDLINE_LINUX_DEFAULT:
     "quiet splash console=tty6"
3) save and quit
4) sudo update-grub

This will redirect console messages to tty6 (Ctrl-Alt-F6), instead of tty1. Can folks try this and let me know if it helps at all? Thanks