WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (6.0.13-300.fc37.x86_64) or it failed to
load. Please recompile the kernel module and install it by
No, what I’m saying is that first make sure that the version of virtualbox you use is the latest one, so you can be sure that you have compatibility with the kernel version you have:
I currently use Kernel 6.1.1, and I have virtualbox 7.0.4 installed, and I was running 7.0.4 with kernel version 6.0.13, 6.0.14, so I think there should be no problems with your version.
First check if you have the latest virtualbox version, either from the repositories, or download the version from their website.
The best way I know to use VirtualBox is to install it from rpmfusion since then it will automatically build the required kernel modules for the kernel version installed. If you install it from oracle then the user may be required to update the kernel modules manually.
A system upgrade that installs a new kernel will build the modules (if installed from rpmfusion) and a reboot will load the new kernel and the appropriate modules at the same time.
I get solution installing the latest version of virtualbox 7.0.4 and adding my user in vboxusers group. Then after a reboot It starts working.
Thanks a lot