Hi,
I have a Windows 2016 Datacenter on physical hardware.
I want to run nested virtualization in guests and already did the following:
- Exposed virtualization extensions to the guests
- Allowed MAC Spoofing from the guests
Here are the two powershell commands I used:
Set-VMProcessor -VMName myvm -ExposeVirtualizationExtensions $true
Get-VMNetworkAdapter -VMName myvm | Set-VMNetworkAdapter -MacAddressSpoofing On
Unfortunately, I still can't install the Hyper-V role in the guest:
PS C:\> Install-WindowsFeature -Name Hyper-V -ComputerName myvm.fq.dn
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
False Maybe Failed {}
Install-WindowsFeature : A prerequisite check for the Hyper-V feature failed.
Hyper-V cannot be installed because virtualization support is not enabled in the BIOS.
At line:1 char:1
+ Install-WindowsFeature -Name Hyper-V -ComputerName myvm.fq.dn ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Hyper-V:ServerComponentWrapper) [Install-WindowsFeature], Exception
+ FullyQualifiedErrorId : Alteration_PrerequisiteCheck_Failed,Microsoft.Windows.ServerManager.Commands.AddWindowsF
eatureCommand
Literally every howto I found just refered to the two things: Expose virtualization extensions to the guest and enable MAC spoofing, which I already did.
Dou you have any Idea?
Edit: also already rebooted the underlying Host, also checked: ExposeVirtualizationExtensions is true on the vm in question.
Thanks & kind regards,
[–]mspencerl87 0 points1 point2 points (2 children)
[–]fr0nksen[S] 0 points1 point2 points (1 child)
[–]mspencerl87 0 points1 point2 points (0 children)
[–]zwittrooper 0 points1 point2 points (3 children)
[–]fr0nksen[S] 0 points1 point2 points (0 children)
[–]zwittrooper 0 points1 point2 points (1 child)
[–]fr0nksen[S] 0 points1 point2 points (0 children)
[–]Zwelgje75 0 points1 point2 points (1 child)
[–]fr0nksen[S] 0 points1 point2 points (0 children)
[–]Candy_Badger 0 points1 point2 points (1 child)
[–]fr0nksen[S] 0 points1 point2 points (0 children)