Jump to content
30960 posts in this topic

Recommended Posts

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 by Matgen84
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

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!

  • Like 2
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. 

  • Like 1
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

photo_2022-10-24 17.53.50.jpeg

@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

646548692_Capturedecran2022-11-02a12_10_33.thumb.png.10d6e271f69006b9578318a2bd4a9053.png556689574_Capturedecran2022-11-02a12_10_08.thumb.png.03bce3c36124a6ab97a90ff4d4af8d73.png



thanks team 

thanks Slice 

 

 

Edited by PG7
  • Like 1
  • Confused 1
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.

  • Thanks 1

 

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 :

 

4.png

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 by LAbyOne
  • Like 4
  • Thanks 2
3 hours ago, LAbyOne said:

 

 

 

SIP values are :

 

4.png

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!

  • 2 weeks later...

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.

  • Like 2

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.

  • Sad 1
33 minutes ago, naiclub said:

What is this instruction for?

ภาพถ่ายหน้าจอ 2565-11-25 เวลา 12.41.04.png

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.

  • Like 4
  • Thanks 1
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.

  • Like 2
  • Thanks 1
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?

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.

 

  • Like 2

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.

  • Like 2
  • 2 weeks later...
×
×
  • Create New...