首页 > 系统服务 > 详细

ubuntu里virtualBox开启报错解决

时间:2015-05-04 10:18:19      阅读:275      评论:0      收藏: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. Re-setup 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 /etc/init.d/vboxdrv setup

可以正常开启

ubuntu里virtualBox开启报错解决

原文:http://my.oschina.net/lee2013/blog/410247

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!