Hey there!
Well known problem and issue on "Virtualbox“, notice that „Kernel drive not installed (rc = 1908).
I've searched info in a lof forums, but specifically for garuda linux — nothining.
IDK from where i should to dig.
Maybe one of you have a quick solution for this?
Best Regards,
Martynas
SGS
February 28, 2022, 11:55am
2
Not supported, sorry.
"Our distro is optimized for performance on real hardware. Installing in virtual machines is not recommended as it might result in a bad experience! (e.g. setup assistant not working)"
3 Likes
Did i got you in the right way that „Virtualbox“ isn't supported for Garuda Linux users?
Thank you.
How did you install Virtualbox (which packages, specifically, did you install)?
1 Like
From community in fish console.
Virtualbox 6.1.32-2,
Virtualbox-guest-iso 6.1.32-1,
Virtualbox-host-modules-arch 6.1.32-11,
Virtualbox-sdk 6.1.32-2,
And several packages are orphaned.
Virtualbox-host-dkms are in conflict with Virtualbox-host-modules-arch.
filo
February 28, 2022, 12:15pm
6
Is virtualbox-meta installed?
My suggestion would be to uninstall anything virtualbox related and install virtualbox-meta.
2 Likes
Persona_grata:
Virtualbox-sdk
This one isn’t needed.
This is the driver module for the linux
kernel. Remove it and install
Persona_grata:
Virtualbox-host-dkms
instead (along with the headers for whichever kernels you have installed).
There is also lots of information available on the Arch wiki: VirtualBox - ArchWiki
3 Likes
FGD
February 28, 2022, 12:29pm
8
Persona_grata:
Virtualbox-host-dkms
You need Virtualbox-host-dkms
1 Like
filo
February 28, 2022, 12:37pm
9
virtualbox-meta
from chaotic-AUR is our official package, which will bring in as dependency Virtualbox-host-dkms
(and a few other packages, ok, ok, a bit bloated maybe :-)) but also the configuration for the kernel modules, which often create troubles if missing.
3 Likes
Gavin
February 28, 2022, 1:21pm
10
and if you wish to do it at the command line, this is what i did and it worked for me:
sudo pacman -S linux-headers
sudo pacman -S virtualbox virtualbox-guest-iso (choose dkms option when prompted)
sudo modprobe vboxdrv
sudo gpasswd -a username vboxusers (sub “username” for your login name)
yay -S virtualbox-ext-oracle
reboot
that's it, works for me with zen kernel.
3 Likes
Hi there!
Virtualbox-meta was the solution, and another packages don't needed to unistall.
Virtualbox better than VMware-workstation, definitely.
Thank you all for helping!
Best wishes!
3 Likes
system
Closed
March 6, 2022, 9:49am
12
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.