STLVNUB Posted August 2, 2022 Share Posted August 2, 2022 (edited) Ok Whats the TRICK on getting Clover past the stuck at ++++++++++++++++ Trying To Run Snow Leopard using 10.6.7 as the source Edited August 2, 2022 by STLVNUB Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2790598 Share on other sites More sharing options...
Slice Posted August 3, 2022 Share Posted August 3, 2022 6 hours ago, STLVNUB said: Ok Whats the TRICK on getting Clover past the stuck at ++++++++++++++++ Trying To Run Snow Leopard using 10.6.7 as the source FakeCPUID may be? The system will work with Penryn ID. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2790615 Share on other sites More sharing options...
STLVNUB Posted August 3, 2022 Share Posted August 3, 2022 I'm able to install SL from my Big Sur By running the OSInstall.mpkg I got rid of all the stupid printer and language pkgs Nearly there 8 minutes ago, Slice said: FakeCPUID may be? The system will work with Penryn ID. And what would that be? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2790617 Share on other sites More sharing options...
Slice Posted August 3, 2022 Share Posted August 3, 2022 4 hours ago, STLVNUB said: I'm able to install SL from my Big Sur By running the OSInstall.mpkg I got rid of all the stupid printer and language pkgs Nearly there And what would that be? This is exactly Penryn. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2790631 Share on other sites More sharing options...
STLVNUB Posted August 3, 2022 Share Posted August 3, 2022 (edited) Now Stuck at here, using My MacBook Pro 9,2 with MacBook Pro8,3 SMBios and 10676 fake cpuid Edited August 3, 2022 by STLVNUB Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2790664 Share on other sites More sharing options...
STLVNUB Posted August 3, 2022 Share Posted August 3, 2022 (edited) Kernel Panic with applecpupm and 10676 fake cpuid Edited August 3, 2022 by STLVNUB 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2790672 Share on other sites More sharing options...
Slice Posted August 4, 2022 Share Posted August 4, 2022 I think you should disable AppleIntelCPUPM because the processor is not really Penryn. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2790724 Share on other sites More sharing options...
iCanaro Posted August 9, 2022 Share Posted August 9, 2022 @Slice regarding this commit https://github.com/CloverHackyColor/CloverBootloader/commit/7c21ded8c11bd05d902037088a8e3a37d719b283 I don't see this iMacPro1,1 is it a deliberate choice or an oversight? With this Clover, using smbios iMac19,2 to get the update reported, I upgraded to ventura beta 5 hack Z370 and ryzentosh 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791127 Share on other sites More sharing options...
Slice Posted August 10, 2022 Share Posted August 10, 2022 6 hours ago, iCanaro said: @Slice regarding this commit https://github.com/CloverHackyColor/CloverBootloader/commit/7c21ded8c11bd05d902037088a8e3a37d719b283 I don't see this iMacPro1,1 is it a deliberate choice or an oversight? With this Clover, using smbios iMac19,2 to get the update reported, I upgraded to ventura beta 5 hack Z370 and ryzentosh My idea was the Hackintosh has no T2 chip even if we set a model assuming has it. So for iMacPro1,1 which native has the chip I want to report to system that the chip is absent. But this is just an idea and I still don't know how it works. I have a very few time to experiment. Have you any thoughts how to do better? 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791135 Share on other sites More sharing options...
ameenjuz Posted August 17, 2022 Share Posted August 17, 2022 (edited) @Slice greetings i m using both of bootloader clover&opencore Monterey 12 just working fine on opencore also working fine on clover except one rename patch ADBG to GBDA when i patch using rename method clover renamed all adbg method to GBDA on under system dsdt But i don't wont all adbg method to GBDA i want to patch count 1 method adbg to GBDA Like following screentshot on opencore i targeted count 1 patch this is my main point How to add this on clover count 1 string Without this patch my laptop do not wake after sleep if i got wake then i faced dim screen It is possible to add count based patch to clover Please provide me solution I think it is possible through TgtBridge method but i don't fimilair about tgt bridge Edited August 17, 2022 by ameenjuz Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791540 Share on other sites More sharing options...
Slice Posted August 17, 2022 Share Posted August 17, 2022 May be you should use RenameDevices? <key>RenameDevices</key> <array> <dict> <key>_SB.PCI0.LPCB.EC0_._PS0.ADBG</key> <string>GBDA</string> </dict> Check the path to the method. The feature is working as for devices so for methods. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791548 Share on other sites More sharing options...
Slice Posted August 17, 2022 Share Posted August 17, 2022 Quote It is possible to add count based patch to clover Yes, possible. I will think about. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791549 Share on other sites More sharing options...
ameenjuz Posted August 17, 2022 Share Posted August 17, 2022 2 hours ago, Slice said: May be you should use RenameDevices? <key>RenameDevices</key> <array> <dict> <key>_SB.PCI0.LPCB.EC0_._PS0.ADBG</key> <string>GBDA</string> </dict> Check the path to the method. The feature is working as for devices so for methods. Thanks for reply Unfortunatly above path do not work When i set only ADBG path then clover renamed all ADBG to GBDA How to find path look at my above posted dsdt there is not specified path I want to rename First ADBG Method there is no like this path _SB.PCI0.LPCB.EC0_._PS0.ADBG please reply me Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791561 Share on other sites More sharing options...
Slice Posted August 17, 2022 Share Posted August 17, 2022 2 hours ago, ameenjuz said: Thanks for reply Unfortunatly above path do not work When i set only ADBG path then clover renamed all ADBG to GBDA How to find path look at my above posted dsdt there is not specified path I want to rename First ADBG Method there is no like this path _SB.PCI0.LPCB.EC0_._PS0.ADBG please reply me Upload your full DSDT. I will look where is the method. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791568 Share on other sites More sharing options...
ameenjuz Posted August 17, 2022 Share Posted August 17, 2022 32 minutes ago, Slice said: Upload your full DSDT. I will look where is the method. Uploaded full unpatched dsdt remember find first one ADBG method Open dsdt and you can see first one ADBG No needed scrolling down for finding DSDT.aml 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791569 Share on other sites More sharing options...
Slice Posted August 17, 2022 Share Posted August 17, 2022 Yes, the Method(ADBG) is only one and it has not target bridge, no path. But you have to find a place where to rename the call to it. The name ADBG presents in the DSDT 369 times. How are you going to calculate the value for Skip key? Something like 278? You are on the wrong way lead by wrong guide. If you rename the method then other 368 calls will fail. Open the DSDT and manually rename/delete the method in the _PS0. Then place the patched DSDT into EFI/CLOVER/ACPI/Patched/ Set FixRegions. RenameDevices is not applicable in this problem. TgtBridge may be _SB.PCI0.LPCB.EC0_._PS0 but ... I see your DSDT and found There is no call to ADBG() !!! What are you trying to do? For a what? What is the guide to do this? Anyway I made the new feature in Clover to apply Count in DSDT patches. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791570 Share on other sites More sharing options...
Slice Posted August 17, 2022 Share Posted August 17, 2022 Use this Clover and add a key Count = 1 in your plist CLOVERX64.efi-5148-28-g616dbbe14.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791572 Share on other sites More sharing options...
FirstCustomac Posted August 17, 2022 Share Posted August 17, 2022 3 hours ago, ameenjuz said: Uploaded full unpatched dsdt remember find first one ADBG method Open dsdt and you can see first one ADBG No needed scrolling down for finding DSDT.aml 212.49 kB · 3 downloads Would this also work? Below value matched only once in your DSDT. Find: 0541444247 Replace: 0547414441 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791578 Share on other sites More sharing options...
Slice Posted August 17, 2022 Share Posted August 17, 2022 1 hour ago, FirstTimeCustomac said: Would this also work? Below value matched only once in your DSDT. Find: 0541444247 Replace: 0547414441 Once? 369 times! Ah, understand, you added 05. But what is the sense of the action? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791584 Share on other sites More sharing options...
FirstCustomac Posted August 17, 2022 Share Posted August 17, 2022 (edited) 16 minutes ago, Slice said: Once? 369 times! Ah.. so what if I add a value in front of 41444247? In my example, adding 05 to 41444247, would it make the patch specific to that location? Edited August 17, 2022 by FirstTimeCustomac Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791586 Share on other sites More sharing options...
ameenjuz Posted August 17, 2022 Share Posted August 17, 2022 (edited) 5 hours ago, Slice said: Use this Clover and add a key Count = 1 in your plist CLOVERX64.efi-5148-28-g616dbbe14.zip 741.41 kB · 2 downloads Thanks both of guyz you are considering my issue 1: CLOVERX64.efi is not targeted specified location it is renamed all 369 ADBG to GBDA it is not work 2: it is OpenCore targeted exact location working already @FirstTimeCustomac thanks you are found right location it worked for me now sleep after wake and lid close lid open worked fine like opencore to adding this value Find: 0541444247 Replace: 0547414441 Please explain clearly how to find 05 value and from where is find I think that you found this value using haxfiend or through binary Thanks Slice and FirsTimeCustoma it worked perfectly Please share your expereince how to find this exact location It is proved following screenshot attached Now my primary bootloader is clover because i m running dual boot macOS & windows11 Clover is boot windows originaly without applying ACPI patch i like it But OpenCore has not like a option it is boot with applying acpi patch I think that we should keep or boot windows originaly without applying patch Edited August 17, 2022 by ameenjuz Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791589 Share on other sites More sharing options...
ameenjuz Posted August 18, 2022 Share Posted August 18, 2022 @Slice I want to get debug log of nvmefix.kext where i use nvme ssd it inject apst or it is enabled or not I puted debug version of nvmefix.kex and lilu into folder other Boot arge -nvmefdbg and -liludbgall but i did'nt get debug log m i something miss? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791599 Share on other sites More sharing options...
Slice Posted August 18, 2022 Share Posted August 18, 2022 22 minutes ago, ameenjuz said: @Slice I want to get debug log of nvmefix.kext where i use nvme ssd it inject apst or it is enabled or not I puted debug version of nvmefix.kex and lilu into folder other Boot arge -nvmefdbg and -liludbgall but i did'nt get debug log m i something miss? Sorry I know nothing about Lilu debug. Never used it. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791601 Share on other sites More sharing options...
ameenjuz Posted August 18, 2022 Share Posted August 18, 2022 50 minutes ago, Slice said: Sorry I know nothing about Lilu debug. Never used it. How to get nvmefix.kext's log Is there proper way for geting each kext debug log Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791605 Share on other sites More sharing options...
Slice Posted August 18, 2022 Share Posted August 18, 2022 38 minutes ago, ameenjuz said: How to get nvmefix.kext's log Is there proper way for geting each kext debug log It is the kext own ability to make debug log. I can tell about VoodooHDA.kext (verbose=1,2,3...) May be you should look into system.log and filter to messages from the kext? System.log can be obtained, for example, by DarwinDumper. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1148/#findComment-2791608 Share on other sites More sharing options...
Recommended Posts