Originally Posted by
mbzadegan
Hello ,
I installed VirtualBox but when i rebooted the fail message of No suitable kernel module for virtual box will be shown !!
Please upgrade KALI kernel to support VirtualBox .
Thanks alot.
Did you run the command the error message tells you to?
Code:
/etc/init.d/vboxdrv setup
Open a terminal and run that command, everything should be fine.
You may also want to be sure that DKMS is installed so you shouldn't have to run that command in the future.
Code:
apt-cache search virtualbox
Depending on if you installed OSE or the 'regular' virtualbox you will just need to apt-get install the dkms package
Code:
apt-get install virtualbox-dkms
or
Code:
apt-get install virtualbox-ose-dkms
Thanks,
Eric