Contribute
Register

MSI PRO Z690 A DDR4 + i7-12700K + AMD RX 580

@jihefge , my i225-V works fine without this trick, with 1000 and 2500 speed.

In DeviceProperties - Add:

<key>PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,28,0/0,0</string>
<key>device-id</key>
<data>8xWGgA==</data>
<key>device_type</key>
<string>Ethernet controller</string>
<key>model</key>
<string>Intel Ethernet controller i225-V</string>
</dict>
 
@sonny362, sorry, it doesn't work here. I must force the duplex and speed too with your parameters.
 
Hello there. I have a Problem. All things was fine on my Hackintosh.
MSI Z690 DDR5 WIFI
AMD 6600
32GB DDR5 Corsair
But now, always is stuck and close all my USB connections. The system is running, I know that because I watched a video. Just a hard restart fix it for a while.
 

Attachments

  • EFI.zip
    30.5 MB · Views: 35
On MSI after BIOS upgrade the CFG Lock setting enabled. You have to disable it.

Thats my guess too. I started making the adjustment in my config instead though.
 
I am making a comeback (trying) to Hackintosh. It's really hard to find guides and support for Intel 12th gen, this website is exception, so I have taken your OC 8.0 EFI, done following changes:

- Removed AirportBrcmFixup.kext, and Switched "Enabled" Boolean true -> false on config.plist.
- Enabled AirportItlwm.kext by switching boolean false->true on config.plist.
- Added SystemSerialNumber, MLB, SystemUUID.
- Added name of CPU and GPU.

Everything else is untouched. I am attaching the EFI (I have removed unique entries with #Omitted to share.)

I am getting following error:

OCS: No schema for SerialInit at 6 index, context <Debug>
OC: Deleting NVRAM 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102: - Invalid Parameter
OC: Driver HfsPlus.efi at 0 cannot be loaded. -Access Denied!
Halting on critical error
 

Attachments

  • EFI.zip
    24.2 MB · Views: 48
Last edited:
I am making a comeback (trying) to Hackintosh. I have taken your OC 8.0 EFI, done following changes:

- Removed AirportBrcmFixup.kext, and Switched "Enabled" Boolean true -> false on config.plist.
- Enabled AirportItlwm.kext by switching boolean false->true on config.plist.
- Added SystemSerialNumber, MLB, SystemUUID.
- Added name of CPU and GPU.

Everything else is untouched. I am attaching the EFI (I have removed unique entries with #Omitted to share.)

I am getting following error:
you have:
Code:
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
            <array>
                <string>rtc-blacklist</string>
                <string>opencore-version</string>
                <string>revcpuname</string>
                <string>revcpu</string>
                <string></string>
            </array>

should only be:
Code:
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
            <array>
                <string>rtc-blacklist</string>
                <string>opencore-version</string>
                <string>revcpuname</string>
                <string>revcpu</string>
            </array>

needs to be removed:
Code:
<key>SerialInit</key>
            <false/>
 
@Feartech Wow! Thank you for prompt response.

I have made the changes.
But I am still getting the following error

Rich (BB code):
OC: Driver HfsPlus.efi at 0 cannot be loaded. -Access Denied!
Halting on critical error

Also attaching updated EFI with spoof PlatformInfo.
 

Attachments

  • EFI copy.zip
    24.3 MB · Views: 34
I am getting following error:
OC: Driver HfsPlus.efi at 0 cannot be loaded. -Access Denied!
Halting on critical error

Set in BIOS Secure Boot "Disabled".
 
Last edited:


***OpenCore 0.8.0 EFI***

Note: If you are using the Wifi variant of this board and would like to use your Intel Wifi then you need to remove AirportBrcmFixup.kext and add the OpenIntelWireless drivers. OpenCore will not boot with CNVW (onboard Intel Wifi) enabled in BIOS unless you have the driver installed.


Lastly, you'll need to add your own Platform Info.
Both of the steps are done, I have successfully installed macOS 12.5 (with some novice mistakes, but thanks to @Feartech @sonny362), but, my internet is not working. Ethernet is detected and even show green dot, it's like system is connected to internet but there is no data transfer even of 0 bits, so everything has time out error.
On Hackintool, en0 is builtin (with grey tick).

Wi-‏Fii & Bluetooth toggle is not turning on.
 
Both of the steps are done, I have successfully installed macOS 12.5 (with some novice mistakes, but thanks to @Feartech @sonny362), but, my internet is not working. Ethernet is detected and even show green dot, it's like system is connected to internet but there is no data transfer even of 0 bits, so everything has time out error.
On Hackintool, en0 is builtin (with grey tick).

Wi-‏Fii & Bluetooth toggle is not turning on.
@Wuttodo,

That's because the settings are incomplete. Enabling the Intel I225-V 2.5Gbe LAN in Monterey is easy. Simply add e1000=0 to the NVRAM boot-arg and add the following details below to your device properties. LAN driver kext is no longer needed because it is now natively supported by macOS and it will work.

Screen Shot 2022-10-02 at 11.58.00 PM.png


As for the Intel BT & WiFi, that's also easy. Grab the three kexts IntelBluetoothFirmware, BluetoolFixup.kext and Airportitlwm.kext (Monterey stable) from the OpenIntelWireless and PatchRAM3 Github repos and enable those.
 
Back
Top