Alternatives to VirtualBox?
-
[email protected]replied to [email protected] last edited by
works decently enough for me is https://virt-manager.org/ to deal with libvirt. its not quite as nice in some ways but way less resource intensive.
-
[email protected]replied to [email protected] last edited by
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.
-
[email protected]replied to [email protected] last edited by
Surprised no one is saying Xen
-
[email protected]replied to [email protected] last edited by
Definitely if you're on Linux, use Qemu (and the best is to install a GUI to use it after)
-
[email protected]replied to [email protected] last edited by
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
-
[email protected]replied to [email protected] last edited by
Thanks for the tip!
-
-
[email protected]replied to [email protected] last edited by
I use Quickemu for mine, makes it really quick and easy to get a new system up and running.
-
[email protected]replied to [email protected] last edited by
Using virt-manager, never tried quickemu
-
[email protected]replied to [email protected] last edited by
Really wish we could get in the habit of recommending GUIs first, not last.
-
[email protected]replied to [email protected] last edited by
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%.
-
[email protected]replied to [email protected] last edited by
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
-
[email protected]replied to [email protected] last edited by
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.
-
[email protected]replied to [email protected] last edited by
I've looked at it. It comes up a lot. Thank you.
-
[email protected]replied to [email protected] last edited by
Good tip. Thanks.
-
[email protected]replied to [email protected] last edited by
Not for the faint of heart, but I'll keep it in mind.
-
[email protected]replied to [email protected] last edited by
That's my struggle with this solution as well.
Still, a solid choice.
-
[email protected]replied to [email protected] last edited by
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.
-
[email protected]replied to [email protected] last edited by
This has been mentioned a few times here. Didn't know that. Thank you.
-
[email protected]replied to [email protected] last edited by
Did you use virt-manager with it?
-
[email protected]replied to [email protected] last edited by
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.