Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VirtualBox and vmdk vmx files [closed]

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 being 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 using Sun VirtualBox 3.0.4)

like image 485
LoveMeSomeCode Avatar asked Oct 01 '09 16:10

LoveMeSomeCode


People also ask

Can VirtualBox open VMX files?

VMDK/VMX are VMWare file formats but you can use it with VirtualBox: Create a new Virtual Machine and when asks for a hard disk choose "Use an existing hard disk"

Can you open a VMware image in VirtualBox?

Oracle VirtualBox, formerly Sun VirtualBox, is an open source virtualization platform that allows you to run multiple operating systems on a single machine. If you are switching from VMware to VirtualBox, you can import or read a VMware virtual machine in VirtualBox.


Video Answer


2 Answers

VMDK/VMX are VMWare file formats but you can use it with VirtualBox:

  1. Create a new Virtual Machine and when asks for a hard disk choose "Use an existing hard disk"
  2. 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)...
  3. Then you can add the VMDK/VMX hard disk image and setup it for your virtual machine :)
like image 60
eveliotc Avatar answered Oct 20 '22 05:10

eveliotc


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.

like image 37
musicman Avatar answered Oct 20 '22 03:10

musicman