Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
Update OC 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Korzh committed Feb 3, 2021
1 parent c1be942 commit 786f9fc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* Working hardware
* [BIOS][BIOS] version `>= F7`
* [OpenCore][OpenCore] `= 0.6.4`
* [OpenCore][OpenCore] `= 0.6.6`
* Populated `PlatformInfo > Generic` section in `config.plist`, can be easyly done with `GenSMBIOS` please follow [OpenCore Desktop Guide][OCDG]. This config uses `iMac14,1` as model. `Legacy_USB3.kext` and `PlatformInfo > Generic` section in `config.plist` are dependencies of it.

## Installation
Expand Down Expand Up @@ -63,6 +63,8 @@
To support this config you need replace ethernet kext `RealtekR1000SL.kext` with `AppleIntelE1000e.kext` and modify path in `config.plist`.

## Chnagelog
###### 3/02/2021
* Update config for OpenCore v0.6.6
###### 13/12/2020
* Update config for OpenCore v0.6.4
###### 15/11/2020
Expand Down
31 changes: 23 additions & 8 deletions config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
<array/>
<key>Quirks</key>
<dict>
<key>AllowRelocationBlock</key>
<false/>
<key>AvoidRuntimeDefrag</key>
<true/>
<key>DevirtualiseMmio</key>
Expand Down Expand Up @@ -322,7 +324,7 @@
<key>DisableIoMapper</key>
<true/>
<key>DisableLinkeditJettison</key>
<false/>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>ExtendBTFeatureFlags</key>
Expand All @@ -340,9 +342,11 @@
<key>PanicNoKextDump</key>
<true/>
<key>PowerTimeoutKernelPanic</key>
<false/>
<true/>
<key>SetApfsTrimTimeout</key>
<integer>4294967295</integer>
<key>ThirdPartyDrives</key>
<false/>
<true/>
<key>XhciPortLimit</key>
<false/>
</dict>
Expand All @@ -368,12 +372,18 @@
<string>None</string>
<key>HideAuxiliary</key>
<false/>
<key>LauncherOption</key>
<string>Disabled</string>
<key>LauncherPath</key>
<string>Default</string>
<key>PickerAttributes</key>
<integer>1</integer>
<key>PickerAudioAssist</key>
<false/>
<key>PickerMode</key>
<string>Builtin</string>
<key>PickerVariant</key>
<string>Auto</string>
<key>PollAppleHotKeys</key>
<true/>
<key>ShowPicker</key>
Expand Down Expand Up @@ -415,9 +425,7 @@
<key>AuthRestart</key>
<false/>
<key>BlacklistAppleUpdate</key>
<false/>
<key>BootProtect</key>
<string>None</string>
<true/>
<key>DmgLoading</key>
<string>Signed</string>
<key>EnablePassword</key>
Expand Down Expand Up @@ -575,6 +583,8 @@
<false/>
<key>MLB</key>
<string></string>
<key>MaxBIOSVersion</key>
<false/>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
Expand All @@ -599,6 +609,8 @@
<true/>
<key>UpdateSMBIOSMode</key>
<string>Create</string>
<key>UseRawUuidEncoding</key>
<false/>
</dict>
<key>UEFI</key>
<dict>
Expand Down Expand Up @@ -631,13 +643,16 @@
<integer>20</integer>
<key>PlayChime</key>
<string>Auto</string>
<key>SetupDelay</key>
<integer>0</integer>
<key>VolumeAmplifier</key>
<integer>0</integer>
</dict>
<key>ConnectDrivers</key>
<true/>
<key>Drivers</key>
<array>
<string>#HfsPlus.efi</string>
<string>OpenRuntime.efi</string>
<string>#CrScreenshotDxe.efi</string>
<string>#OpenCanopy.efi</string>
Expand Down Expand Up @@ -741,8 +756,8 @@
</dict>
<key>Quirks</key>
<dict>
<key>DeduplicateBootOrder</key>
<true/>
<key>DisableSecurityPolicy</key>
<false/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>IgnoreInvalidFlexRatio</key>
Expand Down

0 comments on commit 786f9fc

Please sign in to comment.