Ciao a tutti,
dopo un upgrade dalla versione Fedora 33 a Fedora 35 ho un problema con il programma VirtualBox 6.1
Vi riporto l’ errore che mi ritrovo quando provo ad avvviare la mia macchina virtuale.
Vi è mai capitato ?
Non vorrei provare a fare modifiche sulla mia fedora che potrebbero compromettere il corretto funzionamento del sistema perchè al momento tutto il resto del sistema è perfetto.
Grazie mille.
Andrea
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is probably not loaded.You may not have kernel driver installed for kernel that is runnig, if so you may do as root: dnf install akmod-VirtualBox kernel-devel-$(uname -r)If you installed VirtualBox packages and don't want reboot the system, you may need load the kernel driver, doing as root: akmods; systemctl restart vboxdrv.service
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.