dla myślących
Kernel driver not installed (rc=-1908) - VirtualBox
Komplikacja
Uruchamianie VirtualBox kończy się komunikatem
[code]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. [/code]
Rozwiązanie
Odistaluj [code]dkms[/code], następnie usuń katalog [code]/var/lib/dkms[/code], zainstaluj ponownie [code]dmks[/code]. Jeśli to nie pomoże obniż pakiety
[code]pacman -U https://archive.archlinux.org/packages/g/gcc-libs/gcc-libs-10.2.0-6-x86_64.pkg.tar.zst
pacman -U https://archive.archlinux.org/packages/g/gcc/gcc-10.2.0-6-x86_64.pkg.tar.zst
[/code]
Zrestartuj host. Zapewne nie uruchomi Ci się środowisko X, przejdź do CLI i zaktualizuj pakiety
[code]gcc
gcc-libs[/code]
Uruchom ponownie host.
Jeśli to nie pomoże, kombinuj. Powyższe kroki są podane z pamięci.
- Zaloguj się aby dodać komentarz.