Upgrade OC 0.9.5 (*.efi, *.kext, *.plist)
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
OpenCore Changelog
|
||||
==================
|
||||
#### v0.9.5
|
||||
- Fixed GUID formatting for legacy NVRAM saving
|
||||
- Fixed inability to open files in root directory on an NTFS filesystem
|
||||
- Fixed hang while unloading NTFS driver
|
||||
- Added UEFI quirk `ShimRetainProtocol`, allowing OpenCore chained from shim to verify Linux using shim's certificates
|
||||
- Added `OpenLegacyBoot` driver for supporting legacy OS booting
|
||||
- Added `shim-make.tool` to download and build rhboot/shim, for Linux SBAT and MOK integration
|
||||
|
||||
#### v0.9.4
|
||||
- Fixed kext blocker `Exclude` strategy for prelinked on 32-bit versions of macOS
|
||||
- Fixed `ForceAquantiaEthernet` quirk on macOS 14 beta 2, thx @Shikumo
|
||||
|
||||
Binary file not shown.
@@ -1322,6 +1322,7 @@
|
||||
<string>nvda_drv</string>
|
||||
<string>prev-lang:kbd</string>
|
||||
<string>backlight-level</string>
|
||||
<string>BootCampHD</string>
|
||||
</array>
|
||||
<key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key>
|
||||
<array>
|
||||
@@ -1950,6 +1951,8 @@
|
||||
<integer>-1</integer>
|
||||
<key>ResizeUsePciRbIo</key>
|
||||
<false/>
|
||||
<key>ShimRetainProtocol</key>
|
||||
<false/>
|
||||
<key>TscSyncTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>UnblockFsConnect</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -785,6 +785,8 @@
|
||||
<integer>-1</integer>
|
||||
<key>ResizeUsePciRbIo</key>
|
||||
<false/>
|
||||
<key>ShimRetainProtocol</key>
|
||||
<false/>
|
||||
<key>TscSyncTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>UnblockFsConnect</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -797,6 +797,8 @@
|
||||
<integer>-1</integer>
|
||||
<key>ResizeUsePciRbIo</key>
|
||||
<false/>
|
||||
<key>ShimRetainProtocol</key>
|
||||
<false/>
|
||||
<key>TscSyncTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>UnblockFsConnect</key>
|
||||
|
||||
@@ -4,8 +4,8 @@ Note|Description
|
||||
:----|:----
|
||||
Initial macOS Support|macOS 10.15, Catalina.
|
||||
|
||||
- Opencore version: 0.9.4
|
||||
- Release date: 07/08/2023
|
||||
- Opencore version: 0.9.5
|
||||
- Release date: 11/09/2023
|
||||
|
||||
# Basic Steps
|
||||
|
||||
@@ -52,7 +52,8 @@ Kext|Description
|
||||
[RealtekRTL8111.kext](https://github.com/Mieze/RTL8111_driver_for_OS_X/releases)|For Realtek's Gigabit Ethernet.<br>Sometimes the latest version of the kext might not work properly with your Ethernet. If you see this issue, try older versions.
|
||||
[LucyRTL8125Ethernet.kext](https://www.insanelymac.com/forum/files/file/1004-lucyrtl8125ethernet/)|For Realtek's 2.5Gb Ethernet.
|
||||
[SmallTreeIntel82576.kext](https://github.com/khronokernel/SmallTree-I211-AT-patch/releases)| Required for I211 NICs, based off of the SmallTree kext but patched to support I211.<br>Required for most AMD boards running Intel NICs.
|
||||
[AppleIGB.kext](https://github.com/donatengit/AppleIGB/releases)|Required for I211 NICs running on macOS Monterey and above. Might have instability issues on some NICs, recommended to stay on Big Sur and use SmallTree. Requires macOS 12 and above
|
||||
[AppleIGB.kext](https://github.com/donatengit/AppleIGB/releases)|Required for I211 NICs running on macOS Monterey and above. Might have instability issues on some NICs, recommended to stay on Big Sur and use SmallTree. Requires macOS 12 and above.
|
||||
[AppleIntelI210Ethernet.kext](https://github.com/luchina-gabriel/youtube-files/raw/main/AppleIntelI210Ethernet.kext.zip)|Required for Intel i225-V in macOS 13 (Monterey) and above.
|
||||
|
||||
### WiFi and Bluetooth
|
||||
Kext|Description
|
||||
@@ -75,6 +76,7 @@ Kext|Description
|
||||
[SATA-Unsupported](https://github.com/khronokernel/Legacy-Kexts/blob/master/Injectors/Zip/SATA-unsupported.kext.zip)|Adds support for a large variety of SATA controllers, mainly relevant for laptops which have issues seeing the SATA drive in macOS.<br>We recommend testing without this first.
|
||||
[RestrictEvents](https://github.com/acidanthera/RestrictEvents/releases)|Better experience with unsupported processors like AMD, Disable MacPro7,1 memory warnings and provide upgrade to macOS Monterey via Software Updates when available.
|
||||
[CpuTscSync](https://github.com/acidanthera/CpuTscSync/releases)|It is a Lilu plugin, combining functionality of VoodooTSCSync and disabling xcpm_urgency if TSC is not in sync. It should solve some kernel panics after wake.
|
||||
[SMDRadeonGPU](https://github.com/aluveitie/RadeonSensor)|Used for monitoring GPU temperature on AMD GPU systems. Requires RadeonSensor from the same repository. Requires macOS 11 or newer.
|
||||
|
||||
# ACPI Tables
|
||||
|
||||
@@ -88,7 +90,7 @@ SSDT-AWAC|[Manual](https://dortania.github.io/Getting-Started-With-ACPI/Universa
|
||||
SSDT-RHUB|[Manual](https://dortania.github.io/Getting-Started-With-ACPI/Universal/rhub-methods/manual.html) \| [Prebuilt](https://github.com/luchina-gabriel/youtube-files/raw/main/SSDT-RHUB.aml) \| [Details](https://dortania.github.io/Getting-Started-With-ACPI/Universal/rhub.html)
|
||||
|
||||
### Dumping your DSDT in Windows Environment
|
||||
[Download iASL Compiler ACPI Tools](https://acpica.org/downloads/binary-tools)
|
||||
[Download iASL Compiler ACPI Tools](https://www.intel.com/content/www/us/en/download/774881/acpi-component-architecture-downloads-windows-binary-tools.html)
|
||||
<br><br>
|
||||
Open the CMD in the directory where the *ACPI Tools* was extracted. (*Command Prompt*) in **Administrator Mode**:
|
||||
```
|
||||
@@ -147,6 +149,7 @@ iMacPro1,1|Because GPU integrated in 12th gen without support for Apple.
|
||||
- Does NOT SUPPORT iGPU in 12th Gen.
|
||||
- You NEED dGPU (dedicated/discrete GPU (eg. RX 560, 570, 580, 590, RX 5700 XT, etc).
|
||||
- **`SetupVirtualMap`** - Please **`ENABLE`** if you stuck in Early boot.
|
||||
- **`EnableWriteUnprotector`** - Please **`ENABLE`** if you get a Kernel Panic while booting macOS Installer.
|
||||
|
||||
# Special notes [DeviceProperties > Add]
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user