Virtualbox报错------> '/etc/init.d/vboxdrv setup'

Ubuntu下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

'/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.

解决方法:

     这段提示让用户先安装 DKMS ,然后再执行 /dev/vboxdrv 如果没有权限,需要sudo

    执行以下几个命令:

sudo apt-get install dkms
sudo apt-get install linux-headers-`uname -r` build-essential
sudo /etc/init.d/vboxdrv setup

附录:解决方法来自网络:http://forum.ubuntu.org.cn/viewtopic.php?f=169&t=314998

时间: 2024-09-23 23:10:27

Virtualbox报错------> '/etc/init.d/vboxdrv setup'的相关文章

Virtualbox报错------>make sure the kernel module has been loaded successfully

错误描述 很久没有用virtualbox了,今天打算在virtualbox上安装一个Ubuntu系统的时候,新建好Ubuntu后启动的时候,直接报错: Cannot access the kernel driver! Make sure the kernel module has been loaded successfully. 解决方法 1.找到vboxdrv.inf文件 1.进入VirtualBox的安装路径(我的电脑上路径为:C:\Program Files\Oracle\Virtual

Virtualbox报错------> VirtualBox虚拟机下鼠标不正常的解决方法

     在Virtualbox虚拟机下,突然发现鼠标使用不正常.出现2个鼠标,一个是Ubuntu主机下面的鼠标,一个是Window7下的鼠标,但是Win7下的鼠标不可以看得到,但是点击鼠标左右键可以看到有反应,反正就是一堆bug.      最后终于找到问题所在:原来是VirtualBox的鼠标独占方式引起的问题,在装了增强工具以后,虚拟机中的鼠标和host主机中的鼠标可以无缝切换,但这也导致虚拟机中容易产生问题.解决方法:按下Host+I键,切换一下鼠标独占模式即可,我的问题这样就解决了.H

docker 报错Failed to start Docker Storage Setup. 的处理基本都是容器满了

27 15:15:34 localhost docker-storage-setup: Volume group "centos" has insufficient free space (0 extents): 66 required. Apr 27 15:15:34 localhost systemd: docker-storage-setup.service: main process exited, code=exited, status=5/NOTINSTALLED Apr

图片-Linux 挂载启动nfs老是报错

问题描述 Linux 挂载启动nfs老是报错 解决方案 /etc/init.d/nfs-kernel-server 这个文件不存在,你确定nfs安装没有问题? 解决方案二: http://www.cnblogs.com/mchina/archive/2013/01/03/2840040.html 解决方案三: 先看下有没有这个目录存在 解决方案四: 应该是没有的,我是拷别人配置好的ubuntu,还有别人启动的时候没事 我自己启动就出现这个问题

centos6.4 安装virtualbox增强功能报错

问题描述 centos6.4 安装virtualbox增强功能报错 挂载以后,操作如下: [root@myplay share]# ls 32Bit autorun.sh runasroot.sh VBoxWindowsAdditions-amd64.exe 64Bit cert VBoxLinuxAdditions.run VBoxWindowsAdditions.exe AUTORUN.INF OS2 VBoxSolarisAdditions.pkg VBoxWindowsAdditions

spring构造注入失败,init注入也失败,tomcat也不报错

问题描述 spring构造注入失败,init注入也失败,tomcat也不报错 init注入: @Service public class test { @PostConstruct public void server() { System.out.println("我只是为了进来一次"); e(); } public void e() { System.out.println("进到e"); } 构造注入: @Autowired public NettyServe

Genymoation安装之后打开虚拟机报错求大神指点

问题描述 Genymoation安装之后打开虚拟机报错求大神指点 错误是这样的 求大神指点,谢谢 解决方案 多启动几次,如果还不行,就启动virtualbox,在里面看看对应的虚拟机是否正常可以启动,或者先关掉它

servlet-Red5-1.0集成到eclipse中启动报错

问题描述 Red5-1.0集成到eclipse中启动报错 2015-7-4 19:09:27 org.apache.catalina.core.ApplicationContext log 严重: StandardWrapper.Throwable org.springframework.beans.factory.access.BootstrapException: Unable to initialize group definition. Group resource name [clas

torch7中require 'graphicsmagick'报错

问题描述 torch7中require 'graphicsmagick'报错 在torch7中用luarocks install graphicsmagick ,安装成功.但是在require 'graphicsmagick'时报错,报错如下: ...ing/torch/install/share/lua/5.1/graphicsmagick/Image.lua:304: libGraphicsMagickWand.so: cannot open shared object file: No s