Hyper-V enable vt-x for guest in guest

Is it possible to enable vt-x for a Hyper-V guest?

I need to run a 64 bit guest inside of a 64 bit guest.

1

2 Answers

I don't believe that you can run Hyper-V within a guest as there is already a hypervisor running. (Pretty sure it tells you this if you try and install the hyper-v role).

I think your just going to have to run these other machines on the host server.

2

Now you can; you got to run this in an admin powershell console, on a stopped vm.

Set-VMProcessor -VMName <vm name> -ExposeVirtualizationExtensions $true

Official documentation

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like