manjaro运行virtualbox报错
manjaro使用添加删除程序搜索virtualbox安装后运行报错,

安装过程有选择modules的过程(这里要选择匹配当前系统内核的版本),当时不了解是干嘛用的,就在下方找了个看起来版本最新420的安装。
注:在windows,ubuntu,centos下安装virtualbox都没有这个步骤。
结果运行后报如下错误:

===================
不能为虚拟电脑 android 打开一个新任务.

The virtual machine 'android' has terminated unexpectedly during startup with exit code 1 (0x1).

返回 代码: NS_ERROR_FAILURE (0x80004005)
组件: MachineWrap
界面: IMachine {5047460a-265d-4538-b23e-ddba5fb84976}
================

google结果就是前面选择的模块与内核不匹配。修正如下:

1. 更新
sudo pacman -Syyu

2. 查看内核:
uname -r 
4.19.24-1-MANJARO

3. 搜索所有可选模块
sudo pacman -Ss virtualbox-host-modules
extra/linux316-virtualbox-host-modules 6.0.4-1 (linux316-extramodules)
Host kernel modules for VirtualBox
extra/linux318-virtualbox-host-modules 6.0.4-2 (linux318-extramodules)
Host kernel modules for VirtualBox
extra/linux414-virtualbox-host-modules 6.0.4-5 (linux414-extramodules)
Host kernel modules for VirtualBox
extra/linux419-virtualbox-host-modules 6.0.4-6 (linux419-extramodules) 
Host kernel modules for VirtualBox
extra/linux420-virtualbox-host-modules 6.0.4-5 (linux420-extramodules) [已安装]
Host kernel modules for VirtualBox
extra/linux44-virtualbox-host-modules 6.0.4-1 (linux44-extramodules)
Host kernel modules for VirtualBox
extra/linux49-virtualbox-host-modules 6.0.4-5 (linux49-extramodules)
Host kernel modules for VirtualBox
community/linux-rt-lts-manjaro-virtualbox-host-modules 4.14-1 (linux-rt-lts-manjaro-extramodules)
Host kernel modules for VirtualBox
community/linux-rt-manjaro-virtualbox-host-modules 4.18-1 (linux-rt-manjaro-extramodules)
Host kernel modules for VirtualBox
community/linux414-rt-virtualbox-host-modules 6.0.4-1 (linux414-rt-extramodules)
Host kernel modules for VirtualBox
community/linux418-rt-virtualbox-host-modules 6.0.2-1 (linux418-rt-extramodules)
Host kernel modules for VirtualBox
community/virtualbox-host-dkms 6.0.4-1 [已安装]
VirtualBox Host kernel modules sources

这里的linux420就是第一次安装的,
virtualbox-host-dkms是按另外一篇说明安装的,但没有效果。
第二步看到本机内核是4.19,安装匹配的即可。

4. 安装匹配内核的版本
sudo pacman -S linux419-virtualbox-host-modules

5. 重新加载内核模块:
$ sudo /sbin/rcvboxdrv
Unloading modules:
Loading modules: vboxnetadp vboxnetflt vboxpci vboxdrv

6. 重新运行virtualbox即可。

==================

https://forum.manjaro.org/t/problem-virtualbox/64505/7

https://www.ostechnix.com/solve-result-code-ns_error_failure-0x80004005-virtualbox-error-arch-linux/

manjaro运行virtualbox报错的更多相关文章

  1. 在ios7真机上和iOS6模拟器上运行是好的,而在iOS6真机上运行却报错

    在ios7真机上和iOS6模拟器上运行是好的,而在iOS6真机上运行却报错 解决方法: 或是都设置为yes.. Build Active Architecture Only的意思是只生成适应的指令集

  2. 运行yum报错Error: Cannot retrieve metalink for reposit

    http://www.netpc.com.cn/593.html 运行yum报错Error: Cannot retrieve metalink for reposit 今天给Centos通过rpm - ...

  3. 转:运行yum报错Error: Cannot retrieve metalink for reposit

    http://www.netpc.com.cn/593.html 运行yum报错Error: Cannot retrieve metalink for repository: epel. Please ...

  4. 新建SpringBoot项目运行页面报错Whitelabel Error Page This application has no explicit mapping for /error, so yo

    新建SpringBoot项目运行页面报错Whitelabel Error Page This application has no explicit mapping for /error, so yo ...

  5. 安装了nodejs后在命令行运行npm报错

    安装了nodejs后在命令行运行npm报错:Error: Cannot find module 'internal/util/types' 解决方法:删除目录“C:\Users\mengxiaobo\ ...

  6. vs2010一运行就报错deven.exe assert failure 解决方法,卸载系统中.netFramework最新版本的(简体中文)

    vs2010一运行就报错deven.exe assert failure 解决方法,卸载系统中.netFramework最新版本的(简体中文)

  7. homestead虚拟机,通过npm下载依赖包和解决运行gulp报错问题 yarn出错问题

    homestead虚拟机,通过npm下载依赖包和解决运行gulp报错问题 yarn出错问题 1. 在虚拟器运行 npm 下载依赖组件时报错: npm ERR! EPROTO: protocol err ...

  8. Mac上PyCharm运行多进程报错的解决方案

    Mac上PyCharm运行多进程报错的解决方案 运行时报错 may have been in progress in another thread when fork() was called. We ...

  9. Linux—运行yum报错:No module named yum

    产生原因:yum基于python写的,根据报错信息提示,是yum的python版本对应不上目前python环境的版本导致的.也就是说 有人升级或者卸载了python. 解决方式: # 查看yum版本 ...

随机推荐

  1. mac ci框架安装使用 memcached存session

    mac 安装memcached brew info memcached brew install memcached brew install memcached 安装过程具体不详细多讲 memcac ...

  2. react router @4 和 vue路由 详解(二)react-router @4用法

    完整版:https://www.cnblogs.com/yangyangxxb/p/10066650.html 2.react-router @4用法 a.大概目录      不需要像vue那样麻烦的 ...

  3. Win10系列:UWP界面布局进阶7

    Canvas Canvas元素用于定义一个区域,可以向这个区域中添加不同的XAML界面元素.Canvas会对其内部的元素采用绝对布局方式进行布局,下面通过三个示例来介绍Canvas的使用方法. (1) ...

  4. 洛谷 P4515 [COCI2009-2010#6] XOR

    题意 平面直角坐标系中有一些等腰直角三角形,且直角边平行于坐标轴,直角顶点在右下方,求奇数次被覆盖的面积.N<=10.输入为x,y,r,分别表示三角形顶点的坐标与三角形的边长. 如: 总面积为0 ...

  5. OO第三次课程总结分析

    OO第三次课程总结分析 规格化设计发展历史 在网上找了好久也没找到合适的信息,稍稍参考了同学的博客.大致如下:最初的的软件并没有形式化方法,随着软件工程的兴起,为了便于工程间的协调管理,人们提出采用工 ...

  6. C# 表达式树学习笔记

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin ...

  7. Spring Boot学习笔记----POI(Excel导入导出)

    业务:动态生成模板导出Excel,用户修改完再导入Excel. Spring boot + bootstrap + poi 1.添加Dependence <dependency> < ...

  8. window.location.replace()与window.location.href()区别

    有3个页面 a,b,c 如果当前页面是c页面,并且c页面是这样跳转过来的:a->b->c 1:b->c 是通过window.location.replace("..xx/c ...

  9. Async注解的使用,异步进行代码解耦

    在开发中进行代码性能的优化方式有很多种,如下单后,要发送消息推送给用户,此时可以使用消息中间件rabbitMq,或者使用异步的方式进行解耦 异步和同步的区别:比如做家务有:做饭,洗衣服,扫地,对于同步 ...

  10. 解决无法创建 JPA 工程的问题

    原创播客,如需转载请注明出处.原文地址:http://www.cnblogs.com/crawl/p/7703803.html ------------------------------------ ...