2024年5月27日发(作者:福雨琴)
VMWare虚拟机不能安装64位操作系统原因探析
症状:vmware6.5,7.0,8.0版本虚拟机无法安装64位的操作系统,包括windows,lin
ux操作系统都无法安装,并在安装时弹出提示:
This virtual machine is configured for 64-bit guest operating systems.
However, 64-bit operation is not possible.
This host is VT-capable, but VT is disabled.
VT might be disabled if it has been disabled in the BIOS settings or
the host has not been power-cycled since changing this setting.
(1) Verify that the BIOS settings enable VT and disable 'trusted execu
tion.'
(2) Power-cycle the host if either of these BIOS settings have been ch
anged.
(3) Power-cycle the host if you have not done so since installing VM
ware Workstation.
(4) Update the host's BIOS to the latest version.
For more detailed information, see /info?id=152.
Continue without 64-bit support?
这段提示的关键就是“VT”, VT就是“Virtualization Technology(虚拟化)。
要在VM安装64位操作系统问题,必要满足以下三个条件,缺一不可:
第一,CPU要为64位。
第二,CPU要支持VT技术。
第三,主板Bios设置要打开VT。
前两项可以用securable来检测。
2024年5月27日发(作者:福雨琴)
VMWare虚拟机不能安装64位操作系统原因探析
症状:vmware6.5,7.0,8.0版本虚拟机无法安装64位的操作系统,包括windows,lin
ux操作系统都无法安装,并在安装时弹出提示:
This virtual machine is configured for 64-bit guest operating systems.
However, 64-bit operation is not possible.
This host is VT-capable, but VT is disabled.
VT might be disabled if it has been disabled in the BIOS settings or
the host has not been power-cycled since changing this setting.
(1) Verify that the BIOS settings enable VT and disable 'trusted execu
tion.'
(2) Power-cycle the host if either of these BIOS settings have been ch
anged.
(3) Power-cycle the host if you have not done so since installing VM
ware Workstation.
(4) Update the host's BIOS to the latest version.
For more detailed information, see /info?id=152.
Continue without 64-bit support?
这段提示的关键就是“VT”, VT就是“Virtualization Technology(虚拟化)。
要在VM安装64位操作系统问题,必要满足以下三个条件,缺一不可:
第一,CPU要为64位。
第二,CPU要支持VT技术。
第三,主板Bios设置要打开VT。
前两项可以用securable来检测。