Search This Blog

Showing posts with label qemu. Show all posts
Showing posts with label qemu. Show all posts

Monday, April 22, 2024

Converting QCow2 disk image to VMDK for VMware

In Ubuntu 22.04, install qemu-img command:
apt install qemu-utils
Download QCow2 UEFI/GPT Bootable disk image:
wget https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
Converting qcow2 disk image to vmdk for VMware:
qemu-img convert -f qcow2 -O vmdk ubuntu-22.04-minimal-cloudimg-amd64.img ubuntu-22.04-minimal-cloudimg-amd64.vmdk