Solve the Problem of Kernel driver not installed (rc =-1908)

Source: Internet
Author: User

Solve the Problem of Kernel driver not installed (rc =-1908)
The following error occurs when the VM is started after it is created:

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.

After executing/etc/init. d/vboxdrv setup, the following error occurs:
[Root @ localhost ~] #/Etc/init. d/vboxdrv setup
Stopping VirtualBox kernel module [OK]
Recompiling VirtualBox kernel module [FAILED]

Solution:

Run yum install kernel-devel

Run again
[Root @ liukai ~] #/Etc/init. d/vboxdrv setup
Stopping VirtualBox kernel module [OK]
Recompiling VirtualBox kernel module [OK]
Starting VirtualBox kernel module [OK]
You can.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.