Δημοσιεύτηκε: 22 Ιαν 2020, 11:11
από bobptz
Καλημέρα

Τελευταία, όταν πάω να ανοίξω κάποιο VM στο VirtualBox, μου βγάζει το ακόλουθο μήνυμα:
Κώδικας: Επιλογή όλων
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.


Οπότε έτρεξα αυτό:
Κώδικας: Επιλογή όλων
$ sudo /sbin/vboxconfig
[sudo] password for bob:
vboxdrv.sh: Stopping VirtualBox services.
depmod: WARNING: could not open /lib/modules/5.0.0-36-generic/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/5.0.0-36-generic/modules.builtin: No such file or directory
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong.

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.


Το Secure Boot είναι απενεργοποιημένο από το BIOS.
Έχω VB Version 6.0.8 r130520 (Qt5.9.5).

Μπορεί κάποιος να μου πει πως θα το διορθώσω?