Matgen84 Posted October 31, 2022 Share Posted October 31, 2022 (edited) 2 hours ago, Slice said: Preboot.log shows what entries Clover found, what operating systems and what bootloaders, what disks for legacy boot and who is hidden and why. I find a preboot.log (probably second boot during Ventura Installation). I don't understand why 'GetDefaultModel' is Imac18,3 before using SMBIOS data in config.plist. (My Z390 : i7 9700k) Sorry for my bad English. 2022-10-29_12-17_CLOVERX64-r5150_9300267.efi.log Edited October 31, 2022 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796295 Share on other sites More sharing options...
naiclub Posted October 31, 2022 Share Posted October 31, 2022 46 minutes ago, Matgen84 said: I find a preboot.log (probably second boot during Ventura Installation). I don't understand why 'GetDefaultModel' is Imac18,3 before using SMBIOS data in config.plist. (My Z390 : i7 9700k) Sorry for my bad English. 2022-10-29_12-17_CLOVERX64-r5150_9300267.efi.log 54.47 kB · 0 downloads Spoiler 0:108 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER-5149\OEM\Z87X-UD3H-CF\UEFI'. Dir doesn't exist. 0:108 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER-5149\OEM\Z87X-UD3H'. Dir doesn't exist. 0:108 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER-5149\OEM\Z87X-UD3H-3800'. Dir doesn't exist. 0:108 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER-5149\OEM\Z87X-UD3H-CF'. Dir doesn't exist. 0:108 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER-5149\OEM\Z87X-UD3H-CF-3800'. Dir doesn't exist. 0:108 0:000 === [ GetUserSettings ] ========================= 0:108 0:000 GetDefaultModel()=iMac14,2 0:109 0:000 Using config.plist at path: \EFI\CLOVER-5149 0:109 0:000 Cannot find smbios.plist at path '\EFI\CLOVER-5149' : Not Found 0:109 0:000 '\EFI\CLOVER-5149\smbios.plist' not loaded. Efi error Not Found 0:109 0:000 Using latest BiosVersion from config instead of default 'IM191.88Z.F000.B00.2106222356' 0:109 0:000 Using latest BiosReleaseDate from config instead of default '06/22/2021' 0:109 0:000 Using latest EfiVersion from config instead of default '1554.140.20.0.0' 0:109 0:000 BiosVersion: IM191.88Z.F000.B00.2203311557 0:109 0:000 BiosReleaseDate: 03/31/2022 0:109 0:000 EfiVersion: 1731.120.8.0.0 Yes, similar symptoms to mine Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796304 Share on other sites More sharing options...
Slice Posted October 31, 2022 Share Posted October 31, 2022 1 hour ago, Matgen84 said: I find a preboot.log (probably second boot during Ventura Installation). I don't understand why 'GetDefaultModel' is Imac18,3 before using SMBIOS data in config.plist. (My Z390 : i7 9700k) Sorry for my bad English. 2022-10-29_12-17_CLOVERX64-r5150_9300267.efi.log 54.47 kB · 1 download This is default value if you don't specify own value. You do 17:629 0:014 void PatchTableType1(const SmbiosInjectedSettings &) : UpdateSmbiosString ProductName=iMac19,1 But next you make a little mistake void PatchTableType2(const SmbiosInjectedSettings &) : UpdateSmbiosString Version=BoardVersion=Imac19,1 not Imac but iMac! 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796307 Share on other sites More sharing options...
Matgen84 Posted October 31, 2022 Share Posted October 31, 2022 36 minutes ago, Slice said: This is default value if you don't specify own value. You do 17:629 0:014 void PatchTableType1(const SmbiosInjectedSettings &) : UpdateSmbiosString ProductName=iMac19,1 But next you make a little mistake void PatchTableType2(const SmbiosInjectedSettings &) : UpdateSmbiosString Version=BoardVersion=Imac19,1 not Imac but iMac! Right. The correct syntax is iMac19,1 not Imac19,1. So I correct my config.plist. Thanks. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796312 Share on other sites More sharing options...
PG7 Posted November 2, 2022 Share Posted November 2, 2022 (edited) On 10/24/2022 at 5:48 PM, PG7 said: @Slice ****. Sloved ( Delete ARGS "debug=0x100" ) 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 @Slice ola thanks for all that tried to help, resolution of the error that was presented is simply the ARGS "debug=0x100" that was doing all this problem HICBY for the error is delete args "debug=0x100" Spoiler thanks team thanks Slice Edited November 2, 2022 by PG7 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796464 Share on other sites More sharing options...
Slice Posted November 2, 2022 Share Posted November 2, 2022 6 hours ago, PG7 said: @Slice ola thanks for all that tried to help, resolution of the error that was presented is simply the ARGS "debug=0x100" that was doing all this problem HICBY for the error is delete args "debug=0x100" Reveal hidden contents thanks team thanks Slice It is not resolution but workaround. See ffffff80004785d7 833D3A31AA0000 cmp dword [ds:_debug_boot_arg], 0x0 ffffff80004785de 740D je 0xffffff80004785ed <- this is a way to avoid panic, if "debug=0" ; Basic Block Input Regs: <nothing> - Killed Regs: <nothing> ffffff80004785e0 833DEDF29E0000 cmp dword [ds:0xffffff8000e678d4], 0x0 ffffff80004785e7 0F84FD000000 je 0xffffff80004786ea <- this is jump to panic that non fixed ; Basic Block Input Regs: <nothing> - Killed Regs: rax ffffff80004785ed 658B042520000000 mov eax, dword [gs:0x20] ; XREF=0xffffff80004785de ffffff80004785f5 3B05D555A600 cmp eax, dword [ds:_master_cpu] ffffff80004785fb 0F85E9000000 jne 0xffffff80004786ea <- this is jump to panic that patched by LapicPatch (OC or Clover) I don't know what is the first condition for panic. It may be the number of interrupts and may be this can be resolved by DSDT patches. It is check for "lapic_dont_panic". Anyway your workaround is good enough. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796482 Share on other sites More sharing options...
Slice Posted November 2, 2022 Share Posted November 2, 2022 There is also boot-args "lapic_dont_panic=1" 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796483 Share on other sites More sharing options...
oldman20 Posted November 4, 2022 Share Posted November 4, 2022 (edited) which value I need when want to disable SIP? https://github.com/5T33Z0/Clover-Crate/tree/main/RtVariables#readme in this I choose 0xFEF for CsrActiveConfig is correct? Edited November 4, 2022 by oldman20 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796588 Share on other sites More sharing options...
LAbyOne Posted November 4, 2022 Share Posted November 4, 2022 (edited) 2 hours ago, oldman20 said: which value I need when want to disable SIP? https://github.com/5T33Z0/Clover-Crate/tree/main/RtVariables#readme in this I choose 0xFEF for CsrActiveConfig is correct? SIP values are : depending on your needs you get to choose among them the sum will give you the final value to enable/disable SIP on your machine. So either you know exactly what you want to disable and ask / calculate the right value you might need or explain what you want to achieve The value you posted there will disable : CSR_ALLOW_UNTRUSTED_KEXTS CSR_ALLOW_UNRESTRICTED_FS CSR_ALLOW_TASK_FOR_PID CSR_ALLOW_KERNEL_DEBUGGER CSR_ALLOW_UNRESTRICTED_DTRACE CSR_ALLOW_UNRESTRICTED_NVRAM) CSR_ALLOW_DEVICE_CONFIGURATION CSR_ALLOW_ANY_RECOVERY_OS CSR_ALLOW_UNAPPROVED_KEXTS CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE CSR_ALLOW_UNAUTHENTICATED_ROOT // <---- Mostly used to disable this one Edited November 4, 2022 by LAbyOne 4 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796602 Share on other sites More sharing options...
oldman20 Posted November 4, 2022 Share Posted November 4, 2022 3 hours ago, LAbyOne said: SIP values are : depending on your needs you get to choose among them the sum will give you the final value to enable/disable SIP on your machine. So either you know exactly what you want to disable and ask / calculate the right value you might need or explain what you want to achieve The value you posted there will disable : CSR_ALLOW_UNTRUSTED_KEXTS CSR_ALLOW_UNRESTRICTED_FS CSR_ALLOW_TASK_FOR_PID CSR_ALLOW_KERNEL_DEBUGGER CSR_ALLOW_UNRESTRICTED_DTRACE CSR_ALLOW_UNRESTRICTED_NVRAM) CSR_ALLOW_DEVICE_CONFIGURATION CSR_ALLOW_ANY_RECOVERY_OS CSR_ALLOW_UNAPPROVED_KEXTS CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE CSR_ALLOW_UNAUTHENTICATED_ROOT // <---- Mostly used to disable this one Mostly is what value? bTW, I want to disable SIP to run OCLP patch! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796619 Share on other sites More sharing options...
PG7 Posted November 4, 2022 Share Posted November 4, 2022 10 minutes ago, oldman20 said: Mostly is what value? bTW, I want to disable SIP to run OCLP patch! OC = EF0F0000 Clover = 0xFEF 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2796622 Share on other sites More sharing options...
LAbyOne Posted November 14, 2022 Share Posted November 14, 2022 Little heads-up Clove Suite Builder updater v1.8d 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797235 Share on other sites More sharing options...
MifJpnAlphaPlus Posted November 20, 2022 Share Posted November 20, 2022 Thanks to the developers for their usual contributions. I will report as usual. Now, I will report on ee4d7a6. Model:iMac20,2 (i9-10900F, ASUS-TUF GAMING H570, RX-6800 XT) Monterey was able to boot. Ventura was able to boot. Thank you. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797538 Share on other sites More sharing options...
Matgen84 Posted November 24, 2022 Share Posted November 24, 2022 Hi all guys Sorry fo Off-Topic: randomly, HDMI audio or/and Wifi don't load at startup (Catalina Ivybridge config, Clover). In verbose mode, there are a lot of lines : purge_cleaner_cb before and after Kextcache command. Do you have a solution, please. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797706 Share on other sites More sharing options...
naiclub Posted November 25, 2022 Share Posted November 25, 2022 What is this instruction for? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797743 Share on other sites More sharing options...
Slice Posted November 25, 2022 Share Posted November 25, 2022 33 minutes ago, naiclub said: What is this instruction for? In some cases: poor BIOS, poor CPU and poor chipset (like X79) you may see a panic like unsynchronized CPU cores. Set this timeout to value 500000 or more and see improvements. In my cases three things needed for Monterey on X79 overcoming CPU problems: 1. Reduce extra cores in DSDT. 2. Set TscSyncTimeout = 750000. I don't know about other values. This one works. 3. Use the kext VoodooTscSync. All three steps are required. I can't boot without 2 or without 3 or without 1. Don't use CpuTscSync.kext, it panics. 4 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797746 Share on other sites More sharing options...
Slice Posted November 25, 2022 Share Posted November 25, 2022 22 hours ago, Matgen84 said: Hi all guys Sorry fo Off-Topic: randomly, HDMI audio or/and Wifi don't load at startup (Catalina Ivybridge config, Clover). In verbose mode, there are a lot of lines : purge_cleaner_cb before and after Kextcache command. Do you have a solution, please. Sorry, I have zero ideas what it may be. 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797747 Share on other sites More sharing options...
LockDown Posted November 25, 2022 Share Posted November 25, 2022 26 minutes ago, Slice said: In some cases: poor BIOS, poor CPU and poor chipset (like X79) you may see a panic like unsynchronized CPU cores. Set this timeout to value 500000 or more and see improvements. In my cases three things needed for Monterey on X79 overcoming CPU problems: 1. Reduce extra cores in DSDT. 2. Set TscSyncTimeout = 750000. I don't know about other values. This one works. 3. Use the kext VoodooTscSync. All three steps are required. I can't boot without 2 or without 3 or without 1. Don't use CpuTscSync.kext, it panics. only select one of those 3 options? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797750 Share on other sites More sharing options...
Slice Posted November 25, 2022 Share Posted November 25, 2022 17 minutes ago, LockDown said: only select one of those 3 options? select all three option. Quote All three steps are required. I can't boot without 2 or without 3 or without 1. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797752 Share on other sites More sharing options...
biciolino Posted November 25, 2022 Share Posted November 25, 2022 1 hour ago, Slice said: In my cases three things needed for Monterey on X79 overcoming CPU problems: 1. Reduce extra cores in DSDT. 2. Set TscSyncTimeout = 750000. I don't know about other values. This one works. 3. Use the kext VoodooTscSync. All three steps are required. I can't boot without 2 or without 3 or without 1. Don't use CpuTscSync.kext, it panics. Same here with GA-X79-UP4 + i7 4930k. All three conditions must be met. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797754 Share on other sites More sharing options...
Matgen84 Posted November 27, 2022 Share Posted November 27, 2022 Hi @Slice 12th Alder Lake seems to be missing into cpu.h. Or I was mistaken Spoiler Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797859 Share on other sites More sharing options...
Slice Posted November 27, 2022 Share Posted November 27, 2022 24 minutes ago, Matgen84 said: Hi @Slice 12th Alder Lake seems to be missing into cpu.h. Or I was mistaken Hide contents 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797865 Share on other sites More sharing options...
MifJpnAlphaPlus Posted November 27, 2022 Share Posted November 27, 2022 Thanks to the developers for their usual contributions. I will report as usual. Now, I will report on 4a3b16e. Model:iMac20,2 (i9-10900F, ASUS-TUF GAMING H570, RX-6800 XT) Monterey was able to boot. Ventura was able to boot. Thank you. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2797887 Share on other sites More sharing options...
LAbyOne Posted December 4, 2022 Share Posted December 4, 2022 Update to 1.9 available 5 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2798252 Share on other sites More sharing options...
LockDown Posted December 16, 2022 Share Posted December 16, 2022 Hi. What CsrActiveConfig should i use to get ventura 13.1? 0xFEF doesnt work anymore. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1154/#findComment-2798870 Share on other sites More sharing options...
Recommended Posts