manjaro运行virtualbox报错
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报错的更多相关文章
- 在ios7真机上和iOS6模拟器上运行是好的,而在iOS6真机上运行却报错
在ios7真机上和iOS6模拟器上运行是好的,而在iOS6真机上运行却报错 解决方法: 或是都设置为yes.. Build Active Architecture Only的意思是只生成适应的指令集
- 运行yum报错Error: Cannot retrieve metalink for reposit
http://www.netpc.com.cn/593.html 运行yum报错Error: Cannot retrieve metalink for reposit 今天给Centos通过rpm - ...
- 转:运行yum报错Error: Cannot retrieve metalink for reposit
http://www.netpc.com.cn/593.html 运行yum报错Error: Cannot retrieve metalink for repository: epel. Please ...
- 新建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 ...
- 安装了nodejs后在命令行运行npm报错
安装了nodejs后在命令行运行npm报错:Error: Cannot find module 'internal/util/types' 解决方法:删除目录“C:\Users\mengxiaobo\ ...
- vs2010一运行就报错deven.exe assert failure 解决方法,卸载系统中.netFramework最新版本的(简体中文)
vs2010一运行就报错deven.exe assert failure 解决方法,卸载系统中.netFramework最新版本的(简体中文)
- homestead虚拟机,通过npm下载依赖包和解决运行gulp报错问题 yarn出错问题
homestead虚拟机,通过npm下载依赖包和解决运行gulp报错问题 yarn出错问题 1. 在虚拟器运行 npm 下载依赖组件时报错: npm ERR! EPROTO: protocol err ...
- Mac上PyCharm运行多进程报错的解决方案
Mac上PyCharm运行多进程报错的解决方案 运行时报错 may have been in progress in another thread when fork() was called. We ...
- Linux—运行yum报错:No module named yum
产生原因:yum基于python写的,根据报错信息提示,是yum的python版本对应不上目前python环境的版本导致的.也就是说 有人升级或者卸载了python. 解决方式: # 查看yum版本 ...
随机推荐
- ubuntu16.10 中安装mysql
1.安装MYSQL: root@ubuntu:~# sudo apt-get install mysql-server root@ubuntu:~# apt isntall mysql-client ...
- windows 文件/文件夹操作
move命令 命令作用:移动某个文件到指定的文件夹下 将D:\file\abc.zip 移动到 E:\test\文件夹下 move d:\file\abc.zip e:\test\ 移动之后再原来的文 ...
- The difference between ppp and ndis
- zookeeper集群环境搭建(纯zookeeper)
1.首先在三台机子上放上zookeeper的解压包,解压. 然后的话zookeeper是依赖于jdk的,那么也应该安装jdk,这里不详细说明了. mv zookeeper-3.4.5 zookeepe ...
- ActiveMQ的发布者/订阅者模型示例
ActiveMQ的发布者/订阅者模型入门示例 (1)下载安装activemq,启动activeMQ. 详细步骤参考博客:http://www.cnblogs.com/DFX339/p/9050878. ...
- node 慕课笔记
global global.testVar2 = 200; 在别的文件中可以任意调用到 因为global是全局变量相当于js的window一样的
- SAL-9 获取所有部门当前manager的当前薪水情况,给出dept_no, emp_no以及salary,当前表示to_date='9999-01-01'
题目描述 获取所有部门当前manager的当前薪水情况,给出dept_no, emp_no以及salary,当前表示to_date='9999-01-01'CREATE TABLE `dept_man ...
- Grid Layout 注释
.wrapper { display: grid;/*定义一个块级的网格容器*/ grid-template-columns: repeat(3, 1fr); /*表示平均分为3列*/ grid ...
- 使用kafka和zookeeper 构建分布式编译环境
1:在每台机器上安装jdk, 脚本代码如下: 每一个机器上下载jdk,zookeeper,kafka 链接:https://www.oracle.com/technetwork/java/javase ...
- synchronized(八)
package com.bjsxt.base.sync006;/** * 同一对象属性的修改不会影响锁的情况 * @author alienware * */public class ModifyLo ...