zoukankan      html  css  js  c++  java
  • VMware安装RedHat 6(64位)报错问题

    本机安装的是WIN 7 ,详细版本是:Windows 7 Ultimate, 32-bit 6.1.7601, Service Pack 1 。虚拟机版本:7.1.2 build-301548.在虚拟机上安装RED HAT ENTERPRISE LINUX 6 64版本时,报如下错误:

     

    You have configured this virtual machine to use a 64-bit guest operating system.  However, 64-bit operation is not possible. This host is VT-capable, but VT is disabled.

    This is usually because VT has been disabled in the BIOS/firmware settings or the host has not been power-cycled since changing this setting. Please:

    (1) Verify that the BIOS/firmware settings enable VT and disable 'trusted execution.'

    (2) Power-cycle the host, if either of these BIOS/firmware settings have been changed.

    (3) Power-cycle the host, if you have not done so since installing VMware Workstation.

    (4) Update the host's BIOS/firmware to the latest version.

    For more detailed information, see http://vmware.com/info?id=152.

     

    Continue without 64-bit support?

     

    然后不能启动,然后报如下错误:

    This kernel requires an x86-64 CPU, but only detected an i686 CPU.Unable to boot - please use a kernel appropriate for your CPU. 
    更多VMWare硬件要求的信息参见:Hardware and Firmware Requirements for 64-Bit Guest Operating Systems 

    http://kb.vmware.com/selfservice/viewContent.do?externalId=1901


    只需在BIOS下开启虚拟化技术,即设置virtualization technology选项即可。(Intel系列的CPU芯片需要支持EM64T和VT,并且需要BIOS支持才行。)进入BIOS后,选择Security选项,然后选择Virtualization选项,进去后把Inter(R) Virtualization Technology选项设置为Enable后,退出重启电脑,即可顺利安装RED HAT ENTERPRISE LINUX 6 64位操作系统.

    记住:有些主板BIOS设置里面可能没有Virtualization选项,必须先去配置里面选择Virtualization,然后选择View(可见),然后去Security里面Enable即可。

    扫描上面二维码关注我
    如果你真心觉得文章写得不错,而且对你有所帮助,那就不妨帮忙“推荐"一下,您的“推荐”和”打赏“将是我最大的写作动力!
    本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接.
  • 相关阅读:
    理解 Java 构造函数不可以继承
    jsp页面表单还可以声明为date类型
    数据返回(数据共享,即从后端返回到前端调用,四种(requesst、ModelAndView、Model、Map))
    SpringMVC实现Action的两种方式以及与Struts2的区别
    视图解析器InternalResourceViewResolver在什么情况下需要配置?在什么情况下不需要配置?
    日期格式转换
    【SpringMVC框架】非注解的处理器映射器和适配器
    springmvc中的web.xml配置(包含中文乱码解决)
    Spring 7大功能模块的作用[转]
    python
  • 原文地址:https://www.cnblogs.com/kerrycode/p/2985022.html
Copyright © 2011-2022 走看看