Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Feb 16:01

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

  • Add OpenPartitionDxe driver (f1abac0)
  • README: Add troubleshooting section (0a2504a)

Changed

  • Upgraded OpenCore to v1.0.6 (a1fba15)
  • Update macOS recovery URLs (6fb8413)
  • Cleanup post-install script (f61019a)
  • Disable IOGraphicsFamily force injection (6d83968)

Fixed

  • Escape powershell parameters in UAP request (fbdf201)
  • Fix string parsing in VM creation script (d6bd45e)
  • Fix default SIP flags (6d83968)
  • README: Fix image alignment (2172250)
  • README: Fix AMD plist entry formatting (9e19f27)