"The processor does not have Second Level Address Translation (SLAT) capabilities"
It's strange, because I enabled every virtualization related stuff in BIOS and Coreinfo on the host reports the following:
- Code: Select all Expand viewCollapse view
AMD Ryzen 5 3600 6-Core Processor
AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
Microcode signature: 00000000
HYPERVISOR - Hypervisor is present
SVM * Supports AMD hardware-assisted virtualization
NP * Supports AMD nested page tables (SLAT)
But in the guest VM, I'm getting the following:
- Code: Select all Expand viewCollapse view
AMD Ryzen 5 3600 6-Core Processor
AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
Microcode signature: 00000000
HYPERVISOR * Hypervisor is present
SVM * Supports AMD hardware-assisted virtualization
NP - Supports AMD nested page tables (SLAT)
I have Hyper-V installed, but I have a second boot option created with these commands:
- Code: Select all Expand viewCollapse view
$ bcdedit /copy {current} /d "Windows 10 – No Hyper-V"
$ bcdedit /set {<CURRENT_ID>} hypervisorlaunchtype off
I'm attaching full Coreinfo logs as well and screenshots about my VM settings.