I’m trying to move a VM (Ubuntu 18.04), when the cutover is done and i make a console connection the VM, at first the screen is blank, but after a few enters, i start getting the following signs on the console:
Anyone has any ideas how to avoid this? I’ve tried installing NGT prior to moving the VM - no luck. On the initial GNU GRUB screen where I choose which OS to boot, everything is fine.
Best answer by msc_dk
To follow up, this was solved by executing the following commands (I managed to configure network without looking, so I could SSH to the VM).
Current available versions of AHV don’t support Gen 2 VMs directly. Therefore, during the cutover process, the following command is run on a migrated VM on the target cluster.
For Ubuntu VM – Before Migration
Run the following commands on the source Ubuntu 14 and 16 Generation 2 VMs before migration.
sudo bash
cd /boot/efi/EFI
cp -r ubuntu/ boot
cd boot
mv shimx64.efi bootx64.efi
I hope it would be helpful to change the legacy mode VM to UEFI mode.