This release includes several bug fixes, documentation improvements, and a new OpenCore driver for better partition support.
Note
After booting into your macOS installation, to enable hardware-accelerated cursor and framebuffer graphics, run bash Scripts/post-install.sh from the EFI volume. This will install Hyper-V daemons to sync time and power status, as well as install the MacHyperVFramebuffer kext to /Library/Extensions.
You can also manually move the MacHyperVFramebuffer kext from the EFI/OC/Kexts/ folder in the EFI volume to /Library/Extensions, then run sudo kextload /Library/Extensions/MacHyperVFramebuffer.kext and approve the developer. Upon restart, the kext will automatically be loaded by the system.
See #45 for troubleshooting details.
Warning
Gen1 VMs have not yet been tested for all legacy OS X versions. Refer to #7 for details.
Added
Changed
- Upgraded OpenCore to v1.0.6 (
a1fba15) - Update macOS recovery URLs (
6fb8413) - Cleanup post-install script (
f61019a) - Disable IOGraphicsFamily force injection (
6d83968)