4

I use Ubuntu 17.10, but I can't run any VM.

screenshot 1

screenshot 2

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

'/sbin/vboxconfig'

as root.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

I have run sudo /sbin/vboxconfig, but nothing happened.

Zanna
  • 70,465

1 Answers1

0

Aha, the problem has been solved. According to this article virtualbox+Secure Boot+ubuntu=fail, you may need to install the package virtualbox-ext-pack.

Zanna
  • 70,465