OC4VM 2.0.1 #66
DrDonk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Upgrading 2.0.0 to 2.0.1
Upgrading 2.0.0 to 2.0.1 is as simple as copying the latest opencore.iso file for the CPU type to the VM folder. The ISO is found in the VMware folder of the distribution and you will need to pick the correct one from the AMD or Intel folders. No other files need to be copied from the templates.
There is one speedup that can be added to the VMX file of existing VMs to make mouse cursor movement better. If you want to apply this close down the VM and open the VMX file in a text editor and add this line:
usb.quirks.darwinVendor45 = "FALSE" # Disable Apple specific USB processingAlternatively use the vmxtool provided to edit from the terminal:
tools/<windows/linux/macos>/vmxtool set <vmx file> usb.quirks.darwinVendor45="FALSE"Changes
Changelogs can also be found online https://github.com/DrDonk/OC4VM/releases
All dates are UK DD/MM/YY format.
16/01/26 2.0.1
16/12/25 2.0.0
All spoofing of hardware should use iMac 2019 to ensure maximum compatibilty with macOS upgrades
and avoid models with T1 or T2 security chips. The iMac 2019 supports Catalina to Sequoia, and can also
run Tahoe in a VM.
Full Changelog: 2.0.0...2.0.1
This discussion was created from the release OC4VM 2.0.1.
All reactions