experiment-x/OpenCore
Dhiru Kholia 307cdd7c98 OSX-KVM - January 2022 Batch Update #2
Changes:

- Update OVMF bits (https://github.com/retrage/edk2-nightly)

- Update OpenCore to 0.7.7 (via Nick)

- Add a 2 USD hack for getting proper sound ;)

Upstream resources:

- https://github.com/acidanthera/OpenCorePkg/releases

- https://github.com/thenickdude/KVM-Opencore
2022-01-24 19:03:58 +05:30
..
EFI OSX-KVM - January 2022 Batch Update #2 2022-01-24 19:03:58 +05:30
config.plist OSX-KVM - January 2022 Batch Update #2 2022-01-24 19:03:58 +05:30
create_iso_catalina.sh OSX-KVM - October 2021 Batch Update 2021-10-25 11:40:51 +05:30
opencore-image-ng.sh OSX-KVM - November 2021 Batch Update #1 2021-11-17 16:39:34 +05:30
OpenCore.qcow2 OSX-KVM - January 2022 Batch Update #2 2022-01-24 19:03:58 +05:30
README.md OSX-KVM - October 2021 Batch Update 2021-10-25 11:40:51 +05:30

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! :)