Hi
On Sun, 05 Apr 2020 01:12:04 +1000 "Michael D. Setzer II via users" wrote:
On running Virtual Box I get this message??
WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (5.5.13-200.fc31.x86_64) or it failed to load. Please try load the kernel module by executing as root
dnf install akmod-VirtualBox kernel-devel-5.5.13-200.fc31.x86_64 akmods --kernels 5.5.13-200.fc31.x86_64 && systemctl restart > systemd-modules-load.service
I do the recommended options. dnf packages are already installed The akmods builds the moduals, and they are in the location But restarting the systemd-modules-load results in error.
Does a simple "modprobe vboxdrv" also fails ?
What gives: modinfo vboxdrv
Also, double check that the modules have been build with:
dnf list installed kmod-VirtualBox*
On exact same machine with Fedora 29, this was working. This is a clean install on a new hard disk. Any ideals?
With Fedora 31 you have newer kernels: the Virtualbox sources may become incompatile with them.