Slice Posted October 20, 2022 Share Posted October 20, 2022 1 hour ago, Matgen84 said: @Slice I have install Python 3.10.8. How to clean up ? Please /opt/local/bin doesn't exist on my Catalina system. As you have no opt/ then you need no cleanup. 1 Link to comment Share on other sites More sharing options...
naiclub Posted October 20, 2022 Share Posted October 20, 2022 2 hours ago, Slice said: As you have no opt/ then you need no cleanup. What kind of data is cleared? Or install a new Mac OS or not? Link to comment Share on other sites More sharing options...
Slice Posted October 20, 2022 Share Posted October 20, 2022 4 hours ago, naiclub said: What kind of data is cleared? Or install a new Mac OS or not? I have several versions of Python. This is superfluously. 1 1 Link to comment Share on other sites More sharing options...
naiclub Posted October 20, 2022 Share Posted October 20, 2022 (edited) 51 minutes ago, Slice said: I have several versions of Python. This is superfluously. Spoiler Is this correct? Spoiler 🙏 Edited October 20, 2022 by naiclub Link to comment Share on other sites More sharing options...
Slice Posted October 20, 2022 Share Posted October 20, 2022 All correct. 1 1 Link to comment Share on other sites More sharing options...
PG7 Posted October 21, 2022 Share Posted October 21, 2022 (edited) On 10/19/2022 at 12:39 PM, Slice said: Probably you should test TscSyncTimeout patch how can I do that? my Config.plist CLover Spoiler config.plist Edited October 21, 2022 by PG7 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 21, 2022 Share Posted October 21, 2022 (edited) 55 minutes ago, PG7 said: how can I do that? my Config.plist CLover Reveal hidden contents config.plist 28.61 kB · 0 downloads Clover must be up to date. TscSyncTimeout is a new quirk with default value 0. For testing, the recommended starting value is 500000. (Dortinia guide) See below. Spoiler TscSyncTimeout Type: plist integer Failsafe: 0 Description: Attempts to perform TSC synchronisation with a specified timeout. The primary purpose of this quirk is to enable early bootstrap TSC synchronisation on some server and laptop models when running a debug XNU kernel. For the debug kernel the TSC needs to be kept in sync across the cores before any kext could kick in rendering all other solutions problematic. The timeout is specified in microseconds and depends on the amount of cores present on the platform, the recommended starting value is 500000. This is an experimental quirk, which should only be used for the aforementioned problem. In all other cases, the quirk may render the operating system unstable and is not recommended. The recommended solution in the other cases is to install a kernel extension such as VoodooTSCSync, TSCAdjustReset, or CpuTscSync (a more specialised variant of VoodooTSCSync for newer laptops). Note: This quirk cannot replace the kernel extension because it cannot operate in ACPI S3 (sleep wake) mode and because the UEFI firmware only provides very limited multicore support which prevents precise updates of the MSR registers. Edited October 21, 2022 by Matgen84 Link to comment Share on other sites More sharing options...
Slice Posted October 21, 2022 Share Posted October 21, 2022 The quirk is not a replacement for a kext. Moreover I see the quirk needed in cooperation with VoodooTSCsync.kext. 1 Link to comment Share on other sites More sharing options...
PG7 Posted October 24, 2022 Share Posted October 24, 2022 (edited) On 10/19/2022 at 12:39 PM, Slice said: I don't think the problem is in Lapic Kernel Patch. Probably you should test TscSyncTimeout patch. @Slice sorry not to have indicated that i used already the CpuTscSync.kext as the KernelLAPIC clover in the first verses of Ventura Beta worked normal but with the recent stopped working and only with you the boot with the args cpus=1which makes me think that it is even the LAPIC of this HP that is causing the Kernel Panic *Google Translate Edited October 24, 2022 by PG7 Link to comment Share on other sites More sharing options...
Slice Posted October 24, 2022 Share Posted October 24, 2022 AFAIK CpuTscSync is not working in Ventura, use VoodooTscSync instead. 2 Link to comment Share on other sites More sharing options...
PG7 Posted October 24, 2022 Share Posted October 24, 2022 24 minutes ago, Slice said: AFAIK CpuTscSync is not working in Ventura, use VoodooTscSync instead. tested and continues with the same kernel panic print boot args "cpus=1" kext charged Résultat de Terminal.txt 1 Link to comment Share on other sites More sharing options...
PG7 Posted October 24, 2022 Share Posted October 24, 2022 ioregMacBook Pro.ioreg Link to comment Share on other sites More sharing options...
Slice Posted October 24, 2022 Share Posted October 24, 2022 Look this version. It works in Monterey on my computer #3 (8 cores, 16 threads). Recent Clover supported the quirk TscSyncTimeout which is in my case = 750000. VoodooTSCSync.kext.zip 3 Link to comment Share on other sites More sharing options...
Slice Posted October 24, 2022 Share Posted October 24, 2022 So now I confirmed this Clover supported automatic upgrade from Monterey to Ventura. It's the time to release version 5150. 2 1 Link to comment Share on other sites More sharing options...
LAbyOne Posted October 24, 2022 Share Posted October 24, 2022 Update to 1.8 4 Link to comment Share on other sites More sharing options...
PG7 Posted October 25, 2022 Share Posted October 25, 2022 (edited) 18 hours ago, Slice said: Look this version. It works in Monterey on my computer #3 (8 cores, 16 threads). Recent Clover supported the quirk TscSyncTimeout which is in my case = 750000. VoodooTSCSync.kext.zip 8.16 kB · 4 downloads Hy @Slice here does not work in any way I tested already everything and I can not pass the kernel panic print but using args cpus=1 there enters normal in systyem but only with 1 cpu Edited October 25, 2022 by PG7 Link to comment Share on other sites More sharing options...
Slice Posted October 25, 2022 Share Posted October 25, 2022 43 minutes ago, PG7 said: Hy @Slice here does not work in any way I tested already everything and I can not pass the kernel panic print but using args cpus=1 there enters normal in systyem but only with 1 cpu Look to Info.plist of the kext. I wrote here 15 because I have 16 threads. You should write your number of threads - 1. Link to comment Share on other sites More sharing options...
PG7 Posted October 25, 2022 Share Posted October 25, 2022 4 hours ago, Slice said: Look to Info.plist of the kext. I wrote here 15 because I have 16 threads. You should write your number of threads - 1. @Slice have some sugestao to test, I leave here the full EFI of r5150 Thanks for everythingEFI Link to comment Share on other sites More sharing options...
Slice Posted October 26, 2022 Share Posted October 26, 2022 13 hours ago, PG7 said: @Slice have some sugestao to test, I leave here the full EFI of r5150 Thanks for everythingEFI You'd better show me preboot.log obtained from Clover GUI by pressing F2. May be this way I'll see the problem. 1 1 Link to comment Share on other sites More sharing options...
PG7 Posted October 26, 2022 Share Posted October 26, 2022 6 hours ago, Slice said: You'd better show me preboot.log obtained from Clover GUI by pressing F2. May be this way I'll see the problem. preboot.log Link to comment Share on other sites More sharing options...
Slice Posted October 26, 2022 Share Posted October 26, 2022 18 minutes ago, PG7 said: preboot.log 58.54 kB · 0 downloads Look here May be this is your case. I see you have MATS support. 1 Link to comment Share on other sites More sharing options...
Slice Posted October 26, 2022 Share Posted October 26, 2022 33 minutes ago, PG7 said: preboot.log 58.54 kB · 1 download I forgot to mention that you should edit VoodooTSCsync/Contents/Info.plist my value 15 to your value 3 because you have 0:193 0:000 Threads: 4 Here <key>IOPropertyMatch</key> <dict> <key>IOCPUNumber</key> <integer>3</integer> </dict> Link to comment Share on other sites More sharing options...
PG7 Posted October 26, 2022 Share Posted October 26, 2022 Il y a 36 minutes, Slice a dit : <key>IOPropertyMatch</key> <dict> <key>IOCPUNumber</key> <integer>3</integer> </dict> 51 minutes ago, Slice said: Regardez ici C’est peut-être votre cas. Je vois que vous avez le soutien de MATS. tested but it didn't work how can I try to repair lapic ? Link to comment Share on other sites More sharing options...
Slice Posted October 26, 2022 Share Posted October 26, 2022 There is also <key>ACPI</key> <dict> <key>PatchAPIC</key> <true/> if it helps. I also may propose you to set quirk ProvideCpuInfo with new Clover CLOVERX64.efi.zip Link to comment Share on other sites More sharing options...
jsl2000 Posted October 27, 2022 Share Posted October 27, 2022 On 10/25/2022 at 12:58 AM, Slice said: Look this version. It works in Monterey on my computer #3 (8 cores, 16 threads). Recent Clover supported the quirk TscSyncTimeout which is in my case = 750000. VoodooTSCSync.kext.zip 8.16 kB · 8 downloads Thanks for the new VoodooTSCSync.kext but it still not working for my Sandy Bridge Hackintosh (Acer Veriton M4610 MB) at Monterey or Ventura. Only add cpus=1 can boot Monterey or Ventura without KP. At Big Sur or lower macOS previous or your VoodooTSCSync.kext worked very well for 2C4T CPU with IOCPUNumber=3 Link to comment Share on other sites More sharing options...
Recommended Posts