1

I installed VirtualBox using sudo apt-get install virtualbox.

Every time I try to start a virtual machine, I get this error:

img_kernel-driver

I logged in as root, and typed this into the terminal: modprobe vboxdrv and I got another error:

img_terminal_error

I also got another error:

img_virtualbox_error

(More info: I am using Ubuntu 16.04)

Help!!!

1 Answers1

-1

Reinstall the virtualbox-dkms package by running the following commands

sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get remove --purge virtualbox-dkms
sudo apt-get install virtualbox-dkms
Mir Rahed Uddin
  • 619
  • 1
  • 8
  • 20
  • Reinstalling stuff hoping that it'll work stems from a certain "Windows mentality". No, it won't work in this case. The situation has been correctly identified in comments and this question is off-topic. – ChanganAuto May 09 '21 at 02:09