社区首页 >问答首页 >无法在Ubuntu主机上运行Kali VM

无法在Ubuntu主机上运行Kali VM
EN

Ask Ubuntu用户
提问于 2016-12-19 07:20:12
回答 1查看 711关注 0票数 -1

我试图在Ubuntu上创建一个Kali虚拟机,但我无法启动它。它没有执行预期的操作并启动,而是返回以下错误消息:

代码语言:javascript
代码运行次数:0
复制
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. 

我如何才能解决这个问题,并使我的VM在线?

EN

回答 1

Ask Ubuntu用户

发布于 2016-12-19 08:12:37

代码语言:javascript
代码运行次数:0
复制
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get autoremove --purge virtualbox-dkms
sudo reboot
sudo apt-get install virtualbox-dkms

谢谢你的编辑,打电话

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/862342

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档