Skip to content

Commit

Permalink
Release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminX committed Aug 10, 2022
1 parent ad1cfe9 commit 77a9738
Show file tree
Hide file tree
Showing 31 changed files with 63 additions and 24 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-04-22 / Version 2.2.4
Verified working with 12.3.1 (21E258) and upgrade to OpenCore 0.8.0 / AppleALC 1.7.1

2022-03-21 / Version 2.2.3
Fix bugs on 12.3 removed RadeonBoost.kext 1.6.

Expand Down
Binary file modified EFI/BOOT/BOOTX64.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
40 changes: 35 additions & 5 deletions EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G624</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.7.3</string>
<string>1.7.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.7.3</string>
<string>1.7.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down Expand Up @@ -7436,15 +7436,15 @@
<key>ConfigData</key>
<data>
AgUAGwIETksCBQBFAgRSiQGXHEABlx0QAZce
gQGXHwE=
pwGXHwA=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>15</integer>
<key>WakeConfigData</key>
<data>
AXcMAg==
AXcMAgGXByQ=
</data>
<key>WakeVerbReinit</key>
<true/>
Expand Down Expand Up @@ -14676,6 +14676,36 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Realtek ALC1220 for MSI GE73 Raider RGB 8RF by Ardhi96</string>
<key>CodecID</key>
<integer>283906592</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQABJx6gAScfkAFHHCABRx0AAUce
FwFHH5ABRwwCAVcc8AFXHQABVx4AAVcfQAFn
HPABZx0AAWceAAFnH0ABdxzwAXcdAAF3HgAB
dx9AAYcc8AGHHQABhx4AAYcfQAGXHDABlx0Q
AZcegQGXHwEBpxzwAacdAAGnHgABpx9AAbcc
QAG3HRABtx4hAbcfAQG3DAIB1xzwAdcdAAHX
HgAB1x9AAecc8AHnHQAB5x4AAecfQA==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>25</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
</array>
<key>IOClass</key>
<string>AppleALC</string>
Expand Down
Binary file modified EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G624</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
Empty file modified EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G624</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/BootKicker.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/ChipTune.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/CleanNvram.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/ControlMsrE2.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/CsrUtil.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/GopStop.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/MmapDump.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/OpenControl.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/OpenShell.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/ResetSystem.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/RtcRw.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/TpmInfo.efi
Binary file not shown.
18 changes: 12 additions & 6 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
<key>Flavour</key>
<string>Auto</string>
<key>Name</key>
<string>Shutdown</string>
<string>Reboot</string>
<key>Path</key>
<string>ResetSystem.efi</string>
<key>RealPath</key>
Expand Down Expand Up @@ -730,10 +730,10 @@
<string>boot-args</string>
</array>
</dict>
<key>LegacyEnable</key>
<false/>
<key>LegacyOverwrite</key>
<false/>
<key>WriteFlash</key>
<true/>
<key>LegacySchema</key>
<dict>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
Expand Down Expand Up @@ -762,8 +762,6 @@
<string>BootOrder</string>
</array>
</dict>
<key>WriteFlash</key>
<true/>
</dict>
<key>PlatformInfo</key>
<dict>
Expand Down Expand Up @@ -881,6 +879,8 @@
<string></string>
<key>Enabled</key>
<true/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>OpenRuntime.efi</string>
</dict>
Expand All @@ -891,6 +891,8 @@
<string></string>
<key>Enabled</key>
<true/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>OpenCanopy.efi</string>
</dict>
Expand All @@ -901,6 +903,8 @@
<string></string>
<key>Enabled</key>
<true/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>OpenHfsPlus.efi</string>
</dict>
Expand All @@ -911,6 +915,8 @@
<string></string>
<key>Enabled</key>
<true/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>AudioDxe.efi</string>
</dict>
Expand Down Expand Up @@ -1041,4 +1047,4 @@
<array/>
</dict>
</dict>
</plist>
</plist>
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Gigabyte Z390M GAMING hackintosh w/ OpenCore

Verified working with macOS version 12.4 (21F79) Monterey and OpenCore 0.8.2.
Verified working with macOS version 12.5 (21G72) Monterey and OpenCore 0.8.3.

![System](https://github.com/BenjaminX/Hackintosh-Gigabyte-Z390M-GAMING/blob/master/Tips/About-System.png)

Expand All @@ -15,27 +15,27 @@ Verified working with macOS version 12.4 (21F79) Monterey and OpenCore 0.8.2.
![SN/UUID/MLB](https://github.com/BenjaminX/Hackintosh-Gigabyte-Z390M-GAMING/blob/master/Tips/MLBUUIDSN.png)

## Updates
2022-08-10 / Version 2.2.7
Verified working with 12.5 (21G72) and upgrade to OpenCore 0.8.3 / AppleALC 1.7.4 / WhateverGreen 1.6.1 / Lilu 1.6.2

2022-07-18 / Version 2.2.6
Verified working with 12.4 (21F79) and upgrade to OpenCore 0.8.2 / AppleALC 1.7.3 / WhateverGreen 1.6.0 / Lilu 1.6.1 / NVMeFix 1.1.0 / VirtualSMC 1.3.0

2022-06-12 / Version 2.2.5
Verified working with 12.4 (21F79) and upgrade to OpenCore 0.8.1 / AppleALC 1.7.2 / WhateverGreen 1.5.9

2022-04-22 / Version 2.2.4
Verified working with 12.3.1 (21E258) and upgrade to OpenCore 0.8.0 / AppleALC 1.7.1

> [Changelog History](https://github.com/BenjaminX/Hackintosh-Gigabyte-Z390M-GAMING/tree/master/Changelog.txt)
Included items table

Items | Last Version | Comments
------------ | ------------- | -------------
[BIOS](https://www.gigabyte.com/Motherboard/Z390-M-GAMING-rev-10/support#support-dl-bios) | F9 | Be sure to upgrade F9
[OpenCore](https://github.com/acidanthera/OpenCorePkg/releases) | 0.8.2 |
[Lilu](https://github.com/acidanthera/Lilu/releases) | 1.6.1 |
[OpenCore](https://github.com/acidanthera/OpenCorePkg/releases) | 0.8.3 |
[Lilu](https://github.com/acidanthera/Lilu/releases) | 1.6.2 |
[AppleALC](https://github.com/acidanthera/AppleALC/releases) | 1.7.3 |
[VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases) | 1.3.0 |
[WhateverGreen](https://github.com/acidanthera/whatevergreen/releases) | 1.6.0 |
[WhateverGreen](https://github.com/acidanthera/whatevergreen/releases) | 1.6.1 |
[NVMeFix](https://github.com/acidanthera/NVMeFix/releases) | 1.1.0 |
[IntelMausi](https://github.com/acidanthera/IntelMausi/releases) | 1.0.7 |

Expand Down
Binary file modified Tips/About-System.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tips/H264H265.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77a9738

Please sign in to comment.