What virtual machine software is there for Linux besides VirtualBox?

link|improve this question

74% accept rate
feedback

closed as not constructive by random Feb 18 at 4:07

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

You can use for example qemu + kquemu acceleration, but VirtualBox is easier.

And you can also install VMWare (for example, VMWare server )

link|improve this answer
feedback

I think most popular virtual machines for Linux are:

There is also a GUI for manage all these VMs - Virtual Machine Manager.

link|improve this answer
feedback

VMWare is available for Linux.

As far as I remember, the server and player versions cost nothing, but the workstation does have a price.

I have only used VMWare on Windows (and that was a while ago), where I found that it considerably slowed down boot times etc. I find that Virtualbox is much better, and have (rather lazily) just used it on Linux rather than bother trying VMWare.

There is also bochs that you could have a look at as well as qemu.

If you do try the others, perhaps you could report back on how they compare: I must admit that I've basically ignored the non-Virtualbox options for quite a while.

link|improve this answer
I tried VMWare Player and qemu and they both work better than Virtual Box. – OSX NINJA Jul 31 '10 at 1:23
The current VMPlayer 3.x works very nicely on Linux. – Shannon Nelson Jul 31 '10 at 3:29
feedback

Another option is XEN:

The Xen® hypervisor, the powerful open source industry standard for virtualization, offers a powerful, efficient, and secure feature set for virtualization of x86, x86_64, IA64, ARM, and other CPU architectures. It supports a wide range of guest operating systems including Windows®, Linux®, Solaris®, and various versions of the BSD operating systems.

link|improve this answer
That one is hard to install. – OSX NINJA Jul 31 '10 at 12:34
feedback

It depends how resrictive your question is. Ie. what you mean by virtual. And this is something that is easily Googled. Google immediately comes up with http://virt.kernelnewbies.org/TechComparison which seems reasonably comprehensive. I used vserver for some years. That worked well, but I think the community around it may be too small for long term survival. More recently I've used VIrtualBox.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.