Jump to content

Dell Latitude 7370 mojave boot errors


sojab0on

Recommended Posts

  • Administrators

Ok, let's try with a more basic setup with a revised config:

  1. 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.
  2. 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.
  3. disable SystemProfilerMemoryFixup kext; I'm not convince you need that to begin with.
  4. disable VerbStub + CodecCommander kexts.
  5. disable CtlnaAHCIPort kext
  6. update Lilu and its Plugins to latest versions (AppleALC, Whatevergreen)
  7. 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

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

  • Administrators

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

  • Moderators

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

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


×
×
  • Create New...