mirror of https://github.com/kholia/OSX-KVM.git
dad4131633
Changes: - Upgrade to OpenCore 0.7.0 - Upgrade OVMF to ovmf_2021.05-1_all.deb - Add installer build script for Monterey developer beta (nick) - Sync config.plist with Nick's upstream repository - Misc. fixes (nick and others) |
||
---|---|---|
.. | ||
EFI | ||
OpenCore.qcow2 | ||
README.md | ||
config.plist | ||
create_iso_catalina.sh | ||
opencore-image-ng.sh | ||
startup.nsh |
README.md
Notes
Catalina installs the same way as Mojave.
Tested with macOS Catalina 10.15.7 with OpenCore-0.7.0-RELEASE.zip release (June, 2021).
Note: Our config.plist
is buggy and we need to fix it!
Note: Use create_iso_catalina.sh
for generating a macOS Catalina based "ISO"
(actually DMG) image.
Attention: Use 64-bit Ubuntu 20.04 LTS 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! :)