Comment 2 for bug 1438585

Revision history for this message
Ming Lei (tom-leiming) wrote : Re: no console when starting VM from utopic cloud image

The following LP entry is the one which has removed 'console=' parameter from grub in
the utopic cloud image.

http://bugs.launchpad.net/bugs/1419952

The direct effect is that there isn't console any more when booting utopic VM via
grub.

The fix is to backport the 'stdout' DT patches to utopic kernel, then utopic kernel
can choose the console automatically from the 'stdout' DT property which is setup
from QEMU automatically.

http://kernel.ubuntu.com/git?p=ming/ubuntu-utopic.git;a=shortlog;h=refs/heads/console-fix_stdout

Thanks,