up vote 2 down vote favorite
3
share [g+] share [fb]

how do i verify if a cpu has the necessary requirements to run hyper v ?

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

From the Hyper-V FAQ:

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

link|improve this answer
feedback

You can use a tool called SecurAble which will tell you if your CPU supports Virtualisation Technologies, which is what you need to run Hyper-V. It will also tell you the number of bits supported by your CPU and if it supports DEP

link|improve this answer
+1 for SecurAble if you already have the CPU in question in a running machine. Here is the web page explaining SecurAble: grc.com/securable.htm – Erv Walter May 31 '09 at 3:40
feedback

Your CPU must support Virtualization extensions. An easy way to check this is to search for your CPU model number in Google and look for a NewEgg.com link (this will find old models, unlike NewEgg's search). Check the "Virtualization Technology Support" field.

Be aware that this feature is typically disabled by default in the BIOS.

link|improve this answer
Extension names for Intel are VT-i and VT-d. For AMD it's AMD-V. – Antoine Benkemoun May 29 '09 at 6:39
feedback

A great site to see if your intel-cpu supports virtualisation is the Intel Processorfinder, the cheaper cpu's often doesn't support VT.

Almost all recent AMD processors support AMD-V.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.