mirror of https://github.com/kholia/OSX-KVM.git
422bb3b713
Changes: - Update to OpenCore 0.9.5 - Switch around the emulated video device (required for Ventura) - Change default resolution to 1920x1080 - Include ventura in shortname CLI help - Add notes on 'bridged networking' - Better networking documentation (thomaspaulb) - Support for offline installations (kwadwokyeremeh) - Initial WIP macOS Sonoma support (via 'luchina-gabriel') |
||
---|---|---|
.. | ||
EFI | ||
OpenCore.qcow2 | ||
README.md | ||
config.plist | ||
create_iso_catalina.sh | ||
opencore-image-ng.sh |
README.md
Notes
Catalina installs the same way as Mojave.
Tested with macOS Big sur with OpenCore-0.7.4-RELEASE.zip release in October, 2021.
Note: Use create_iso_catalina.sh
for generating a macOS Catalina based "ISO"
(actually DMG) image.
Attention: Use 64-bit Ubuntu 20.04 LTS or later as the host OS for "best" results. Guestfish output results may vary across platforms.
# Normal OpenCore Image
rm -f OpenCore.qcow2; sudo ./opencore-image-ng.sh --cfg config.plist --img OpenCore.qcow2
Note: https://github.com/thenickdude/KVM-Opencore is one of the best resources
for customizing OpenCore.qcow2
. Thanks Nick! :)