zoukankan      html  css  js  c++  java
  • VMware Workstation 安装 Windows 2008 R2 X64 VTx 没有启用

    Windows 2008 R2 只有64位系统,没有32位系统。

    Windows 2008 是基于 Windows Vista 升级的,而这个系统64位和32位系统都有。

    Windows 2008 R2是基于 Windows7 升级的。

    用虚拟机安装 Windows 2008 R2 x64系统,我本身的系统是Windows7  32位系统.

    错误提示原文:

    This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.

    This host supports Intel VT-x, but Intel VT-x is disabled.

    Intel VT-x might be disabled if it has been disabled in the BIOS/firmware settings or the host has not been power-cycled since changing this setting.

    (1) Verify that the BIOS/firmware settings enable Intel VT-x 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.

    翻译后:

    这个虚拟机被配置为64位客户操作系统。然而,64位操作是不可能的。

    该主机支持英特尔VT-x,,但英特尔VT-x的禁用。

    英特尔VT-x可能会被禁用,如果被禁用BIOS /固件设置或主机一直没有重新上电,因为更改此设置。

    (1)确认BIOS /固件设置启用英特尔VT-x和禁用“可信执行。

    (2)电源周期的任一主机,如果这些BIOS /固件设置已经改变。

    (3)电源周期的主机,如果你还没有这样做,因为安装VMware Workstation的。

    (4)主机的BIOS /固件更新到最新版本。

    解决方法有两种(首先CPU要支持虚拟化技术):

      1、启动自身电脑的虚拟化技术(通过BOIS进入启动)。

      2、启动安装虚拟机的虚拟化技术(建议用这种)。如图:

    这样就可以解决问题。

  • 相关阅读:
    【转】直方图中bins的理解及处理
    [LeetCode] 1. Two Sum
    数据结构课学到的常用知识总结概括
    Java核心技术第三章数据类型
    mysql 出现You can't specify target table for update in FROM clause错误的解决方法
    mysql 从一个表中查数据并插入另一个表实现方法
    使用ECharts,绘制柱状图
    mysql 查询1小时内_mysql查询一个小时之内的数据
    mysql查询表中所有字段的名字
    MySQL 时间函数总集
  • 原文地址:https://www.cnblogs.com/xiaxiaoping/p/2994600.html
Copyright © 2011-2022 走看看