Code: Select all
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.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.The last successful start was two weeks ago.
Running vboxconfig as root creates the following output:
Code: Select all
# /sbin/vboxconfig
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service → /usr/lib/systemd/system/vboxdrv.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service → /usr/lib/systemd/system/vboxballoonctrl-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service → /usr/lib/systemd/system/vboxautostart-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service → /usr/lib/systemd/system/vboxweb-service.service.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.# uname -a
Linux mdtiny.local 4.9.5-200.fc25.x86_64 #1 SMP Fri Jan 20 12:24:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
# dnf list installed kernel-*
Failed to synchronize cache for repo 'infinality-ultimate-noarch', disabling.
Failed to synchronize cache for repo 'infinality-ultimate', disabling.
Last metadata expiration check: 0:17:07 ago on Fri Jan 27 12:52:19 2017.
Installed Packages
kernel-core.x86_64 4.9.3-200.fc25 @updates
kernel-core.x86_64 4.9.4-201.fc25 @updates
kernel-core.x86_64 4.9.5-200.fc25 @updates
kernel-devel.x86_64 4.9.3-200.fc25 @updates
kernel-devel.x86_64 4.9.4-201.fc25 @updates
kernel-devel.x86_64 4.9.5-200.fc25 @updates
kernel-headers.x86_64 4.9.5-200.fc25 @updates
kernel-modules.x86_64 4.9.3-200.fc25 @updates
kernel-modules.x86_64 4.9.4-201.fc25 @updates
kernel-modules.x86_64 4.9.5-200.fc25 @updates
kernel-modules-extra.x86_64 4.9.3-200.fc25 @updates
kernel-modules-extra.x86_64 4.9.4-201.fc25 @updates
kernel-modules-extra.x86_64 4.9.5-200.fc25 @updates