Windows 2008 Hyper-V in VMware Workstation installation problem
I have Intel® Core"2 Quad Processor Q6600 with Intel Desktop Board DG45ID. I am using VMware Workstation 6.0.4. Virtualization technology is enabled in the BIOS and I installed 64-bit Windows 2008 Enterprise Edition guest OS on 32-bit OS.
When I am trying to intall Hyper-V from Server Manager role, it showing the following error:
"Hyper-V cannot be installed
Server Manager has detected that the processor on this computer is not capable with Hyper-V. To install this role the processor must have a supported version of hardware assisted virtualization, and that feature must be turned on in the BIOS."
Could you please tell me the exact location in the BIOS where from I can enable Hyper-V.
Attached is the Summary Information of Intel® Core"2 Quad Processor. Please suggest me whether that processor will support Hyper-V or not. Processor-Details.JPG
That means I cannot run Hyper-V on a virtual machine running on VMware Workstation.
I have no ESX running on VMware Workstation. I can't understand what do you want to say by "I have been able to run ESX as a VM on vmware workstation 6.0 and 6.5 and also run VMs inside that ESX VM."
I haven't a clear idea about ESX. Will ESX help to solve the poblem?
Also sending you the contents of vmx file. Will I simply add the following code provided by you at any place of the vmx file? By adding these lines will I be able to run Hyper-V in VMware Workstation?
Hyper-v is the virtualization layer provided by Windows 2008 OS while vmware ESX server the same kind of OS provided by VMware.
I had been able to install ESX server as a virtual machine on vmware workstation running on windows and then also created a virtual machine inside that ESX virtual machine.
Now coming what you are trying to do, you are more are less trying to make hyper-v work inside a virtual machine. Which is not possible. As Hyper-v tries to create a virtualization layer before the real OS kernal boots and it tries to check the BIOS for VT support.
As this is not a physical machine and the BIOS provided by VMware to the Virtual machines created not designed to enable that option, it will not work.
As for the three lines you can paste them anywhere that should not be any issue.
That is something i have suggested to try. But i think this will not work.
I rather have installed my windows 2008 on the second partition to get some handson on hyper-v
Server manager has detected that the processor on this computer is not compatible
with Hyper-v to install this role
the processor must have a supported version of hardware-assisted virtualization,
and that feature must be turned on in the bios. Hyper-v-error.bmp
if you are asking whether you can install hyper-v on a VM running inside ESX then it is not possible.
if your question is different then post a new question with the hardware specs and what you are trying to achieve and post the link for the question here so that i can check and answer the same
regards
bhanu
Windows OS
This topic area includes legacy versions of Windows prior to Windows 2000: Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions including Windows Mobile.
ASKER
I have no ESX running on VMware Workstation. I can't understand what do you want to say by "I have been able to run ESX as a VM on vmware workstation 6.0 and 6.5 and also run VMs inside that ESX VM."
I haven't a clear idea about ESX. Will ESX help to solve the poblem?
Also sending you the contents of vmx file. Will I simply add the following code provided by you at any place of the vmx file? By adding these lines will I be able to run Hyper-V in VMware Workstation?
monitor_control.restrict_b
monitor_control.enable_svm
monitor_control.vt32 = "TRUE"
Open in new window