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.
Asked
Active
Viewed 813 times
0
Parsa Mousavi
- 3,305
- 16
- 37
asish
- 1

virtualbox-dkmspackage on your Ubuntu host (not guest) – user535733 Dec 02 '20 at 17:02sudo 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:12sudo apt-get install dkms build-essential linux-headers-generic -y ; sudo apt-get install linux-headers-$(uname -r) -y; sudo apt install --reinstall virtualbox -ybut still there is a persistent problem with dkms: output – xpslos Dec 12 '20 at 19:24