Hello,<br />
<br />
Because the kernel in the cloud instance boots with the parameter console=ttyS0 there is no output in the web/vnc console (of Cloudstack in my case).<br />
This means reading the boot output or interacting with the boot process (if needed) is impossible.<br />
<br />
Changing the console cmd line into this fixes it:<br />
console=ttyS0,115200n8 console=tty0
↧