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. 逆袭之旅DAY20.XIA.循环结构

    2018-07-16 19:53:47 while循环 do do...while循环 for 循环

  2. laravel的工厂模式数据填充:

    数据表post中的字段结构. database\factory\UserFactory.php $factory->define(App\Post::class,function (Faker ...

  3. Weka中数据挖掘与机器学习系列之数据格式ARFF和CSV文件格式之间的转换(五)

    不多说,直接上干货! Weka介绍: Weka是一个用Java编写的数据挖掘工具,能够运行在各种平台上.它不仅提供了可以直接用于数据挖掘的软件,还提供了src代码,使用者可以修改源代码,进行二次开发. ...

  4. [HDU1890]RoboticSort

    Problem 每次找到最小值,然后把它和它前面的数翻转,然后找第二小数······ 然后输出这些数的下标. Solution 用splay维护,每次找到最小值,然后翻转前面区间. Notice 细节 ...

  5. TensorFlow学习笔记——节点(constant、placeholder、Variable)

    一. constant(常量) constant是TensorFlow的常量节点,通过constant方法创建,其是计算图(Computational Graph)中的起始节点,是传入数据. 创建方式 ...

  6. java IO实例

    import java.io.*; /** * Created by CLY on 2017/7/23. */ public class Main { public static void main( ...

  7. [Leetcode221]最大面积 Maximal Square

    [题目] Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's a ...

  8. npm login npm publish报错

    . 把那个文件删除就好了 查看npm是淘宝的还是原始的 npm config get registry 如果是淘宝的要退回到原始的 npm config set registry=http://reg ...

  9. Centos7部署hadoop 3

    一:ssh免密登录: 1)vim /etc/ssh/sshd_config去掉注释或添加 RSAAuthentcation yes PubkeyAuthentication yes # Authent ...

  10. DevExpress v18.1新版亮点——Reporting篇(四)

    用户界面套包DevExpress v18.1日前终于正式发布,本站将以连载的形式为大家介绍各版本新增内容.本文将介绍了DevExpress Reporting v18.1 的新功能,快来下载试用新版本 ...