Feartech
Moderator
- Joined
- Aug 3, 2013
- Messages
- 20,354
- Motherboard
- Asus N752VX-OpenCore
- CPU
- i7-6700HQ / HM170
- Graphics
- HD 530 1920 x 1080
- Mac
-
- Mobile Phone
-
I fixed the file system permissions using:
Bash:sudo chmod -R 755 /Library/Extensions sudo chown -R root:wheel /Library/Extensions
Now, at least, I don't see filesystem permission issues.
I regenerated the debug. Can you please take a look?
FakeSMC.kext appears to be missing from /L/E
How and where to install kexts:

[GUIDE] Installing 3rd Party Kexts - El Capitan, Sierra, High Sierra, Mojave, Catalina
Installing 3rd Party Kexts in /Library/Extensions 1. What Versions of MacOS does this guide cover ? The methods detailed in this guide will work on the following versions of MacOS MacOS 10.11.X - El Capitan MacOS 10.12.X - Sierra MacOS 10.13.X - High Sierra MacOS 10.14.X - Mojave MacOS...

config.plist:
enable these:
Code:
<key>Fixes</key>
<dict>
<key>Comment-IRQ Fix</key>
<string>The following fixes may be needed for onboard audio/USB/etc</string>
<key>FixHPET</key>
<false/>
<key>FixIPIC</key>
<false/>
<key>FixRTC</key>
<false/>
<key>FixTMR</key>
<false/>
</dict>