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.
Asked
Active
Viewed 1.1k times
2 Answers
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
-
The link is dead. – elmazzun Aug 22 '23 at 16:59
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