When creating an Ubuntu 18.04.2 or 18.04.3 VM or updating an existing VM to Ubuntu 18.04.2 or 18.04.3, your VM can fail to boot.
The console shows the boot sequence hung at the point "Starting Tool to automatically collect and submit kernel crash signatures..."
If you switch the console to shell mode and log in, the console shows errors in 'org.gnome.Shell.desktop'
The following workarounds are available:
Add "vga=normal fb=false
" into GRUB_CMDLINE_LINUX_DEFAULT
Run the command: sudo update-grub
Restart your VM.
sudo apt-get install linux-image-generic xserver-xorg
sudo apt-get remove linux-image-generic-hwe-18.04
sudo apt-get install --install-recommends xserver-xorg-video-all