我现在使用内核 3.8 的 Ubuntu 12.04(精确)。Virtualbox 失败并出现此错误:
Run Code Online (Sandbox Code Playgroud)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 '/etc/init.d/vboxdrv setup' as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
我看到的一个提议的解决方案是:
sudo apt-get remove virtualbox-dkms
sudo apt-get install virtualbox-dkms
Run Code Online (Sandbox Code Playgroud)
失败并显示此消息: …
我有带有 vagrant 和 ansible 的虚拟机,当我使用 vagrant ssh 连接到虚拟机时,如果我不输入内容,终端总是冻结,终端被冻结。我不能输入任何东西,然后再重复一遍。请帮忙!
我正在使用 Ubuntu 15.10。
每次我尝试在 VirtualBox 中运行某些内容时,它都会不断出现错误,并且我不知道如何修复它。我不知道如何解决它,请尽可能详细且易于理解,这样我就不会感到困惑。这就是错误。
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.
Run Code Online (Sandbox Code Playgroud)
其中:suplibOsInit 内容:3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - 未安装支持驱动程序。在 Linux 上,open 返回 ENOENT。
当我尝试在 VirtualBox 中启动虚拟机时,出现上述错误。我尝试了它要求我做的事情,但没有成功。我的内核版本是4.4.232。另外,这是错误消息:
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
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. …Run Code Online (Sandbox Code Playgroud)