Upgrade OC 0.8.7 (*.efi, *.kext, *.plist)
This commit is contained in:
@@ -4,8 +4,8 @@ Note|Description
|
||||
:----|:----
|
||||
Initial macOS Support|macOS 10.15, Catalina.
|
||||
|
||||
- Opencore version: 0.8.6
|
||||
- Release date: 07/11/2022
|
||||
- Opencore version: 0.8.7
|
||||
- Release date: 06/12/2022 (late a day)
|
||||
|
||||
# Basic Steps
|
||||
|
||||
@@ -152,7 +152,9 @@ iMacPro1,1|Because GPU integrated in 12th gen without support for Apple.
|
||||
- If your board didn't ship with the Intel I225 NIC, there's no reason to add this entry.
|
||||
- If you get a kernel panic on the `AppleIntelI210Ethernet` kext, your Ethernet's path is likely `PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)`.
|
||||
- Please **`ENABLE`** Patch for i225 on `Kernel > Patch`.
|
||||
- Please add `dk.e1000=0` in `boot-args`.
|
||||
- for macOS Monterey 12.2.1 and below, please add `dk.e1000=0` in `boot-args`.
|
||||
- for macOS Monterey 12.3 or newer, please add `e1000=0` in `boot-args`.
|
||||
- for macOS Ventura, please add `e1000=0` in `boot-args` and add Kext [AppleIntelI210Ethernet.kext](https://github.com/luchina-gabriel/youtube-files/raw/main/AppleIntelI210Ethernet.kext.zip)
|
||||
|
||||
### GPU-Specific `boot-args`
|
||||
Parameter|Description
|
||||
@@ -163,6 +165,7 @@ agdpmod=pikera|Used for disabling board ID checks on Navi GPUs(RX 5000 series &
|
||||
Parameter|Description
|
||||
:----|:----
|
||||
dk.e1000=0|Disables `com.apple.DriverKit-AppleEthernetE1000` (Apple's DEXT driver) from matching to the Intel I225-V Ethernet controller found on higher end Comet Lake boards, causing Apple's I225 kext driver to load instead.<br>This boot argument is optional on most boards as they are compatible with the DEXT driver. However, it is required on Gigabyte and several other boards, which can only use the kext driver, as the DEXT driver causes hangs.<br>You don't need this if your board didn't ship with the I225-V NIC.
|
||||
e1000=0|for macOS 12.3.1 or newer<br>Disables `com.apple.DriverKit-AppleEthernetE1000` (Apple's DEXT driver) from matching to the Intel I225-V Ethernet controller found on higher end Comet Lake boards, causing Apple's I225 kext driver to load instead.<br>This boot argument is optional on most boards as they are compatible with the DEXT driver. However, it is required on Gigabyte and several other boards, which can only use the kext driver, as the DEXT driver causes hangs.<br>You don't need this if your board didn't ship with the I225-V NIC.
|
||||
|
||||
# BIOS Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user