Comment 28 for bug 1573095

Revision history for this message
MaxZhang (maxzhangx) wrote : Re: 16.04 cloud image hangs at first boot

Hi,

I think the problem may be that the ttyS0's parameter is not complete, the speed is not set,
change it from:
console=ttyS0
to:
console=ttyS0,115200n8

would fix it.