Virtualbox fails to run on kernel 5.10

After installing virtualbox it tells me to run 2 commands, but they dont work.

sudo /sbin/vboxconfig/ command not found

sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.10.1-103-tkg-pds

Use forum search with @jonathon ,is already answered.

opps, I pinged him, sorry.

4 Likes

I read his post it does not fix the problem.

i think the problem is with kernel 5.10

sudo pacman -S --noconfirm --needed virtualbox
sudo pacman -S --noconfirm --needed linux-tkg-pds-headers
sudo pacman -S --needed virtualbox-host-dkms
sudo pacman -S --noconfirm --needed xf86-video-vmware
sudo grub-mkconfig -o /boot/grub/grub.cfg

This does not work on kernel 5.10

it produces the errors i posted in my first post.

Right, use 5.9 and wait.

2 Likes