Comment 2 for bug 1016695

Revision history for this message
Jeremiah Snapp (jeremiah.snapp) wrote : Re: add console=tty0 to cloud-image kernel boot parameters

Scott, I think the following info is relevant to your comment.

http://www.kernel.org/doc/Documentation/serial-console.txt

"You can specify multiple console= options on the kernel command line.
Output will appear on all of them. The last device will be used when
you open /dev/console. So, for example:

 console=ttyS1,9600 console=tty0

defines that opening /dev/console will get you the current foreground
virtual console, and kernel messages will appear on both the VGA
console and the 2nd serial port (ttyS1 or COM2) at 9600 baud."