You are not logged in.
Pages: 1
Installing virtualbox with sudo pacman -S virtualbox with the arch modules taints the kernel. Is there a way to install virtualbox without tainiting the kernel?
Offline
The kernel is tainted by the out-of-tree VirtualBox drivers so the only way to avoid that is to not load those drivers.
Perhaps try something better instead? QEMU/KVM is part of the mainline kernel and outperforms VirtualBox.
Jin, Jîyan, Azadî
Offline
What disadvantage do you think you have from an out of tree module tainting the kernel?
Offline
Looks like I'll need to do some reading to understand what out-of-tree means more. Is there any query I can use to see which packages have loaded out of tree modules?
I use qemu/kvm for most of my virtualization needs, I just use vbox for my ansible work at the moment.
Last edited by archexplorer (2025-01-07 13:13:46)
Offline
Properly packaged external kernel modules land in /usr/lib/modules/$(uname -r)/extramodules you could ls there or do e.g. a pacman -Qo on that path to get packages that have modules there.
Offline
Pages: 1