Administrators Hervé Posted July 29 Administrators Share Posted July 29 Ok, let's try with a more basic setup with a revised config: if you inject ACPI patched table SSDT-UIAC for USB ports, don't inject USBInjectAll at the same time; it's either/or, not both. given that you stated you have an Intel combo wireless/Bluetooth card, I don't see why you inject all those Broadcom kexts for Bluetooth and Wireless; disable them all in your config at minimum; ideally delete them all since they're of no use to you. disable SystemProfilerMemoryFixup kext; I'm not convince you need that to begin with. disable VerbStub + CodecCommander kexts. disable CtlnaAHCIPort kext update Lilu and its Plugins to latest versions (AppleALC, Whatevergreen) update VirtualSMC and its PlugIns to latest version Make sure to reset NVRAM at OC Picker when you reboot, then reboot again. Link to comment Share on other sites More sharing options...
sojab0on Posted July 29 Author Share Posted July 29 config.plist.ziphere by a changed one with intel kexts this one errors with allot of no sheme and failed to calculate size of dict field Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 29 Administrators Share Posted July 29 Sorry can't help you without substance. Check your BIOS settings. Ensure you apply suitable OpenCore settings according to the Dortania configuration. Maybe make a fresh USB installer. Switch to Clover. You know, that kind of things. Link to comment Share on other sites More sharing options...
sojab0on Posted July 30 Author Share Posted July 30 Will remake installer and will make a separate clover/opencore drive. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 30 Moderators Share Posted July 30 You should check to see if you have one of those incompatible hard disk. Though the crash screen doesn't show it, it work hurt to double check. Link to comment Share on other sites More sharing options...
sojab0on Posted July 30 Author Share Posted July 30 It's a 512GB SSSTC (i.e. Lite-On) CL1-8D512 NVME SSD (PCIe 3.0 x4) with SM2263XT controller. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 31 Moderators Share Posted July 31 try these patches or replace the drive <dict> <key>Comment</key> <string>IONVMeFamily: Ignore FLBAS bit:4 being set - for Plextor/LiteOn/Hynix</string> <key>Disabled</key> <false/> <key>Find</key> <data> SBr2wRAPhQ== </data> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>IONVMeFamily</string> <key>Replace</key> <data> SBr2wQAPhQ== </data> </dict> <dict> <key>Comment</key> <string>IONVMeFamily patch for SSD Liteon etc. (c)jief_machak</string> <key>Disabled</key> <false/> <key>Find</key> <data> D4NOAQAA </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.15.x</string> <key>Name</key> <string>com.apple.iokit.IONVMeFamily</string> <key>Replace</key> <data> kJCQkJCQ </data> </dict> or <dict> <key>Comment</key> <string>IONVMeFamily patch for SSD Liteon etc. (c)jief_machak</string> <key>Disabled</key> <false/> <key>MatchOS</key> <string>10.15.x</string> <key>Name</key> <string>com.apple.iokit.IONVMeFamily</string> <key>Find</key> <data>D4NOAQAA</data> <key>Replace</key> <data>kJCQkJCQ</data> </dict> Link to comment Share on other sites More sharing options...
sojab0on Posted July 31 Author Share Posted July 31 in a kext like the nvmefix or in ionvmefamily kext this is the first time i encouterd this and needed to do so much changing and swapping to get it to boot Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 31 Administrators Share Posted July 31 No, in your OC config; patches then apply to the targeted kexts. Link to comment Share on other sites More sharing options...
sojab0on Posted July 31 Author Share Posted July 31 i cant find any IONVMeFamily or teh com.apple.IONVMeFamily in the current config. Only have the NVMEFix when i serach the NVME in the config file do i just add then or do i need to get that ncmefamily kext Link to comment Share on other sites More sharing options...
Recommended Posts