zoukankan      html  css  js  c++  java
  • 修复VirtualBox "This kernel requires the following features not present on the CPU: pae Unable to boot

    问题描述:

    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 boot please use a kernel appropriate for your CPU
     
     
    解决办法:
    1、关闭虚拟系统;
    2、设置->系统->处理器 : 扩展特性, 选中 “启用PAE/NX” 选项。
    3、如下图所示,再次打开虚拟系统就能正常启动了。
     
  • 相关阅读:
    [c language] getopt
    编程经典问题
    一些常用的正则表达式
    [Head First Python]6. summary
    Java多线程
    JVM运行原理
    Struts2---自定义拦截器
    SpringMVC框架初步
    测试基本问题
    自动化测试
  • 原文地址:https://www.cnblogs.com/zhangkaimin/p/4053694.html
Copyright © 2011-2022 走看看