Virtualbox stopped working after recent tumbleweed update.
launching any vm results in showing error
<<
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.
It seems not founding /sbin/vboxconfig to recompile drivers …
>>
Here is my system
rogue:/home/vpc # uname -a
Linux rogue 4.10.12-1-default #1 SMP PREEMPT Fri Apr 21 11:50:25 UTC 2017 (3043bd9) x86_64 x86_64 x86_64 GNU/Linux
An when i run the vbconfig, le file is not found :
rogue:/home/vpc # /sbin/vboxconfig
bash: /sbin/vboxconfig: No such file or directory
My distrib version is here after
rogue:/home/vpc # cat /etc/*-release
LSB_VERSION=“core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64”
DISTRIB_ID=“openSUSE Tumbleweed”
DISTRIB_RELEASE=“20170213”
DISTRIB_CODENAME=""
DISTRIB_DESCRIPTION=“openSUSE Tumbleweed”
NAME=“openSUSE Tumbleweed”
VERSION=“20170420”
ID=opensuse
ID_LIKE=“suse”
VERSION_ID=“20170420”
PRETTY_NAME=“openSUSE Tumbleweed”
ANSI_COLOR=“0;32”
CPE_NAME=“cpe:/o:opensuse:tumbleweed:20170420”
BUG_REPORT_URL=“https://bugs.opensuse.org”
HOME_URL=“https://www.opensuse.org/”
I checked for the module here after :
rogue:/home/vpc # chkconfig vboxdrv
vboxdrv on
rogue:/home/vpc # modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.10.12-1-default
rogue:/home/vpc # ls -lah /sbin/vboxconfig
ls: cannot access ‘/sbin/vboxconfig’: No such file or directory
rogue:/home/vpc # ls -lah /sbin/ | grep -i vbox
rogue:/home/vpc #
rogue:/home/vpc # ls -lah /dev/vboxdrv
ls: cannot access ‘/dev/vboxdrv’: No such file or directory
rogue:/home/vpc #
rogue:/home/vpc # modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.10.12-1-default
rogue:/home/vpc # rpm -qa ‘kernel*’ ‘[Vv]irtual[Bb]ox*’
virtualbox-5.1.18-2.3.x86_64
kernel-default-4.10.12-1.2.x86_64
virtualbox-host-kmp-default-5.1.18_k4.10.12_1-2.3.x86_64
kernel-default-4.10.10-1.1.x86_64
virtualbox-qt-5.1.18-2.3.x86_64
kernel-firmware-20170404-1.1.noarch
rogue:/home/vpc # systemctl status vboxdrv
● vboxdrv.service - LSB: VirtualBox Linux module
Loaded: loaded (/etc/init.d/vboxdrv; generated; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2017-05-02 12:16:44 CET; 3min 29s ago
Docs: man:systemd-sysv-generator(8)
Process: 7486 ExecStart=/etc/init.d/vboxdrv start (code=exited, status=1/FAILURE)
May 02 12:16:44 rogue systemd[1]: Starting LSB: VirtualBox Linux module…
May 02 12:16:44 rogue vboxdrv[7486]: vboxdrv.sh: Starting VirtualBox services.
May 02 12:16:44 rogue vboxdrv[7486]: vboxdrv.sh: failed: modprobe vboxdrv failed. Please use ‘dmesg’ to find out why.
May 02 12:16:44 rogue systemd[1]: vboxdrv.service: Control process exited, code=exited status=1
May 02 12:16:44 rogue systemd[1]: Failed to start LSB: VirtualBox Linux module.
May 02 12:16:44 rogue systemd[1]: vboxdrv.service: Unit entered failed state.
May 02 12:16:44 rogue systemd[1]: vboxdrv.service: Failed with result ‘exit-code’.
Nothing seems to make vbox run properly…
Any suggestion please?