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
Then keep clicking exit, and save the configuration
49
45
50
-
Now run these commands to make sure virtualization works
46
+
Now run this commands to make sure virtualization works:
51
47
```
52
48
kvm-ok
49
+
```
50
+
This should output `Y`. If it does not, check your BIOS configuration to make sure nested virtualization is on (search up online based on which CPU you have).
51
+
52
+
Next, for Intel CPUs run:
53
+
```
53
54
cat /sys/module/kvm_intel/parameters/nested
54
55
```
55
-
If the first command returns `KVM acceleration can be used` and the second command returns `Y`, then you are good to go. If the first command returns `Y` but the second command return something like `no`, then go to the bottom of the page for troubleshooting.
56
56
57
-
Now make sure you are still in the OneClick-macOS-Simple-KVM directory, the path should look something like this:
57
+
Or for AMD CPUs run:
58
+
```
59
+
cat /sys/module/kvm_amd/parameters/nested
60
+
```
61
+
62
+
If that command returns `Y` or `1` (depending on CPU type), then you are good to go. If it returns something like `N`, then go to the bottom of the page for troubleshooting.
63
+
64
+
Now make sure you are still in the OneClick-macOS-Simple-KVM directory. The path should look something like this:
@@ -88,4 +95,4 @@ kernelCommandLine=intel_iommu=on iommu=pt kvm.ignore_msrs=1 kvm-intel.nested=1 k
88
95
89
96
### Getting `Your CPU does not support KVM extensions` on AMD processors
90
97
91
-
For those with AMD EPYC/Ryzen processor or later, Nested Virtualization (required for KVM) [is not supported on Windows 10](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/enable-nested-virtualization#amd-epyc--ryzen-processor-or-later). So you have to upgrade to Windows 11.
98
+
For those with AMD EPYC/Ryzen processor or later, Nested Virtualization (required for KVM) [is not supported on Windows 10](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/enable-nested-virtualization#amd-epyc--ryzen-processor-or-later). You will have to upgrade to Windows 11.
0 commit comments