I want to test run Arch Linux in a virtual machine, but don't know which hypervisor to choose. Is Virtual Box, or VMware the better Windows hypervisor for running Arch Linux?

Tom_Dude@lemmy.world to Linux@lemmy.ml – 7 points –
12

I've you're running Linux on your system use KVM. If you're running Windows, use Virtual box.

Doesn't matter that much. Personally I'd just go with virtualbox because it's open source.

I think both are usually fairly well supported, but VirtualBox being open-source it's probably got slightly better drivers for desktop use although I'm sure VMware has it pretty well covered as well.

Ultimately it's not going to affect the experience much. All Linux distros are going to perform comparably in a VM as long as the appropriate drivers are in use.

What you look for in a distro is more like the general experience of using it: does it have the packages you need, do you like the package manager and how the packages are structured, do you like how it sets up services. Especially for a more DIY distro like Arch, by the time you've set up your desktop environment and software you'll probably have a good feel of how the distro works already. With Arch in particular you won't be looking at any sort of out of the box experience (ie. does it install and support your hardware easily out of the box post-install) like you would if you were comparing Debian/Ubuntu/Fedora/Mint/SUSE/Manjaro.

Seems like HyperV is the obvious answer, but last I knew that was a Windows Pro and up feature. Virtual Box is a fine tool as an alternative.

In my experience, there are no problems with either VirtualBox or VMware when it comes to Arch. Personally, I mainly use VirtualBox.

It really doesnt matter much. They will both give you a good idea of what arch is like

If you can try andd use Hyper-V as it is windows native (if you have home edition then it's not something you can use because M$).

If you want a simple hypervisor VirtualBox will do just fine and I've had a generally better experience with that over VMWare (that said both will do the trick).

Lastly I should mention that you can use Qemu on windows; but I've never tried that myself and it might require some tinkering to get to work but it is the fastest virtualization framework I know of.

If you're not familiar with it, windows now has native support to run Linux via the Windows Subsystem for Linux (WSL2). It can integrate pretty well into your environment as well, like pushing vscode applications to run in the Subsystem. It apparently supports gui as well although I haven't tried setting that up myself.