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
Hyper-V integration services for macOS. Requires a Generation 2 virtual machine on Windows 8.1 or higher.
6
+
Hyper-V integration services for macOS. Requires a Generation 2 virtual machine on Windows Server 2012 R2 / Windows 8.1 or higher. Windows Server 2016 is currently unsupported.
7
7
8
8
All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHyperVSupportMonterey.kext` instead.
9
9
@@ -19,9 +19,11 @@ All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHype
19
19
20
20
### OpenCore configuration
21
21
#### ACPI
22
-
-[SSDT-HV-DEV](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-DEV.dsl): Required on Windows 10 and newer, provides proper processor objects and disables incompatible virtual devices under macOS
23
-
-[SSDT-HV-PLUG](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-PLUG.dsl): Ensures VMPlatformPlugin loads on Big Sur, avoids freezes with the default PlatformPlugin
24
-
-[SSDT-HV-VMBUS](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-VMBUS.dsl): Enables correct Startup Disk operation, ensure patches described within are also configured
22
+
-[SSDT-HV-VMBUS](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-VMBUS.dsl): Enables correct Startup Disk operation, ensure patches described within are also configured.
23
+
-[SSDT-HV-DEV](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-DEV.dsl): Required on Windows Server 2019 / Windows 10 and newer, provides proper processor objects and disables incompatible virtual devices under macOS.
24
+
-[SSDT-HV-DEV-WS2022](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-DEV-WS2022.dsl): Required on Windows Server 2022 / Windows 11 and newer, disables addiitonal incompatible virtual devices under macOS.
25
+
-[SSDT-HV-PLUG](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-PLUG.dsl): Ensures VMPlatformPlugin loads on Big Sur and above, avoids freezes with the default PlatformPlugin.
26
+
* Ensure all patches described in above SSDTs are present in `ACPI->Patch`.
25
27
26
28
#### Booter quirks
27
29
-`AllowRelocationBlock` - required for macOS 10.7 and older
@@ -79,7 +81,7 @@ All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHype
79
81
80
82
#### UEFI
81
83
- Quirks
82
-
-`DisableSecurityPolicy` - required on Windows 10 and newer
84
+
-`DisableSecurityPolicy` - required on Windows Server 2019 / Windows 10 and newer
83
85
84
86
### Installer image creation
85
87
- Installer images can either be passed in from USB hard disks, or converted from a DMG to a VHDX image using `qemu-img`:
@@ -107,6 +109,6 @@ All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHype
107
109
### Credits
108
110
-[Apple](https://www.apple.com) for macOS
109
111
-[Goldfish64](https://github.com/Goldfish64) for this software
110
-
-[vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/vit9696/Lilu) and providing assistance
0 commit comments