Skip to content

Commit

Permalink
Change OpenHfsPlus to HfsPlus to fix boot into recovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-eric-kwok committed Feb 11, 2021
1 parent ce84de8 commit 1e28267
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file modified EFI/OC/ACPI/SSDT-KEYBD.aml
Binary file not shown.
Binary file added EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
100755 → 100644
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenHfsPlus.efi
100755 → 100644
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
100755 → 100644
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
100755 → 100644
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI/OC/config-BRCM1820A.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@
<key>TakeoffDelay</key>
<integer>10000</integer>
<key>Timeout</key>
<integer>1</integer>
<integer>3</integer>
</dict>
<key>Debug</key>
<dict>
Expand Down Expand Up @@ -1921,7 +1921,7 @@
<key>HideVerbose</key>
<false/>
<key>JumpstartHotPlug</key>
<false/>
<true/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
Expand Down Expand Up @@ -1952,7 +1952,7 @@
<array>
<string>OpenRuntime.efi</string>
<string>OpenCanopy.efi</string>
<string>OpenHfsPlus.efi</string>
<string>HfsPlus.efi</string>
</array>
<key>Input</key>
<dict>
Expand Down
6 changes: 3 additions & 3 deletions EFI/OC/config-Intel7265AC.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@
<key>TakeoffDelay</key>
<integer>10000</integer>
<key>Timeout</key>
<integer>1</integer>
<integer>3</integer>
</dict>
<key>Debug</key>
<dict>
Expand Down Expand Up @@ -1864,7 +1864,7 @@
<key>HideVerbose</key>
<false/>
<key>JumpstartHotPlug</key>
<false/>
<true/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
Expand Down Expand Up @@ -1895,7 +1895,7 @@
<array>
<string>OpenRuntime.efi</string>
<string>OpenCanopy.efi</string>
<string>OpenHfsPlus.efi</string>
<string>HfsPlus.efi</string>
</array>
<key>Input</key>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions EFI/OC/config-install.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@
<key>HideVerbose</key>
<false/>
<key>JumpstartHotPlug</key>
<false/>
<true/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
Expand Down Expand Up @@ -1671,7 +1671,7 @@
<array>
<string>OpenRuntime.efi</string>
<string>OpenCanopy.efi</string>
<string>OpenHfsPlus.efi</string>
<string>HfsPlus.efi</string>
</array>
<key>Input</key>
<dict>
Expand Down

0 comments on commit 1e28267

Please sign in to comment.