I'm a first time hackintosher(?), and I've hit a bit of a block. I'm trying to install MacOS 10.13.6 with OpenCore 0.6.3, and I've gotten through to the disk utility to format my drive to MacOS Extended (Journaled) etc., but when I try to boot so I can properly install it, it hangs on "Can't get kextd port.".
Pics: https://imgur.com/a/AlhjJtg
System Specs:
I've heard that Asrock can be a bit finicky, but there's some people on this sub with Success ful Asrock builds that give me hope. I've checked my BIOS settings, and run my config.plist through the sanity checker to the point of insanity. I think I just need some fresh eyes and experience
Also my EFI tree: EFI/ ├── BOOT │ └── BOOTx64.efi └── OpenCore ├── ACPI │ ├── SSDT-AWAC.aml │ ├── SSDT-EC-USBX.aml │ ├── SSDT-PLUG.aml │ └── SSDT-PMC.aml ├── Bootstrap │ └── Bootstrap.efi ├── config.plist ├── Drivers │ ├── HfsPlus.efi │ └── OpenRuntime.efi ├── Kexts │ ├── AirportBrcmFixup.kext │ ├── AppleALC.kext │ ├── BrcmBluetoothInjector.kext │ ├── BrcmFirmwareData.kext │ ├── BrcmPatchRAM2.kext │ ├── IntelMausi.kext │ ├── Lilu.kext │ ├── SMCProcessor.kext │ ├── SMCSuperIO.kext │ ├── USBInjectAll.kext │ ├── VirtualSMC.kext │ ├── WhateverGreen.kext │ └── XHCI-unsupported.kext ├── OpenCore.efi └── Tools ├── libaistat.dylib ├── OpenShell.efi ├── rtcread ├── smc └── smcread

Post a Comment