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. django自定义标签,int转化为str类型

    1.在app中创建templatetags目录,目录名必须为templatetags 2.在目录templatetags中创建一个.py文件,例如 strFilter.py strFilter.py ...

  2. PAT-GPLT训练集 L2-001 紧急救援(最短路)

    PAT-GPLT训练集 L2-001 紧急救援 题目大意:求最短路的条数,最短路中的权重和的最大值和这条最短路的路线 分析:使用dijkstra算法求出最短路,并且对dijkstra算法进行变化,设起 ...

  3. 修改Host,配置域名访问

    修改Host,配置域名访问   虽然我们已经能够通过localhost访问本地网站了,为了提高逼格,我们可以修改host文件,设置一个自己喜欢的域名指向本地网站,岂不是更高大上. 明确需求 通过配置, ...

  4. POST提交表单时EnType设置问题

    POST提交表单时EnType设置问题 首先知道enctype这个属性管理的是表单的MIME编码.共有三个值可选: 1.application/x-www-form-urlencoded 2.mult ...

  5. 四:(之一和之二) docker架构和底层技术分析(C/S架构)

    1.架构和底层技术 Docker Host提供了RESTUL api,使docker client可以通过这些命令调用dockerd. Registry是一个公用的存储镜像的容器,类似于github. ...

  6. LeetCode 151 翻转字符串里的单词

    题目: 给定一个字符串,逐个翻转字符串中的每个单词. 示例 1: 输入: "the sky is blue" 输出: "blue is sky the" 示例 ...

  7. Centos7防范SYN

    我们这里应用的是CentOS5.3,并内核使用的是2.6.18-128.el5PAE #1 SMP .修改部分TCP ,有的是为了提高性能与负载,但是存在降低稳定性的风险.有的则是安全方面的配置,则有 ...

  8. 杭电多校第三场 A Ascending Rating

    Problem Description Before the start of contest, there are n ICPC contestants waiting in a long queu ...

  9. 实力封装:Unity打包AssetBundle(一)

    说明:这是一系列循序渐进的教程,今天先介绍最简单的AssetBundle打包方式. 这是一个由在Unity中需要加载模型而引发出来的一系列坑,为了填坑花了不少时间,如果有需要在Unity中自定义菜单, ...

  10. synchronized(二)

    package com.bjsxt.base.sync002;/** * 关键字synchronized取得的锁都是对象锁,而不是把一段代码(方法)当做锁, * 所以代码中哪个线程先执行synchro ...