- Szerkesztve
Sziasztok!
Egy ideje nem foglalkoztam a problémával, miszerint a VirtualBox nem hajlandó elindulni a gépemen. Most azonban mindennél fontosabb lenne, hogy vindózt futtassak Ubuntu alatt.
Rendszer adatai:
Ubuntu 22.04 LTS, kernel: 5.15.0-43-generic
Hibaüzenetek egymás után:
Kernel driver not installed (rc=-1908)
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. ```
root@glsmith-Aspire-F5-771G:/home/glsmith# /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root. If your system is using EFI Secure Boot you may 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.
Ez után a modulok szignózása, majd a következő történik:
root@glsmith-Aspire-F5-771G:~/module-signing# modprobe vboxdrv
modprobe: ERROR: could not insert 'vboxdrv': Exec format error
Friss telepítés után is ez a helyzet, szignózás nélkül is az utolsó hibát írja a modprobe parancsra.
Segítségeteket előre is köszönöm!