Results 1 to 6 of 6

Thread: Convert Vmware Image to Virtualbox Image

  1. #1
    Join Date
    Nov 2009
    Posts
    652

    Convert Vmware Image to Virtualbox Image

    I want to use the VirtualBox for my further use in my Ubuntu 9.10 and I want to know the way from which I can able to Convert Vmware Image to Virtualbox Image. As Virtualbox is having x86 virtualization products for enterprise as well as home use, I want to use it. It is having many reach features, high performance and free version is available for the use of public. So, if there is any solution from which I can Convert Vmware Image to Virtualbox Image then please give me that.

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Convert Vmware Image to Virtualbox Image

    I don't know how to Convert Vmware Image to Virtualbox Image but I have a one command by using of which you can switch to Virfualbox from the vmware. If you want to do this, then you can use the command below:

    Code:
    VBoxManage convertfromraw --format vmdk --variant Standard /tmp/debian.vmdk debian.vdi
    After using this command you will move from VMware to VirtualBox, but your virtual disks would be preserved.

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: Convert Vmware Image to Virtualbox Image

    As a Open Source Application VirtualBox also provide you the facility of running the VMs which are actually created by VMware by importing vmdk files as the use of steps below:

    1. Open you Virtual Box application.
    2. Click on File and then Virtual Disk Manager.
    3. Click on Add menu.
    4. Here you need to find and select the .vmdk file.
    5. Then click on ok.
    6. Now make new VMware file with the help of vmdk file which is added.
    7. Now restart the VMware.
    8. Done.

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: Convert Vmware Image to Virtualbox Image

    I am also searching for the same thing as you. As Virtualbox is having Open source application and able to use it for free. I want to migrate to VirtualBox, but as I have many images which are in the VMware. So, Is there is any way from which I can convert my all of the vmware image files to the virtuabox image files? If you have any such kind of trick then please help me to get that.

  5. #5
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Convert Vmware Image to Virtualbox Image

    For converting Vmware Image to Virtualbox Image you need to use the qemu-img tool. It is quiet easy to use. After installation of this tool you can simply convert a VMWare Image to VirtualBox Image. For converting the VMWare image to Virtualbox consider following example.

    Convert the <filename>.vmdk to <filename>.bin
    Code:
    qemu-img convert <filename>.vmdk <filename>.bin
    Now use VBoxManage to get back image in native format which is virtualbox
    Code:
    VBoxManage convertdd <filename>.bin <filename>.vdi

  6. #6
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Convert Vmware Image to Virtualbox Image

    It is simple to Convert Vmware Image to Virtualbox Image. You need to use the steps below:
    • Start your Virtualbox application first.
    • Now in the menubar click on File and then on Virtual Media Manager.
    • Here you need to click on the “Add” button.
    • Go to the file of Vmwar which is of .vmdk format which you want to convert.
    • Click Open.
    • Verify you image and then click on Ok.
    • Now you need to make the new virtual machine profile by selecting your imported image for the storage.
    • Restart your virtual machine.
    • Done.

Similar Threads

  1. Convert 2D image into 3D image using Silverlight 4
    By Thenral in forum Windows Software
    Replies: 5
    Last Post: 18-04-2011, 10:45 AM
  2. VMWare Image - OVF
    By Niantic in forum Windows Software
    Replies: 6
    Last Post: 11-05-2010, 09:16 AM
  3. Convert VMWare image to Hyper-V images
    By Gunwant in forum Windows Software
    Replies: 5
    Last Post: 05-04-2010, 05:18 PM
  4. Replies: 4
    Last Post: 20-05-2009, 01:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,307,503.68213 seconds with 17 queries