I am new to Ubuntu and VirtualBox is issuing the error message "kernel driver is not installed". I can't even remove it from my device. Here is a screenshot with the error message with more details of the error I am receiving. Can someone help me please?
Asked
Active
Viewed 154 times
1 Answers
0
If you are receiving error messages when you run sudo /sbin/vboxconfig, then you will need to compile some kernel drivers. Fortunately, it’s not too difficult.
- Open a terminal
- Install some basics:
sudo apt install build-essential module-assistant - Then:
sudo m-a prepare - Finally:
sudo /sbin/vboxconfig
This should do what you’re looking for.