Comment 25 for bug 1654600

Revision history for this message
kay (kay-diam) wrote :

BTW, KVM allows you to use serial console you can use it for debugging. But you have explicitly specify the order of defined "console" kernel parameters, i.e.:

this will specify VGA console as default output:
console=ttyS0 console=tty1

this will specify serial console as default output:
console=tty1 console=ttyS0