jalavoui Posted 15 hours ago Share Posted 15 hours ago (edited) nice kp. check nblue::init it uses a specific card id. also patched on icl frame u might wanna change this values if trying to load icl graph kext for icl graph i use to test with this card id icl graph code as SYSLOG_COND. i bet the patched bytes won't match your os x version. change to panic_cond and test latest nblu bin src is updated- check it btw this functions is not working correctily. Gen11::getGPUInfo(void *that) check tgl graph patch for num slices,etc. and use same logic for icl graph kext you card values sould show up in linux logs Edited 14 hours ago by jalavoui Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 14 hours ago Author Share Posted 14 hours ago (edited) NootedBlue nblue: @ stolen_size 0x8000000 NootedBlue nblue: @ kextG11HW Failed to apply patches! NootedBlue NBlue: @ Failed to apply AGDP board-id patch Edited 14 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 13 hours ago Author Share Posted 13 hours ago (edited) I applied my icl sku bypass patch ant it worked!! Now I got new kp (GraphicsSchedulerSelect = 4) GUC Binary Load Failure Kernel-2024-11-04-234536.panic Edited 13 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 13 hours ago Author Share Posted 13 hours ago (edited) - with GraphicsSchedulerSelect = 5 no kp but stucks here - with GraphicsSchedulerSelect = 2 got kp unsupported scheduler select - with GraphicsSchedulerSelect = 0 it booted! but same problems.. but I got a faster pc! Always with no QE/CI No metal Edited 13 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 13 hours ago Share Posted 13 hours ago (edited) very interesting. what about scheduler 0 (apple) Failed to apply AGDP board-id patch gonna check this. no idea why it fails. it's a very old wg path also used on nred btw your nblue source is old. download from other thread (page 24). the one you have says "it's bad" they're together i wonder what icl graph is doing cause the ig-platform should be unsupported 0x9a49 is ment for tgl graph kext i got what you did. you load the graph kext without the framebufer. its is possible but only to get some logs. u will need to have the framebuffer loaded. or it might just do work for something Edited 12 hours ago by jalavoui 1 Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 13 hours ago Author Share Posted 13 hours ago (edited) Same result with newer version.. btw I've got always IONDRVSupport.kext.zipas loaded framebuffer and always NootedBlue nblue: @ stolen_size 0x8000000 NootedBlue nblue: @ kextG11HW Failed to apply patches! NootedBlue NBlue: @ Failed to apply AGDP board-id patch btw it boots............... Edited 12 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 12 hours ago Share Posted 12 hours ago (edited) that code is disabled in nblue latest this is to load signed tgl - only possible from /S/L/E but you can test on /L/E just install tgl graph from /sle_Internal/le and change the path in nblue to test in /S/L/E only by breaking os x seal. if u never did it you will probably break os x (read other thread) Edited 12 hours ago by jalavoui Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 12 hours ago Author Share Posted 12 hours ago (edited) Got these kps when I copy files into L E with nb in boot ... I'm gonna reusing weg to do it... with weg no problems... nblue : genx Failed to resolve symbols nblue : genx Failed to route symbols Kernel-2024-11-05-012957.panic Kernel-2024-11-05-013711.panic Edited 11 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 11 hours ago Share Posted 11 hours ago (edited) you can't copy kexts from /sle_Internal/sle to /L/E cause they are signed. copying bundles might be ok in /L/E use kexts from /sle_Internal/le that's why u got a kp but yeah wg is also ok for test new patches make sure you have kextacache of /L/E working Edited 11 hours ago by jalavoui 1 Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 11 hours ago Author Share Posted 11 hours ago (edited) It boots always on gen7icl and It's empty the IOPrimaryMatch inside NootedBlue nblue: @ kextG11HW Failed to apply patches! NootedBlue nblue: @ Loaded AppleIntelICLGraphics! but I've choosen TGL... can't understand why Tryed to clean nvram too and nothing changes.. Edited 11 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 10 hours ago Share Posted 10 hours ago (edited) that's strange if icl id is empty (try use fake id just in case put 0x12348086 instead of empty to disable) i think nblue will hang on icl framebuffer b4 loading icl graph kext but... nblue patches failed as the log says. disable what you dont need. check here (enable panic_Cond maybe) if 1 patch fails you get that msg no matter if others are correct. maybe replace f2 with your patch and disable others? LookupPatchPlus const patchesc[] = { are for mac os catalina - ignore them Edited 10 hours ago by jalavoui Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 10 hours ago Author Share Posted 10 hours ago (edited) 19 minutes ago, jalavoui said: that's strange if icl id is empty (try use fake id just in case put 0x12348086 instead of empty to disable) i think nblue will hang on icl framebuffer b4 loading icl graph kext but... nblue patches failed as the log says. disable what you dont need. check here (enable panic_Cond maybe) if 1 patch fails you get that msg no matter if others are correct. maybe replace f2 with your patch and disable others? LookupPatchPlus const patchesc[] = { are for mac os catalina - ignore them I put 0x12348086 on Gen7icl and my id in gen7tgl and It comes loaded Always gen7icl ... It's indestructible Edited 10 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 10 hours ago Share Posted 10 hours ago (edited) can you upload the nblue src that you are using. maybe u modify something wrong. or you can try to delete Gen7ICL from the info.plist if that helps oh w8 did you modify the kexts info.plist inside /L/E - check that first Edited 10 hours ago by jalavoui Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 10 hours ago Author Share Posted 10 hours ago (edited) kern_gen11.cpp kern_nblue.cp Nblue in use NootedBlue.kext.zip L/E plist of AppleIntelTGLGraphics Info.plist Edited 10 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 10 hours ago Share Posted 10 hours ago (edited) hmmm. does kextload -v 6 gives errors for tgl graph loading? nvm i found the bug change this to nblue default if you need to use icl id just remove // and comment 0x9a49 icl id is 0x8a5c tgl id is 0x9a49 but carefull cause this changes device-id and also ig-platformid this is funny u tell os x that your card id is 0x8a5c and ig-platform is 0x9a4a i think os x went crazy Edited 10 hours ago by jalavoui Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 10 hours ago Author Share Posted 10 hours ago (edited) 5 minutes ago, jalavoui said: hmmm. does kextload -v 6 gives errors for tgl graph loading? No but i delete and reload as a try now.. Got a kp when delete It... Edited 10 hours ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 10 hours ago Share Posted 10 hours ago (edited) kp are your friend dont complain if you get a kp log. fix the wrong ids in nblue. let me explain better use this if testing icl kexts use this if testing tgl kexts or idk you can comment all the code (+2 lines for properties inject) and do this with opencore properties the icl indestructible was funny ! Edited 9 hours ago by jalavoui 1 Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 10 hours ago Author Share Posted 10 hours ago (edited) 9 hours ago, jalavoui said: hmmm. does kextload -v 6 gives errors for tgl graph loading? nvm i found the bug change this to nblue default if you need to use icl id just remove // and comment 0x9a49 icl id is 0x8a5c tgl id is 0x9a49 but carefull cause this changes device-id and also ig-platformid this is funny u tell os x that your card id is 0x8a5c and ig-platform is 0x9a4a i think os x went crazy Nothing fuc*** changes! Always load Gen7icl.. Edited 21 minutes ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted 9 hours ago Share Posted 9 hours ago oh yes i forgot if you use tgl from sle_Internal/lep that is production version. then u need to use the patches with "p" in nblue and disable the others. but you problem with icl graph is strange. only possible with wrong device-id or ig-platform Link to comment Share on other sites More sharing options...
ASUS Vivobook Posted 1 hour ago Author Share Posted 1 hour ago (edited) SYSLOG("SYSLOG", "index %lu", index); SYSLOG("SYSLOG", "kextG11FB.loadIndex : %lu", kextG11FB.loadIndex); SYSLOG("SYSLOG", "kextG11HW.loadIndex : %lu", kextG11HW.loadIndex); SYSLOG("SYSLOG", "kextG11HWT.loadIndex %lu", kextG11HWT.loadIndex); SYSLOG("SYSLOG", "kextG11FBT.loadIndex : %lu", kextG11FBT.loadIndex); Wanna check this piece of code.. [EDIT] It is never be called... maybe I found a bug.. Edited 2 minutes ago by ASUS Vivobook Link to comment Share on other sites More sharing options...
Recommended Posts