Ubuntu 版本:16.04
VirtualBox 版本:5.2.26
已“破坏”某些内容的更新:上周和今天之间的更新 (2019/03/18)
我今天早上在打开计算机后运行了 Ubuntu 软件更新程序。之后我尝试启动一个 Virtual Box 机器(通过 .deb 安装的版本,而不是 Ubuntu 软件中心的版本)并得到了那个著名的错误:
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.
Run Code Online (Sandbox Code Playgroud)
在阅读了类似的问题并理解了我为什么要这样做之后,我执行了它(与“sudo /usr/lib/virtualbox/vboxdrv.sh setup”相同的结果以及我在本网站上找到的类似问题/帖子的任何其他解决方案):
$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox …
Run Code Online (Sandbox Code Playgroud) virtualbox ×1