View previous topic :: View next topic |
Author |
Message |
gentootux28282 n00b
Joined: 08 Jul 2024 Posts: 5
|
Posted: Fri Sep 20, 2024 5:35 pm Post subject: Virtualbox vm start failed with VERR_VM_DRIVER_VERSION_MISMA |
|
|
Hello everyone,
I'm contacting the forum because I just can't get any further with my problem.
It worked until recently. Version 7.1.0 is currently installed.
The same problem exists with 7.0.20 and 6.1.50-r3.
VMs can no longer be started via virtualbox, VERR_VM_DRIVER_VERSION_MISMATCH appears.
Error message :
Quote: | RTR3InitEx failed with rc=-1912 (fRtFlags=0x10000) (rc=-1912)
The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing
'emerge -1 virtualbox-modules'
may correct this. Make sure that you are not mixing builds of VirtualBox from different sources.
where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user. |
What I have already tried:
-reloaded modules
-Reinstalled VirtualBox + Virtualbox modules
-VirtualBox tested all available versions
-Checked configuration (vbox and kernel)
Does anyone else have an idea what it could be ? |
|
Back to top |
|
|
Frautoincnam Guru
Joined: 19 May 2017 Posts: 324
|
Posted: Fri Sep 20, 2024 7:04 pm Post subject: |
|
|
reboot with the right kernel? |
|
Back to top |
|
|
gentootux28282 n00b
Joined: 08 Jul 2024 Posts: 5
|
Posted: Fri Sep 20, 2024 8:05 pm Post subject: |
|
|
Frautoincnam wrote: | reboot with the right kernel? |
yes , no changes |
|
Back to top |
|
|
Frautoincnam Guru
Joined: 19 May 2017 Posts: 324
|
Posted: Fri Sep 20, 2024 8:14 pm Post subject: |
|
|
Did you recently changed kernel?
Grub (or other boot loader) pointing to the same kernel where modules are installed?
Code: | # eselect kernel list |
|
|
Back to top |
|
|
gentootux28282 n00b
Joined: 08 Jul 2024 Posts: 5
|
Posted: Fri Sep 20, 2024 8:24 pm Post subject: |
|
|
Frautoincnam wrote: | Did you recently changed kernel?
Grub (or other boot loader) pointing to the same kernel where modules are installed?
Code: | # eselect kernel list |
|
Yes I have tested a new kernel but as an alternative.
I have checked everything /usr/src/linux and eselect kernel list,
the kernel I am using is correctly stored there.
I also recompiled the kernel and rebuilt initramfs and updated grub conf, after restart same problem. |
|
Back to top |
|
|
Frautoincnam Guru
Joined: 19 May 2017 Posts: 324
|
Posted: Fri Sep 20, 2024 8:31 pm Post subject: |
|
|
I don't understand.
I had this type of problem once, but I don't remember at all how it was solved. Probably after an internet search. Sorry.
Edit:
Code: | lsmod | grep vbox
vboxnetadp 24576 0
vboxnetflt 32768 1
vboxdrv 507904 3 vboxnetadp,vboxnetflt
|
Code: | find /lib/modules/ -name "vbox*"
/lib/modules/6.6.47-gentoo/misc/vboxnetadp.ko
/lib/modules/6.6.47-gentoo/misc/vboxdrv.ko
/lib/modules/6.6.47-gentoo/misc/vboxnetflt.ko
|
Code: | modinfo vboxnetadp
filename: /lib/modules/6.6.47-gentoo/misc/vboxnetadp.ko
version: 7.0.20 r163906 ((0xA2CDe001U))
license: GPL
description: Oracle VM VirtualBox Network Adapter Driver
author: Oracle and/or its affiliates
srcversion: 728E0CDD943D2B2124E6E0A
depends: vboxdrv
retpoline: Y
name: vboxnetadp
vermagic: 6.6.47-gentoo SMP preempt mod_unload
parm: disabled:Disable automatic module loading (int) |
Code: | equery l virtualbox-modules
* Searching for virtualbox-modules ...
[IP-] [ ] app-emulation/virtualbox-modules-7.0.20:0/7.0
|
Code: | dmesg | grep -i vboxdrv
[ 2.613013] vboxdrv: loading out-of-tree module taints kernel.
[ 2.615723] vboxdrv: Found 4 processor cores/threads
[ 2.639985] vboxdrv: TSC mode is Invariant, tentative frequency 3599999083 Hz
[ 2.639987] vboxdrv: Successfully loaded version 7.0.20 r163906 (interface 0x00330004)
[ 35.641571] vboxdrv: 00000000e5bd8add VMMR0.r0
[ 35.833509] vboxdrv: 000000001c646220 VBoxDDR0.r0 |
|
|
Back to top |
|
|
|