Setting up a new system with Fedora 31, but run into a problem with VirtualBox 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
You will not be able to start VMs until this problem is fixed.
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.
Running what it recommends for getting results with this, but can't find any recommendations?? On exact same machine with Fedora 29, this was working. This is a clean install on a new hard disk. Any ideals?
● systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 2020-04-05 00:49:35 ChST; 25s ago Docs: man:systemd-modules-load.service(8) man:modules-load.d(5) Process: 196212 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE) Main PID: 196212 (code=exited, status=1/FAILURE) CPU: 23ms
Apr 05 00:49:35 localhost.localdomain systemd[1]: Starting Load Kernel Modules... Apr 05 00:49:35 localhost.localdomain systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE Apr 05 00:49:35 localhost.localdomain systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'. Apr 05 00:49:35 localhost.localdomain systemd[1]: Failed to start Load Kernel Modules.