Windows 10 hyper-v nested virtualization doesn't want to work

Donov Djipo 0 Reputation points
2023-05-29T17:03:44.0866667+00:00

I entered in powershell(admin): Set-VM Processor -Name <debian 11> -Expose Virtualization Extensions $true, but when I try to start a virtual machine, it writes that there is allegedly no nested virtualization.fe4025bc-3b6d-48f9-aa86-6693e99038f9

]6a3fddbe-f7c1-4cbe-b0e0-c5ad9b5c6260

32b357e7-9f46-4dc6-bb13-fe57062d4d1b

Windows for business Windows Client for IT Pros Storage high availability Virtualization and Hyper-V
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-05-30T10:43:39.43+00:00

    Hi,

    Please first check the prerequisites for Hyper-V nested virtualization on this page.

    https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization

    Make sure the VT-x feature is enabled in UEFI and the ExposeVirtualizationExtensions property of your VM is True using the PowerShell command

    Get-VMProcess "debian 11" | select ExposeVirtualizationExtensions
    

    Best Regards,

    Ian Xue

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.