Use the qemu-img utility to convert the KVM image to a VHDX image

$ sudo apt-get install qemu-utils -y

$ qemu-img convert ubuntu-core-18-amd64.img -O vhdx -o subformat=dynamic ubuntu-core-18-amd64.vhdx

Comments