Today i was faced with a problem, that a VirtualBox Virtual Machine wasn’t able to connect all USB Dongles. So i found only one answer on the web which said: “I solved it by installing VMware Player”
So i gave it a shot. Problem is, i wanted all the already installed Software in the new Machine.
To make a long story short, this is the Command with which a VirtualBox Virtual Disc Image can be converted into a Format, which can be used to install a new VMware VM:
C:\>”C:\Program Files\Oracle\VirtualBox\VBoxManage.exe” export <machinename> -o <somename>.ova
An OVA can be used to install a new VMware VM. Just click: Open a virtual Machine and select this file. It is possible, that an Error occures when you start importing the ova file, in my case is just hit “retry” and it worked after that.
You must be logged in to post a comment.