Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm a noob when it comes to virtualization so sorry in advance if this has been answered, but I checked the forums and if it has been answered I didn't understand it.

I've seen people on the net offering images of a particular linux setup, and they offer it as either VMDK/VMX files or ISO files. Now an ISO seems to work with virtualbox, because i can tell it to mount a CD/DVD drive and use the ISO instead of a physical drive, but the VMDK and VMX files are always listed as for use with VMWare/VirtualBox.

So how do I use those files with VirtualBox? When I try the Appliance Import Wizard it tells me it only deals with OVF files. I'm usingSun VirtualBox 3.0.4

share|improve this question

closed as off topic by Will Mar 4 at 17:28

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 39 down vote accepted

VMDK/VMX are VMWare file formats but you can use it with VirtualBox, just create a new Virtual Machine and when asks for a hard disk choose "Use an existing hard disk" and click on the "button with folder and green arrow image on the combo box right" which opens Virtual Media Manager, it looks like this (you can open it directly pressing CTRL+D on main window or in File > Virtual Media Manager menu)...

And then you can add the VMDK/VMX hard disk image and setup it for your virtual machine :)

share|improve this answer
5  
When doing this, you need to "guess" all the VM configuration by yourself. But the VMDK (hard drive) file can be used as is. – Hendy Irawan May 26 '11 at 4:13

Actually, for the configuration of the machine, just open the .vmx file with a text editor (e.g. notepad, gedit, etc.). You will be able to see the OS type, memsize, ethernet.connectionType, and other settings. Then when you make your machine, just look in the text editor for the corresponding settings. When it asks for the disk, select the .vmdk disk as mentioned above.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.