jaymonkey
Moderator
- Joined
- Aug 27, 2011
- Messages
- 4,015
- Motherboard
- Gigabyte Z490 Vision D
- CPU
- i9-10850K OC @ 5.2 GHz
- Graphics
- RX6800-XT+UHD630
- Mac
-
- Mobile Phone
-
1. You're stating that if Clover detects FakeSMC in /L/E it will not load anything from /Other. Prerequisite is the "Detect" flag. Does this definitely apply to VirtualSMC as well?
Yes as long as Lilu + VirtualSMC is installed in /L/E and "Inject Kexts" is set to "Detect" then Clover will not inject Kexts, I use this myself on all my Hacks.
2. I copy the kexts with the finder to /L/E and then run the Hackingtool to repair the permissions and rebuild the cache is that sufficient? Or do I have to "Install" them with the Hackingtool. Does Hackingtool maybe set any other parameters in the system?
Do not use Finder to copt the kexts, use Hackintool's Install kexts feature, or use the Terminal method as detailed in the guide.
3. How can I verify which kexts were loaded from L/E and which ones from /Other?
Examine the output of the kextcache command (the last block of red text in hackingtool), or simply execute the command at anytime in terminal :-
Code:
sudo kextcache -i /
Each line will show the path from which the kext was loaded by the kernel.
Cheers
Jay