Kerneldrivernotinstalled (rc =-1908) TheVirtualBoxLinuxkerneldriver (vboxdrv) iseithernotloadedorthereisapermissionproblemwith/dev/vboxdrv. Re-setupthekernelmodulebyexecuting
Kernel driver not installed (rc =-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with/dev/vboxdrv. Re-setup the kernel module by executing
'/Etc/init. d/vboxdrv setup'
As root. Users of Ubuntu, Fedora or Mandriva shocould install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
If your system is Ubuntu, you can solve the problem as follows:
Sudo aptitude update
Sudo aptitude install dkms
Sudo/etc/init. d/vboxdrv setup
However, an error is reported when the last command is executed. You can view it through dmesg and find that it is vboxdrv: Unknown symbol mcount (err 0)
Search for the error and find that the gcc version is incorrect. This problem occurs because the gcc version is linked to 4.4 When the MTK development environment is configured. Change this to link 4.8. Re-execute the third command above to solve the problem.
VirtualBox installation Windows 8.1 encounters 0x000000C4 error solution http://www.linuxidc.com/Linux/2014-11/108855.htm
Install Win7 http://www.linuxidc.com/Linux/2012-11/74195.htm with Virtualbox in Ubuntu 12.10
Install Windows XP with VirtualBox Virtual Machine in Ubuntu
VirtualBox Virtual Machine install Ubuntu 13.10 http://www.linuxidc.com/Linux/2013-11/92698.htm
Ubuntu installation Virtual Machine Software VirtualBox 4.3.10 http://www.linuxidc.com/Linux/2014-03/99113.htm
VirtualBox: Click here
VirtualBox: Click here
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-05/118056.htm