我如何验证 CPU 是否满足运行 Hyper V 的必要要求?
答案1
来自 Hyper-V 常见问题解答:
Q. What are the system requirements for Hyper-V?
A. In addition to the systems requirement for Windows Server 2008,
the two key requirements for the Hyper-V platform are the need
to ensure that the server is a 64-bit environment and supports
hardware-assisted virtualization (Intel VT or AMD-V) technology.
http://www.microsoft.com/windowsserver2008/en/us/hyperv-faq.aspx
答案2
您可以使用一个名为安全它将告诉您 CPU 是否支持虚拟化技术,这是运行 Hyper-V 所需要的。它还将告诉您 CPU 支持的位数以及它是否支持 DEP
答案3
你的 CPU 必须支持虚拟化扩展。检查这一点的一个简单方法是在 Google 中搜索您的 CPU 型号,然后查找 NewEgg.com 链接(这将找到旧型号,与 NewEgg 的搜索不同)。检查“虚拟化技术支持”字段。
请注意,此功能通常在 BIOS 中默认禁用。
答案4
一个很棒的网站,可以查看你的英特尔 CPU 是否支持虚拟化英特尔处理器查找器,较便宜的 CPU 通常不支持 VT。
几乎所有最新的 AMD 处理器都支持 AMD-V。