我正在尝试在部署在azure上的Hyper VM上启动嵌套VM (使用的大小允许嵌套虚拟化),在遵循了所有指南之后,我不确定我可能会遗漏什么,因为我确实安装了Windows2016 V:
角色管理器:

服务:

尝试启动虚拟机时出错:
Start-VM : 'sfm-azure-01' failed to start.
Failed to start the virtual machine 'sfm-azure-01' because one of the Hyper-V components is not running.
'sfm-azure-01' failed to start. (Virtual machine ID BA61E565-9B2B-4180-B79D-FD3F16882314)
The Virtual Machine Management Service failed to start the virtual machine 'sfm-azure-01' because one of the Hyper-V components is
not running (Virtual machine ID BA61E565-9B2B-4180-B79D-FD3F16882314).
At line:1 char:1
+ Start-VM -Name sfm-azure-01
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-VM], VirtualizationException
+ FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.StartVM使用的引用:https://docs.microsoft.com/azure/virtual-machines/windows/nested-virtualization
发布于 2020-05-05 12:39:23
您是否尝试过此脚本以启用嵌套虚拟化。看起来它检查了所有的先决条件。https://github.com/charlieding/Virtualization-Documentation/tree/live/hyperv-tools/Nested
https://stackoverflow.com/questions/59858496
复制相似问题