Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to load ovf to virtualbox created using vmware vphrere export?

I am trying to load a VM that was created by someone else using VMware vSphere into virtualbox. I got these 3 files, the first one being an xml ovf file, the second one containing the SHA1 sums and the last one being a 3.2GB vmdk:

myVM.ovf
myVM.mf
myVM-disk1.vmdk

When I try Import an Appliance choosing the ovf file, I get this error:

Failed to import appliance /home/username/VirtualBox VMs/blah/blah/myVM.ovf.

<vbox:Machine> element in OVF contains a medium attachment for the disk image 58d8e82a-37a1-4c10-b3be-b53cdb213fbe but the OVF describes no such image.

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Appliance
Interface: IAppliance {3059cf9e-25c7-4f0b-9fa5-3c42e441670b}

I made sure the menu is pointing to the right vmdk file, but still there is something wrong.

Any ideas?

like image 923
719016 Avatar asked Nov 05 '12 14:11

719016


1 Answers

At the Import dialog, try to uncheck USB controller and CD/DVD devices.

enter image description here

If that will help, You can enable them afterwards. In fact, You will need them to install Guest Additions later.

This helped for me, to install Microsoft prepared Virtual machines for different Internet Explorer tests from http://dev.modern.ie/tools/vms/windows/

like image 180
Arnis Juraga Avatar answered Sep 22 '22 14:09

Arnis Juraga