Daniel Bidwell Asked: 2019-09-04 08:37:32 +0800 CST2019-09-04 08:37:32 +0800 CST 2019-09-04 08:37:32 +0800 CST Juju vm's in vsphere fail to boot when vmware hardware definition is updated above version 10 772 Juju deploys vms to vsphere with version 10 hardware definition. The boot sequence seems to die configuring the video drivers for the console. vmware grub2 boot 1 Answers Voted Best Answer Daniel Bidwell 2019-09-04T08:39:15+08:002019-09-04T08:39:15+08:00 /etc/default/grub contains: GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0" If I remove the "console=tty1 console=ttyS0" and rebuild the /boot/grub/grub.cfg to include this change then I can upgrade the hardware definition and reboot just fine.
/etc/default/grub contains:
GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0"
If I remove the "console=tty1 console=ttyS0"
and rebuild the /boot/grub/grub.cfg to include this change then I can upgrade the hardware definition and reboot just fine.