Kernel driver not installed (rc=-1908)
Posted: 16. May 2017, 18:18
Please help I am very new to my project and I am trying to set up a VM and a redhat linux machine
I run the command as root and I get the following error
Please help
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.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. Please reinstall the kernel module by executing
'/sbin/vboxconfig'
as root.
I run the command as root and I get the following error
I have tried the /sbin/vboxconig several times with the same results.[root@oc4281532635 timothythompson1614]# /sbin/vboxconfig vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules. This system is not currently set up to build kernel modules (system extensions). Running the following commands should set the system up correctly: yum install gcc make yum install kernel-devel-3.10.0-514.10.2.el7.x86_64 (The last command may fail if your system is not fully updated.) yum install kernel-devel vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong. This system is not currently set up to build kernel modules (system extensions). Running the following commands should set the system up correctly: yum install gcc make yum install kernel-devel-3.10.0-514.10.2.el7.x86_64 (The last command may fail if your system is not fully updated.) yum install kernel-devel There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root. [root@oc4281532635 timothythompson1614]#
Please help