异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html 修复VirtualBox "This kernel requires the following features not present on the CPU: pae Unable to boot – please use a kernel appropriate for your CPU" 解决方法…
异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html 修复VirtualBox "This kernel requires the following features not present on the CPU: pae Unable to boot – please use a kernel appropriate for your CPU" 解决方法 作者:毒逆天 出处:http://dunitian.cnblo…
问题描述: 1.机器:Linux主机,特别是主机为大内存,比如: 4G内存的使用pae内核的Ubuntu系统的dell电脑. 2.情况:使用VirtualBox安装Linux系统时,比如:通过Virtalbox安装 ChromeOS.安装YLMF OS等. 3.原因:需要安装的linux系统需要启动 pae支持. 4.错误:如下: This kernel requires the following features not present on the CPU: pae Unable to b…
假设你在virtualbox里得到这种提示信息: Unable to boot - please use a kernel appropriate for your CPU 以下的解决的方法,能够帮你: 1.重新启动你的电脑进入BIOS中,里面有选项虚拟化技术之类的,让其选项[Enable] 假设这样做还解决不了你的问题,尝试另外一种办法. 2.进入virtualbox的设置中,点击System,选 Enable PAE/NX,如图: watermark/2/text/aHR0cDovL2Jsb…
为了运行一款软件,我也是拼了.彻底的玩了一次,因为A需要B,我去下载B,结果B又需要C,我去下载C,结果……怎一个艰难了得.最关键的是,目前还没有达到目的!!! 先记录下过程,有时间再来一遍,也许我已经走到了99%呢,就差一点就成功了呢?放弃太可惜! 1) 为了实现一个名叫“规则引擎”的功能,我根据推荐,找到了 drools 这款开源软件 2) drools 的官网为 http://drools.org/ a) 查看官方文档 以及 广大网友的博客资料,了解 drools 的基本使用方法 b) 下…
http://blog.csdn.net/xiao_cs/article/details/7728529 this kernel requires an x86-64 CPU, but only detected an i686 CPU. unable to boot - please ues a kernel appropriate for your CPU. 在虚拟机中安装linux系统,主机为win7 64位系统 启动后提示如上图. 解决方法:(源自网络) 关闭计算机(非重启)-- 进入B…
    今天在vbox下安装linux 64bit出现"kernel requires an x86_64 cpu, but only detected "的错误,网上有很多文章介绍如何安装,但经过试验都不成功,搞了半天,最后发现自己是多么的杯具... 通过以下几步10分钟内搞定! 1.你的windows是64位的 2.vbox制作虚拟机是64位 3.你cpu支持vt-d(设置bios->config->cpu->enable,一般默认是disable) 上面3步我都…
作者:荒原之梦 安装前的准备 下载系统映像:BlackArch Linux官网下载页面 在本文中我使用的是BlackArch Linux的Live ISO,这样可以减少安装时下载系统的时间.BlackArch的Live ISO文件有7.5G,我们可以使用BT种子来下载,这里是BlackArch2017.12.11版本的BT种子,同时也是本文中使用的BlackArch版本. 另外,BlackArch Linux官网还提供有BlackArch 2017.06.18版本的OVA Image下载,该文件…
How to install Arch Linux on VirtualBox 在 VirtualBox 虚拟机中安装 Arch Linux 系统指南 本文导航 1.Arch Linux 软件仓库2.在 VirtualBox 虚拟机中安装 Arch Linux 系统1.下载 Arch Linux 系统2.在 Oracle VirtualBox 管理界面初始化安装3.磁盘分区4.引导 Arch Linux 启动5.设置主机名和网络6.安装引导加载程序7.启动进入 Arch Linux 系统 Arc…
在 Windows 7 下使用 VirtualBox 安装了一个 Ubuntu 14.10 后,碰到了一个 640×480 屏幕分辨率的问题. 在 ‘Display Settings' 设置界面的 ‘Detect Displays' 按钮无法点击到,因为 640x480 的分辨率的确太小了. 解决办法 你需要安装一个 VirtualBox 的额外组件到你的 Ubuntu-Guest 中,可运行如下命令: sudo apt-get install virtualbox-guest-dkms 安装完…