You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nested virtualization allows you to run Hyper-V (or other hypervisors) within a virtual machine, enabling powerful development, testing, and learning scenarios where you need virtual machines inside other VMs. This is typically available on Windows Server 2016 or later, Windows 10/11 Pro and Enterprise (with Hyper-V), and supported Azure virtual machine series. Nested virtualization introduces complexity—networking, memory, CPU compatibility, host/guest configuration, and performance often require careful consideration. This guide provides a structured approach for troubleshooting nested virtualization issues in physical and cloud-based environments.
15
+
Nested virtualization allows you to run Hyper-V (or other hypervisors) within a virtual machine, enabling powerful development, testing, and learning scenarios where you need virtual machines inside other VMs. This is typically available in Windows Server 2016 or later versions, Windows 10 or Windows 11 Pro and Enterprise (with Hyper-V), and supported Azure virtual machine series. Nested virtualization introduces complexity—networking, memory, CPU compatibility, host/guest configuration, and performance often require careful consideration. This guide provides a structured approach for troubleshooting nested virtualization issues in physical and cloud-based environments.
16
16
17
-
## Troubleshooting Checklist
17
+
## Troubleshooting checklist
18
18
19
19
Before diving into specific issues, follow this checklist to ensure the environment is correctly set up for nested virtualization:
20
20
21
21
1. Verify host compatibility
22
22
23
-
- Host is Windows Server 2016 and later versions, or Windows 10/11 Pro/Enterprise.
23
+
- Host is Windows Server 2016 or later version, Windows 10 or Windows 11 Pro or Enterprise.
24
24
- Host CPU supports VT-x (Intel) or AMD-V (AMD); Hardware virtualization enabled in BIOS/UEFI.
25
25
26
26
1. Confirm guest VM settings
27
27
28
28
- Guest VM is Generation 2.
29
-
- Guest VM running compatible OS (Windows Server 2016, and later versions, Windows 10/11, and later versions, select Linux with Hyper-V support).
29
+
- Guest VM running compatible OS (Windows Server 2016, or later version, Windows 10, Windows 11, or later version, select Linux with Hyper-V support).
0 commit comments