Skip to content

Commit

Permalink
OSX-KVM - June 2021 Batch Update
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kholia committed Jun 20, 2021
1 parent a1cd556 commit dad4131
Show file tree
Hide file tree
Showing 52 changed files with 1,533 additions and 1,169 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Expand Up @@ -116,4 +116,6 @@

- mikkeyboi - Unraid OS stuff

- deftdawg - Various correctness and robustness fixes - thanks!

Note: Individual files have more specific 'credits' in them.
4 changes: 3 additions & 1 deletion OVMF-notes.txt
@@ -1,7 +1,9 @@
Current OVMF blobs are borrowed from the following URL,
Current OVMF blobs are borrowed from the following URLs,

http://download.proxmox.com/debian/dists/buster/pve-no-subscription/binary-amd64/pve-edk2-firmware_2.20200531-1_all.deb

http://ftp.debian.org/debian/pool/main/e/edk2/

OVMF for non-OpenCore boot loaders: https://github.com/kholia/edk2/tree/macOS-NG-v3.

Building OVMF
Expand Down
Binary file modified OVMF_CODE.fd
Binary file not shown.
3 changes: 1 addition & 2 deletions OpenCore-Boot-CD.sh
Expand Up @@ -13,7 +13,7 @@
# NOTE: Tweak the "MY_OPTIONS" line in case you are having booting problems!
############################################################################

MY_OPTIONS="+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"
MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"

# This script works for Big Sur, Catalina, Mojave, and High Sierra. Tested with
# macOS 10.15.6, macOS 10.14.6, and macOS 10.13.6
Expand Down Expand Up @@ -42,7 +42,6 @@ args=(
-smbios type=2
-device ich9-intel-hda -device hda-duplex
-device ich9-ahci,id=sata
# -drive id=OpenCoreBoot,if=none,snapshot=on,format=qcow2,file="$REPO_PATH/OpenCore-Catalina/OpenCore-nopicker.qcow2"
-drive id=OpenCoreBoot,if=none,snapshot=on,format=qcow2,file="$REPO_PATH/OpenCore-Catalina/OpenCore.qcow2"
-device ide-hd,bus=sata.2,drive=OpenCoreBoot
-device ide-hd,bus=sata.3,drive=InstallMedia
Expand Down
3 changes: 1 addition & 2 deletions OpenCore-Boot.sh
Expand Up @@ -13,7 +13,7 @@
# NOTE: Tweak the "MY_OPTIONS" line in case you are having booting problems!
############################################################################

MY_OPTIONS="+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"
MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"

# This script works for Big Sur, Catalina, Mojave, and High Sierra. Tested with
# macOS 10.15.6, macOS 10.14.6, and macOS 10.13.6
Expand Down Expand Up @@ -45,7 +45,6 @@ args=(
-smbios type=2
-device ich9-intel-hda -device hda-duplex
-device ich9-ahci,id=sata
# -drive id=OpenCoreBoot,if=none,snapshot=on,format=qcow2,file="$REPO_PATH/OpenCore-Catalina/OpenCore-nopicker.qcow2"
-drive id=OpenCoreBoot,if=none,snapshot=on,format=qcow2,file="$REPO_PATH/OpenCore-Catalina/OpenCore.qcow2"
-device ide-hd,bus=sata.2,drive=OpenCoreBoot
-device ide-hd,bus=sata.3,drive=InstallMedia
Expand Down
Binary file modified OpenCore-Catalina/EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/CrScreenshotDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/HiiDatabase.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/NvmExpressDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/OpenPartitionDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/OpenUsbKbDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/Ps2KeyboardDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/Ps2MouseDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/UsbMouseDxe.efi
Binary file not shown.
Binary file modified OpenCore-Catalina/EFI/OC/Drivers/XhciDxe.efi
Binary file not shown.

0 comments on commit dad4131

Please sign in to comment.