NootedGreen.kext is on air! 85% complete..

stezza88

Member
AMD OS X Member
Oct 14, 2022
24
4
8
CPU:
AMD Ryzen 5 5600H
Developer from all over the world, are you ready? Still needs some patches to my fully working RPL-P laptop but... it's open to developer now.
No more IOPCIPrimaryMatch, we work on IOResource so just put your kexts in /Library/Extensions folder or use /System/Library/Extensions kext

IOResources solving now is done like this for TGL or IcL : first look at LE kexts and if any kexts is found than fallback to find in SLE kexts

https://github.com/sgiammori/NootedGreen

Boot args advised for testing (build togheter my forked lilu sources as release version not debug) (Hookcase in /Library/Extensions/ too) :

-v keepsyms=1 debug=0x100 IGLogLevel=8 -NGreenDebug -liludbg liludump=60 ngreen-dmc=skip -allow3d -disablegfxfirmware -ngreenAllowMetal (and as optional= "ngreenSched=N", 3 = GuC firmware, 4 = IGScheduler4, 5 = host preemptive (default: 5) )


they need permissions fix so before move to /L/E do in some random folder (maybe better use our Lilu plugin forked for IOResources eventually problems...

Workflow:
  • chmod -R 755 test/Apple*
  • chown -R root:wheel test/Apple*
  • move the files to /L/E
  • delete /Library/KernelCollections/AuxiliaryKernelExtensions.kc
  • redo chown -R root:wheel /Library/Extensions/Apple*
  • sudo kextcache -i /
(if System asks you permissions, just allow and restart before to test)

(maybe necessary this below also)

sudo kmutil load -p /Library/Extensions/AppleIntelTGLGraphics.kext 2>&1
sudo kextcache -i /

Here our forks also STILL in development... but we are very close to FULL implementation.
Thanks to @shl628, @jalavoui, developer of NootedBlue, Claude Sonnet, Claude Opus copilot interpretes..

(Here you can find kexts... and our ready to be used fork of Lilu (still in development too)

Just use double kexts each time (Framebuffer + Graphics)
 

Attachments

Last edited:
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.