Open BugByte14 opened 1 year ago
Hello! I have an Asus B550-f (AMD) motherboard which has an i225-v ethernet controller. However, when I enable the kext I can't boot into the os.
I get the following message that hangs for a couple seconds and then repeats:
ALUC:clientDied(PID: ###), lifsd_entitled 1 koio_entitled 0 ALUC:init(PID: ###), lifsd_entitlement 1 koio_entitlement 0 methodSetClientDomain entered registerNotificationPort entered
My Kexts:
- AppleALC
- AppleIGC (The one that causes the os not to boot)
- AppleMCEReporterDisabler
- Lilu
- NVMEFix
- VirtualSMC
- WhateverGreen
Additionally, I've verified that
DisableIOMapper
is enabled, but it didn't make a difference. Any advice?
i have similar issue on Gigabyte Z490 AORUS PRO AX. Startup, shutdown and restart takes a long time with subject kext.
On tomato forum writes that i225-v controller have native support in Ventura by com.apple.DriverKit-AppleEthernetE1000(https://www.tonymacx86.com/threads/help-ventura-freezing-at-login.322811/page-4#post-2345073)
@rx-837: Have a look at this: https://github.com/5T33Z0/OC-Little-Translated/blob/main/01_Adding_missing_Devices_and_enabling_Features/Intel_I225-V_Fix_(SSDT-I225V)/README.md#method-1-add-appleigckext
I have seen it.
For my board with latest biosVendor ID
, Subsystem Vendor ID
and SubSystem ID
is correct.
My OC version is 0.8.3, i see no reason to update it. VT-d is enabled, DisableIoMapper enabled(https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html#quirks-3).
I have revert the actions from Dortanya's documentation with network controller and Mac OS identified it as Intel(R) I225 V
with com.apple.DriverKit-AppleEthernetE1000
driver.
Why I should use AppleIGC kext when device is defined correctly?
My OC version is 0.8.3, i see no reason to update it.
There were some significant updates to OpenCore since 0.8.3 in regards to Ventura. So you are using a version of OpenCore which is more than a year old with a kext which is couple of months old.
Hello! I have an Asus B550-f (AMD) motherboard which has an i225-v ethernet controller. However, when I enable the kext I can't boot into the os.
I get the following message that hangs for a couple seconds and then repeats:
My Kexts:
Additionally, I've verified that
DisableIOMapper
is enabled, but it didn't make a difference. Any advice?