Problemi avvio virtualBox 6.1.4 con Fedora 31

Questo è ciò che ricevo quando l’avvio
“Apertura di una sessione per la Macchina Virtuale RH024 non riuscita.
Kernel driver not installed (rc=-1908)”
Di seguito:
“The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing”
‘/sbin/vboxconfig’
as root.
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.

Vi chiedo scusa anticipatamente, ma sono alle prime armi.

Grazie Luca

1 Like

Ciao.
La prima domanda che mi viene in mente è: come hai installato VirtualBox? Dal repository di Oracle o da rpmfusion?

1 Like

Buonasera,

l’ho scaricato dal repository di oracle

Ho provato a farla partire da terminale. il risultato è questo:

# VBoxManage startvm R024 -type vrdp
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (5.5.15-200.fc31.x86_64) or it failed to
         load. Please recompile the kernel module and install it by
 sudo /sbin/vboxconfig

Ho provato ora dopo aver eseguito:

VBoxManage startvm R024 -type vrdp

e poi

VBoxManage startvm R024 -type vrdp

ora è partita

Grazie per la collaborazione

Scusate

sudo /sbin/vboxconfig

e poi

VBoxManage startvm R024 -type vrdp

Grazie

Va compilato il modulo: Linux build instructions – Oracle VM VirtualBox
Se puoi, usa virt-manager o boxes o qemu al posto di VirtualBox, così ti semplifichi la vita.