0

When I try to open an OS on virtual box then it shows kernel driver not installed (rc=-1908).Please tell me what to do. My OS is ubuntu 20.04 LTS.

enter image description here

Parsa Mousavi
  • 3,305
  • 16
  • 37
asish
  • 1
  • Welcome to AskUbuntu! Please edit your question and add your OS type and release so we can help you better – Pizza Dec 02 '20 at 16:24
  • Try: Install the virtualbox-dkms package on your Ubuntu host (not guest) – user535733 Dec 02 '20 at 17:02
  • 1
    Open your terminal and cut/paste this: sudo apt-get install dkms build-essential linux-headers-generic -y ; sudo apt-get install linux-headers-$(uname -r) -y; sudo apt install --reinstall virtualbox -y – KGIII Dec 02 '20 at 18:12
  • Did the above resolve your VirtualBox issue? If so, you'll want to keep that command copied and ready for the next time the kernel updates. You'll need to re-run it every time, but it only takes a few minutes. If it did resolve your issue, I'll write out a more complete answer to explain it. – KGIII Dec 03 '20 at 03:06
  • I tried sudo apt-get install dkms build-essential linux-headers-generic -y ; sudo apt-get install linux-headers-$(uname -r) -y; sudo apt install --reinstall virtualbox -y but still there is a persistent problem with dkms: output – xpslos Dec 12 '20 at 19:24

0 Answers0