Closed Coopydood closed 1 year ago
I've successfully installed macOS Ventura cleanly using ultimate-macOS-KVM.
Will continue to investigate, but it's looking like it's fixed!
This appears to be fixed with a simple QEMU CPU model change. This issue does NOT affect users who changed their CPU model from the default. For example, if you manually changed your CPU model to host
, this does not affect you.
FOR NEW USERS: as of v0.9.6, this issue has been fixed, and new files generated with AutoPilot will use the new model by default, which can be used to install Ventura.
FOR EXISTING USERS: for users of v0.9.5 or earlier, you have a couple options:
CPU_MODEL="Penryn"
and change it to
CPU_MODEL="Skylake-Client"
Generate a new AutoPilot config file. While this does mean you have to go through AutoPilot again, there are a number of benefits. Generating a new AP config ensures you have the latest structure updates, and the best compatibility with the rest of the project:
Creating virtual hard disk
stage, you'll automatically be notified about the existing HDD file, and you'll have the option to use the file in the new config.boot
folder. If you've made customisations to the OpenCore image, you can move the old one back into place after AP finishes.
Discussed in https://github.com/Coopydood/ultimate-macOS-KVM/discussions/9
An issue has been identified whereby installing macOS 13 Ventura - either by a clean install from the BaseSystem, or as an upgrade from a previous macOS version - fails with various different errors.
Ventura can boot with the project, however installing it seems to be very broken at the moment. I'm investigating this and will post an update if/when a fix is available. An OpenCore modification is likely required and will be looked into.
Sorry for the inconvenience. Please use macOS Monterey or earlier until this is resolved.