2

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.

Mohd Kamruddin
  • 23
  • 1
  • 1
  • 3

2 Answers2

3

Kindly follow this url - https://www.sevenbits.io/blog/iso/puredarwin/osx/2015/03/11/convert-to-iso.html

It works for me.

Mohan P
  • 422
  • 3
  • 16
1

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.

Alfred.37
  • 181
  • 1
  • 12