What virtualization software can I use?

13,393

Solution 1

You also may use VirtualBox, which is named virtualbox-ose in the repositories.

From the package description:

VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system.

In case you like to install an OS that uses XServer 1.10 (e.g. Ubuntu 11.04) you need Virtual Box version >= 4.0.6 available under GPL v2 licence for download or in a repository maintained by Oracle. For full support of features we also need to install Guest Additions. For USB 2.0 or RDP support we can download and install the Extension Pack. This will make Virtual Box closed source (PUEL-version).

Solution 2

The other option is virt-manager which is a gui for kvm.

enter image description here

Solution 3

I previously used VMware on Ubuntu/Fedora (and shared VM's across Linux & Windows), for several years, but about a year ago I totally gave up on VMware. It just became too much of a hassle to get it to work after kernel upgrades. Now I just use VirtualBox everywhere (Winows, Ubuntu, MacOS X). (Note: this is assuming you want to use a free virtualization solution, and that you're not using one of the various paid versions of VMware.) I especially liked the (paid) version of VMware Fusion for MacOSX... but now I also just use VirtualBox there, too... and it works just fine.

But, back to Linux: Let's say you can actually manage to get VMware running on Linux -- after downloading custom 3rd party VMware source patches, uploaded to various internet forums, then recompiling odd bits of VMware to get it to properly install... Well, you still will have a slim to none chance of getting the VMware viewer (browser plugin) to properly work on Linux. The issue seems to be that it requires an older version of Firefox to run. You can use IE or possibly Firefox on Windows to "view" your running VM's on Linux, but, you know, what's the point.

Long story short, the free versions of VMware no longer seem to be supported or maintained, and this is especially evident & painful on Linux.

However, all is not lost... You can take your existing VMware images and actually open them in VirtualBox without converting the images to VDI (..or, you can convert them to VDI if you want, too.) (Frankly, for non-Windows VM's, it is probably just as simple to create a new image, since installing Linux from scratch is so simple. It's all the other software (databases, etc) that can be a pain to re-install, though.)

The one issue that I ran into when opening my VMware images in VirtualBox was that I originally split my VMware images into 2GB files; this won't work when opening them in VirtualBox. But you can use the VMware tools to convert them back to a single disk, e.g.:

c:/> vmware-vdiskmanager -r multipart.vmdk -t 0 single.vmdk

Then this "single.vmdk" can be designated as your disk for your VirtualBox VM. Odds are that any Windows image will have to be re-verified as "genuine"; it's easiest to do this online when setting up the VM, assuming networking is working. I think I first removed VMware tools from my image, and then installed the VirtualBox add-ons on the VM, and I think that was basically it.

Solution 4

Im case you are used to VMWare from your Windows machine you can run the VMWare Player on your Ubuntu box. Although I do agree with previous answers that Virtual Box is a very good Open Source alternative there is no need to switch systems. This is even more so as you can use your preexistent virtual machines by also running VMWare Player in Ubuntu. However if you want to create new machines you would need to run VMWare Workstation.

Solution 5

Despite Michael's problems with VMWARE I would absolutely recommend it for a number of reasons:

  • You are used to the interface
  • It works beautifully under Ubuntu out of the box, and even VM tools updates are simple.
  • Your existing VM's will just work

I use virtualbox as well, and I would say for most purposes it is as good, but you'll need to learn it.

Share:
13,393

Related videos on Youtube

Only Bolivian Here
Author by

Only Bolivian Here

Updated on September 18, 2022

Comments

  • Only Bolivian Here
    Only Bolivian Here over 1 year

    I've used only VMWare on my Windows 7 machine, but I'd like to use something on Ubuntu.

    What software would you recommend to create other Linux and Windows virtual machines?

  • Only Bolivian Here
    Only Bolivian Here about 13 years
    Hm...OK, I went installed VirtualBox OSE from the Software Center and I just realized that it doesn't support a number of features. I do not care if it's open source or not. How can I install the closed source better version while removing the gimped version?
  • Rinzwind
    Rinzwind about 13 years
  • Oxwivi
    Oxwivi about 13 years
    What about QEMU?
  • Oxwivi
    Oxwivi about 13 years
    Well, I'm not really familiar with it, I myself want to know more. ;)
  • Donato
    Donato about 9 years
    I'm using Apache Cordova and I do not own a Mac. I use Ubuntu as my OS. Can I use virtualbox to host a OSX environment?