VirtualBox not working on Fedora 20
Hi, I know this question has been asked but I still can't get VirtualBox to work on my machine. I have a Acer Aspire V5-552G with UEFI and Secure Boot. Ihave installed VirtualBox from the official repository but when I want to launch a vm I get the following error message:
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
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
I have installed kerne-devel, and DKMS, but still nothig. By running sudo /etc/init.d/vboxdrv setup
I get the message:
sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [FAILED]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
And finally by running dmesg
I get:
[ 3637.632521] capability: warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)