LordGaav / proxmox-deploy

A cli-based deployment tool for Proxmox
GNU General Public License v3.0
149 stars 36 forks source link

Add a serial console to instances #4

Closed nicolerenee closed 8 years ago

nicolerenee commented 8 years ago

The ubuntu 16.04 cloud image is not correctly booting without a serial console attached. This adds a serial console to the vm instance.

LordGaav commented 8 years ago

Good find, I was having troubles with the Ubuntu 16.04 images. I'll try this out and let you know.

LordGaav commented 8 years ago

Works for me, but I can't seem to find the serial connection setting in the webinterface. Any pointers on where to look?

nicolerenee commented 8 years ago

It doesn't appear to be something you can configure via the web interface. I used qm set 104 -serial0 socket from the command line to add them by hand.

LordGaav commented 8 years ago

Seems like that is the case indeed. I can access the VM after rolling it out using qm 104 terminal, so it seems to work. Rollout itself also works fine, and Ubuntu 16.04 boots.

Thanks for the work!.