命令行启动提示信息

there was an error while executing `vboxmanage`, a cli used by vagrant for controlling virtualbox. the command and stderr is shown below.there was an error while executing `vboxmanage`, a cli used by vagrant for controlling virtualbox. the command and stderr is shown below.

command: ["startvm", "e3088608-a6e8-49d5-b04d-72fe944fac85", "--type", "headless"

BOX启动Ubuntu的虚拟机时,遇到错误信息:

NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034
STATUS_OBJECT_NAME_NOT_FOUND (0 retries) (rc=-101)
Make sure the kernel module has been loaded successfully.

问题原因:

这是没有用命令 vagrant halt正常退出虚拟机,造成的问题

解决方案:

运行“sc.exe query vboxdrv”检测vboxdrv的运行状态。 如果"STATE"不是“RUNNING”,则需要启动该服务
启动命令“sc start vboxdrv" 启动后,显示为:

   如果启动失败,可以尝试重新安装vboxdrv。
找到安装目录下的vboxdrv文件夹,如C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv, 右击VBoxDrv.inf,选安装
然后重启电脑就可以正常运行了

最新文章

  1. spring boot(五):spring data jpa的使用
  2. Spring.Net 初探之牛刀小试
  3. 自定义属性的时候,尽量不要使用value这个命名
  4. 【python】list,dict赋值不要用等号,要用extend,update
  5. ConcurrentDictionary<TKey, TValue>的AddOrUpdate方法
  6. bzoj1296: [SCOI2009]粉刷匠
  7. Linux nc命令详解
  8. 基于visual Studio2013解决算法导论之008快速排序算法
  9. Retrofit相关资料
  10. angularjs过滤器(一)------禁止转载------
  11. Objective-C Runtime 运行时之三:方法与消息(转载)
  12. zencart url特殊字符处理
  13. 【JSP 标签】格式化日期
  14. 【iOS】OC-时间转化的时区问题
  15. 使用Perfect Player观看电视直播
  16. 对JS 的classList 简单记录
  17. jq的dom操作
  18. CentOS 6.5安装squashfs-tools
  19. 第5月第6天 NSOperation isConcurrent category同名覆盖
  20. git pull 提示 There is no tracking information for the current branch

热门文章

  1. matlab: undocumented sprintfc
  2. linux安装.net core3.0
  3. docker 搭建gitlab
  4. npm install 安装过程卡住不动
  5. DELPHI 全局变量和局部变量的区别
  6. servlet--context域
  7. jQuery基础--选择器
  8. 关于Python的10大实用编程技巧
  9. Zookeeper---作为服务注册中心
  10. [暑假集训Day4T2]卡拉赞之夜