v0.3.1
Fixes an issue with the convert-efi-disk.ps1 script not correctly locating folders from release artifacts, causing VM creation scripts to fail.
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.
Fixes
- Fix post-install folder paths (
d701770)