how to fix error virtualBox “Kernel driver not installed” error despite running /sbin/vboxconfig di linux ubuntu 20.04
When installing virtualbox through the terminal initially went smoothly, but when virtualbox was started and run the created virtual machine, suddenly a warning like this " Kernel driver not installed (rc=-1908) ", after I asked around on the ubuntu forum at Telegram, finally someone told me and I tried it finally worked. And here are the steps.
1. enter the terminal
CTRL+ALT+T
2. Login as root
sudo su
2. update linux
apt-get update
3. enter the command below
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get remove --purge virtualbox-dkm
done, and try running virtualbox.
0 Response to "how to fix error virtualBox “Kernel driver not installed” error despite running /sbin/vboxconfig di linux ubuntu 20.04 "
Post a Comment