I have VirtualBox installed on Ubuntu 64.
I have a few Images I need to import into my Virtual Box.
What I got is a file with *.ovf and a file with *.vmdk

What am I suppose to do with those files?

link|improve this question

38% accept rate
What, there's no 'Import Appliance' in File menu? – Bender Nov 6 '09 at 6:29
feedback

3 Answers

up vote 4 down vote accepted

Ignore the .ovf files.

Open VirtualBox GUI. Create a new VM. Give it a name and pick an OS from the dropdown. Select a RAM amount. Choose to use an existing hard disk. Click the icon for the Virtual Media Manager, and add your VMDK file to the list. Select it as the hard disk for your new VM. Click Finish. Select the VM and Start.

Note: the above written for VirtualBox 3.0.x.

link|improve this answer
feedback

With Oracle Virtual Box 4.0

The .ovf file can be used to import an appliance. You need both the ovf and the vmdk file.

  1. Choose File >> Import Appliance
  2. Navigate to the ovf file
  3. Change settings (optional)
  4. Click Done

The import begins. Select your new VM and start it.

link|improve this answer
feedback

Alternatively if you'd wanna use the command line util vBoxManage, use the command vboxmanage import ovf_file.

This link shows you how to import from command line: http://www.virtualbox.org/manual/ch08.html#vboxmanage-import

This one http://www.virtualbox.org/manual/ch01.html#ovf shows you the wizard for achieving the same

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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