Alternatives to VirtualBox?
-
I agree. The only feature where I'd say it's weaker feature-wise is it doesn't have any form of virtual GPU acceleration - either you deal with software rendering or have to pass through a graphics card (I've done it, but it's not easy.).
Otherwise, I'd say it tends to run better than VirtualBox, though it's been years since I last used Vbox anyhow. A plus is Virt Manager comes in most distro repos, whereas VirtualBox doesn't. Also, it allows you to directly edit the XML, so you can do some cool stuff that would be really annoying (not impossible) to do in VirtualBox.
-
Surprised no one is saying Xen
-
Definitely if you're on Linux, use Qemu (and the best is to install a GUI to use it after)
-
You can specify the virtualization engine in VirtualBox, including KVM.
A couple of easy virtualization tools that allow you to create VMs in a few clicks are Gnome Boxes and QuickEmu, which leverages Qemu and KVM
-
Thanks for the tip!
-
L [email protected] shared this topic
-
I use Quickemu for mine, makes it really quick and easy to get a new system up and running.
-
Using virt-manager, never tried quickemu
-
Really wish we could get in the habit of recommending GUIs first, not last.
-
Might be that you really don't need VMs but just lightweight namespace containers. If so, you can use docker/podman, systemd-nspawn or various other tools. The overhead compared to bare metal will be less than 1%.
-
Without any kind of software behind GUI this is almost useless and I think that CLI (or even TUI) are today so underrated that we should give more and more power to them instead of GUI
-
Really wish we wouldn't have to separate the two. This adds a complication layer for editing Windows users.
Ideally: install app (insert name). Run and enjoy.
-
I've looked at it. It comes up a lot. Thank you.
-
Good tip. Thanks.
-
Not for the faint of heart, but I'll keep it in mind.
-
That's my struggle with this solution as well.
Still, a solid choice.
-
This "Beginners Guide" they have there is a serious turnoff. They might want to consider a more lightweight and friendly intro to their software.
Still, if I find the time to go through this massive wall of text, I will.
-
This has been mentioned a few times here. Didn't know that. Thank you.
-
Did you use virt-manager with it?
-
Virt-manager with qemu-system, although if you use the kvm driver for both performance should be about the same I think.
Don't forget virtualbox has a lot of configuration options that may improve performance, Ive never had a problem with it but also never need high performance from a VM.