假设你在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…
异常处理汇总-开发工具  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…
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…
问题描述: 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…
为了运行一款软件,我也是拼了.彻底的玩了一次,因为A需要B,我去下载B,结果B又需要C,我去下载C,结果……怎一个艰难了得.最关键的是,目前还没有达到目的!!! 先记录下过程,有时间再来一遍,也许我已经走到了99%呢,就差一点就成功了呢?放弃太可惜! 1) 为了实现一个名叫“规则引擎”的功能,我根据推荐,找到了 drools 这款开源软件 2) drools 的官网为 http://drools.org/ a) 查看官方文档 以及 广大网友的博客资料,了解 drools 的基本使用方法 b) 下…
This kernel requires the following features not present on the CPU:paeUnable to boot – please use a kernel appropriate for your CPU. 百度了一下,找到解决方案: 选中对应的虚拟系统——设置——系统——处理器——启用 PAE/NX! 重启搞定!…
突然模拟器报错:unable to boot the simulator(无法启动模拟器) 试了好几种解决办法,删除所有的模拟器重启以后再添加,删除钥匙串登陆中的证书,重新安装Xcode都不行 最后通过这种方式解决了 重新启动mac 进度条加载的时候一直按command+R进入设置界面,打开界面的左上角实用工具里面的终端,输入csrutil disable回车 然后点击左上角的重新启动mac. 启动以后进入终端输入:sudo chmod 0777 /private/tmp  然后回车 OK啦,模…
安装完xcode6.1后,将其改名为Xcode6.1.app,再移动个位置,启动模拟器,问题来了: Unable to boot device in current state: Creating 解决办法: You will need to delete this device from your simulator and recreate it. From inside the iOS Simulator application menu, choose Hardware > Device…
苹果昨天公布新语言Swift(雨燕),须要安装xcode6 以及mac os 系统为10.9以上. (xcode6 beta 可在官方下载.须要登录开发人员账号:mac os 系统直接更新就可以.在此就不详细说明了) 在安装完成后,打开xcode6,新建一个项目,编译正常,但执行却出错.模拟器无法正常启动(黑屏),xcode弹出Unable to boot the iOS Simulator. 重装xcode6.重新启动后依然报错. 后来在苹果官方下载专门演示swift的demo,编译时出错:…