【发布时间】:2016-12-14 15:27:16
【问题描述】:
我尝试在 Ubuntu 14.04 上安装 VirtualBox。我已经从 Ubuntu 存储库安装了 VirtualBox:
sudo apt-get install virtualbox
然后我将我的用户添加到 vboxusers:
sudo usermod -G vboxusers -a user
我还为我的 vb vsion 安装了一个额外的包:
wget http://download.virtualbox.org/virtualbox/5.0.10/Oracle_VM_VirtualBox_Extension_Pack-4.3.36-105129.vbox-extpack
sudo vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.0.10-104061.vbox-extpack
但是当我尝试启动 vm 时,我得到一个错误:
RTR3InitEx failed with rc=-1912 (rc=-1912)The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing '/etc/init.d/vboxdrv setup'may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.
where: supR3HardenedMainInitRuntime
what: 4
VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user.
我没有/etc/init.d/vboxdrv 文件。
我该如何解决这个问题?
【问题讨论】:
-
Stack Overflow 是一个编程和开发问题的网站。这个问题似乎离题了,因为它与编程或开发无关。请参阅帮助中心的What topics can I ask about here。也许Super User 或Unix & Linux Stack Exchange 会是一个更好的提问地方。另见Where do I post questions about Dev Ops?