• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Virtual Box Question

nitrobass24

[H]ard|DCer of the Month - December 2009
2FA
Joined
Apr 7, 2006
Messages
10,477
Does anyone know how to convert VMware machines to VirtualBox machines?

I like to download the premade Vapps from VMware appliance site, and I have been using Server but a lot people have been talking about how great Virtual Box is so i thought I would give it a whirl.
 
I've done it. Now let me think.

First convert the VMware image to "raw". I belive I used:
qemu-img convert <the image> -O raw <new raw image>

You'll need qemu of course :)

Then use vboxmanage like this (is in the Virtual Box folder):
VBoxManage convertfromraw -format VDI <raw image> <vdi image>
 
Back
Top