VMDK to ISO file converter

11.5k Views Asked by At

I am using virtualbox and creating a VMDK file. I am creating ova file using virtualbox. but there is no any option to create iso file.Please suggest how I am convert this VMDK to ISO.

2

There are 2 best solutions below

2
On BEST ANSWER
0
On

You can convert .vmdk filed p.e. on Ubuntu Linux Komsole on follow way:

qemu-img convert -f vmdk -O raw your_source_file.vmdk your_destination_file.img

Thats works fine for MBR a dont work for GPT.