Jump to content
30960 posts in this topic

Recommended Posts

4 hours ago, mifjpn said:

Hello naiclub
I wonder why is it KP?
Have you read debug.log?
If it is double injected, it suddenly becomes KP, but in that case, that is recorded in the log.
Thank you.

After checking It causes panic
The result of this file (AirPortAtheros40.kext) is After checking It causes panic
Which is even more surprising The previous version did not have any problem, because it put kext according to different versions.

After 5126, the resulting panic every time.

debug.log

Spoiler

1654695998_ScreenShot2563-11-02at19_59_54.thumb.png.78b902e5087e049d74b71357b73169ff.png

I'll try the full install 11.0.1.20B5012d.

Edited by naiclub
  • Sad 1

Hai mifjpn,

 

Clover 5126

Your file http://5126efi.2010302226.zip/ worked for me, it installed Big Sur 10.11.1beta and finished installation and booted

not working: intel HD530 Skylake in 10.15.7 it worked with video id-inject and without.

 

Catalina 10.15.7 - working Clover 5122

 

i use Intel: 0x193B0005

 

regards himacc

Edited by himac59
  • Like 1
On 10/31/2020 at 2:53 AM, MacKonsti said:

Hi @Jief_Machak hope you are well. I ran CloverConfigPlistValidator06 on the config-sample.plist found in the latest Clover releases, and got these errors, can I bother you to check them please and potentially fix your great validator tool?


Error: Expecting <true/> <false/> or <string> tag containing true, false, yes or no tag '/Devices/DisableFunctions:344'
Error: Expecting <true/> <false/> or <string> tag containing true, false, yes or no tag '/Devices/IntelMaxValue:369'
Warning: Unknown key '/Graphics/Connectors:729'. Skipped.
Warning: Unknown key '/KernelAndKextPatches/KextsToPatch[6]/FindMask:1070'. Skipped.
Warning: Unknown key '/RtVariables/Block[0]/UUID:1100'. Skipped.
Warning: Unknown key '/Quirks/DisableRtcChecksum:1264'. Skipped.

The structure for the errors comes from Devices section, not sure if DisableFunctions and IntelMaxValue are allowed values? They are certainly rarely used (to my experience all this time):


	<key>Devices</key>
	<dict>
[...] 
		<key>DisableFunctions</key>
		<string>0x18F6</string>
[...]
        <key>ForceHPET</key>
		<false/>
		<key>HDMIInjection</key>
		<false/>
		<key>IntelMaxValue</key>
		<string>0x710</string>
[...]

Thank you!

I fixed DisableFunctions and IntelMaxValue.

Other warnings are right. For FindMask warning, it's because it's MaskFind.

CloverConfigPlistValidator0.7

  • Like 2
  • Thanks 2

 

Quote

	<key>Devices</key>
	<dict>
[...] 
		<key>DisableFunctions</key>
		<string>0x18F6</string>
[...]
        <key>ForceHPET</key>
		<false/>
		<key>HDMIInjection</key>
		<false/>
		<key>IntelMaxValue</key>
		<string>0x710</string>
[...]

 

What is 0x18F6?

Edited by ellaosx
  • Like 1
47 minutes ago, mifjpn said:

Hello naiclub.

In your log, we can see that Kext is in the following folder and you have applied it.
10.6
10.9
10.10
11
10.14
10.13
10.12
10.15
Remove all of these.
Perhaps the meaning of "Other" wasn't translated properly?
You put Kext only in ..EFI/CLOVER/KEXT/Other.
Well, it's inconvenient for each other to speak English at such times.:|
Good luck.

 

Oh, that's the record before I fix it
After solving It also causes you to panic because of this.(AirPortAtheros40.kext)
panic, all OS from 10.13, 10.14, 10.15, 10.16 or 11

52 minutes ago, Jief_Machak said:

I can't find it because there is too much in the last 3 days, but I think I saw a message about someone having something that works in OC but not in Clover. Am I right ?


@Jief_Machak Maybe you are referring to the discussion between @Andres ZeroCross and @Slice about IgnoreInvalidFlexRatio = True. It's page #987 :) the problem is happened in his Lenovo X250 (Broadwell, I suppose).

from me Clover now works everywhere, chirao that everyone has to put to point kexts and config on their hack, alone without doing anything, unlikely functions.

1696148948_Schermata2020-11-02alle16_16_06.thumb.png.22353386240ba2c2dfc3b74bb485df0c.png

 

I only have a few quirks when I update BigSur or as yesterday on the X570 catalina from H2 to H4 (downloaded full installer) on the first restart ... no panic :D 

1620839258_Schermata2020-11-01alle23_14_

verified the systemversions of the preboots of catalina and bigsur, but nothing strange detected
finished updating using icon to the right of catalina

 

755576635_Schermata2020-11-01alle22_56_5
 

Edited by iCanaro
  • Like 1
  • Thanks 1
  • Haha 2
1 minute ago, mifjpn said:

You say it was because of AirPortAtheros40.kext,
Did the update or installation work?
Or is it still KP?

Thank you.

 

This has been removed.(AirPortAtheros40.kext)

Now all versions can be booted.

But when there was a problem, I used OC to complete the update to finish.

I'm not sure after fixing it to get back to work.

Next we will try a full installation to see if it can install the full one.

I'm currently loading the setup file, so it's not done yet.

 

  • Like 2
1 hour ago, Jief_Machak said:

I fixed DisableFunctions and IntelMaxValue.

Other warnings are right. For FindMask warning, it's because it's MaskFind.

CloverConfigPlistValidator0.7

Thank you very much @Jief_Machak for your fixes.
Can we include this incredibly useful tool in future Clover packaged releases?

 

Also a question: the number next to the invalid key or error, is it line number?

if yes, could we possibly add the word " Line:" before the number so to make it more user-friendly if it doesn't break some logic or code in your validator tool?

 

Warning: Unknown key '/Quirks/DisableRtcChecksum: Line 1264'. Skipped.

@ellaosx the value was found in the sample-config for DisableFunctions, I have no idea what it represents....

Unknown documentation, only the original developer knows LOL

  • Like 2
10 minutes ago, MacKonsti said:

Thank you very much @Jief_Machak for your fixes.
Can we include this incredibly useful tool in future Clover packaged releases?

 

Also a question: the number next to the invalid key or error, is it line number?

if yes, could we possibly add the word " Line:" before the number so to make it more user-friendly if it doesn't break some logic or code in your validator tool?

 

 


Warning: Unknown key '/Quirks/DisableRtcChecksum: Line 1264'. Skipped.

@ellaosx the value was found in the sample-config for DisableFunctions, I have no idea what it represents....

Unknown documentation, only the original developer knows LOL

if you read here you will understand better:

 

not long ago there was the guide.pdf in Russian

 

1689515523_Schermata2020-11-02alle17_08_02.thumb.png.8b5e20e446bddb78109d1ab202ee1ddf.png

 

1401979855_Schermata2020-11-02alle17_14_20.thumb.png.3aba061c05c8d0883ad99cfb7307d7e4.png

 

<key>DisableFunctions</key>
       <string>0x18F6</string>
This mask, which is superimposed in RCBA 0x3418 - exposes additional bits, banning some devices in the Intel chipset. For very serious hackers.

Edited by iCanaro
  • Like 3
8 minutes ago, mifjpn said:

Hello, Naiclub.
Just yesterday, I did an installation test of Big Sur Beta 11.0.1, so I'll put it's EFI below for reference.

i7-8700-Asus-H370-BS11.0.1-Installer.zip
Thank you.

Strange today, downloading bigsur 11.0.1 is very slow.
Have tried test speednet, no problem.
Is the problem likely to come from the apple server?

  • Confused 1
5 minutes ago, Matgen84 said:


@iCanaro where we can find this guide in Russian. Please.

it was available on github for a while, then I don't know why it was taken off... but I save everything locally, so if you want it, here it is
https://mega.nz/file/riYFzYAZ#6vPlcaRAAAKInXpFiRGEHOhoZiDJvY4aO3Nb9X6YUic

  • Thanks 3
56 minutes ago, iCanaro said:

it was available on github for a while, then I don't know why it was taken off... but I save everything locally, so if you want it, here it is
https://mega.nz/file/riYFzYAZ#6vPlcaRAAAKInXpFiRGEHOhoZiDJvY4aO3Nb9X6YUic

It is still present on github.

Снимок экрана 2020-11-02 в 20.34.34.png

 

But one man was going to translate it to Italian. We are waiting?

  • Like 2
  • Thanks 2

Dell Vostro 2520

 

intel i5-3210M

intel HD4000

Cirrus CS4213 = Kext VoodooHDA "ALC NO Signal" (AppleHDA CS4213 Mirone)

Atheros AR9285 = Dual Kext (AirPortAtheros40.kext ID inser pci168c, 2b) + (HS80211Family.kext) Dossier Kext / Other Clover

 

Système de démarrage OK = El Capitan a BigSur beta 11.0.1

programme d'installation BigSur Beta 11.0.1 complet CLOVER r5126

 

* Atheros Wifi !!!! 

inser kext (ID AirPortAtheros40.kext inser pci168c, 2b) + (HS80211Family.kext) Dossier Kext

Compliquee a faire fonctionner !!!!!

 

* sur les AIO "All In One" HP ça fonctionne directement 

 

** sur mes ordinateur portable NE marche pas directe 

suivre ces pas 

faire boot avec OpenCore et mettre les kext sur le dossier Kext aussi que sur Config.plist (auto avec ProperTree)

une fois sur le système activez le Wifi car il marche directe avec OpenCore

récupérez les Kext une fois le Wifi ACTIVEE avec Opencore "et oui les kext qui sont sur OpenCore"

remettre les Kext que sur activee le WIfi sur OPENCORE et pas outres, sur le EFI Clover r5126 dans le dossier avec les outres kext

redémarrer

réinitialiser la NVRAM aussi que Clean NVRAM !!! important les deux!

botte AVEC Clover 

une fois sur le BigSur votre Wifi doit être deja activee et vous demande meme plus de password !!! 

 

dans mon cas je arrive a le faire commeça peut etre il auras des outres astuces 

 

desole par la langue de l'écriture sur le forum mais pour le pas a pas j'ai donc prefere car le traductor fausse pas mal!

 

 

les kext Wifi vous les trouvez bien sur ici sur le Forum

 

 

traductor !!! 

 

Boot system OK = El Capitan a BigSur beta 11.0.1

BigSur Beta 11.0.1 full installer CLOVER r5126

* Atheros Wifi !!!! insert kext (ID AirPortAtheros40.kext insert pci168c, 2b) + (HS80211Family.kext) Kext folder

Complicated to operate !!!!!

* on HP "All In One" AIOs it works directly

** on my laptops DOES NOT work directly follow these steps boot with OpenCore and put the kext on the Kext folder as well as on Config.plist (auto with ProperTree) once on the system activate the Wifi because it works directly with OpenCore recover the Kext once the Wifi ACTIVATED with Opencore "and yes the kext which are on OpenCore" put back the Kext that on activated the WIfi on OPENCORE and not on the EFI Clover r5126 in the folder with the kext on to restart reset NVRAM as well as Clean NVRAM !!! important both! boot WITH Clover once on the BigSur your Wifi must already be activated and even asks you for more password !!! in my case I manage to do it as it can be he will have other tips sorry by the language of the writing on the forum but for the step by step I therefore preferred because the traductor falsify a lot! the kext Wifi you find them of course here on the Forum

 

 

Divulgacher

 

 

Dell Vostro tudo.png

system Dell Vostro.png

  • Like 1
On 11/1/2020 at 12:03 AM, stevezheng said:

Hi guys, thank for all the efforts on this bootloader.

 

I am still not able to use r5123+ to boot Mojave and Big Sur (tested on the latest commit https://github.com/CloverHackyColor/CloverBootloader/commit/9e7b4311cb2c552271dbc7bc6e67b50493518a72). With the same quirks settings in OpenCore, I can boot without problems, but in Clover no. A noticeable setting in OpenCore is that the `Default` `SecureBootModel` would always cause early boot problems like me. I set `SecureBootModel` to `Disabled` in OC and then I have no issues.

 

@Slice @Jief_MachakWould you guys mind have a look at SecureBootModel related codes in the OC integration part? If Clover uses SecureBootModel settings, please use `Disabled` as default. OpenCore default is `Default`, which is equivalent to Medium Security and causes some issues. If Clover doesn't use SecureBootModel related code at all, then I have no idea why I can't boot with r5126.

 

Here's my config, screenshot of boot failure, and Preboot log. Any help is appreciated.

 

I have the same problem with Clover and my laptop hangs at a slightly later point in the boot process.  I also have a Kabylake-R system so it might be related to that and the securebootmodel setting available in OC.  But my laptop is a HP, and, in OC, it requires that I set the UnblockFsConnect quirk in UEFI to True/Yes, which is not available in Clover.  BTW, I have no problem booting with OC but I miss using Clover and the custom theme I made for it.

4 minutes ago, mnfesq said:

I have the same problem with Clover and my laptop hangs at a slightly later point in the boot process.  I also have a Kabylake-R system so it might be related to that and the securebootmodel setting available in OC.  But my laptop is a HP, and, in OC, it requires that I set the UnblockFsConnect quirk in UEFI to True/Yes, which is not available in Clover.  BTW, I have no problem booting with OC but I miss using Clover and the custom theme I made for it.

You don't need that Quircks at Clover !!!

I have 2 HP All In One here I don't need this I have 4 HP Laptop 2 Broadwell in which 1 need it in OpenCore but I don't need it in Clover already in the others I do not need in any !! only the EliteBook 820 G2 needs UnblockFsConnect. soon I will test all the systems on the EliteBook and I can already post the config.plist as well as the DriversUEFIx64 and the Kext I use (Attention I always use DSDT with patches)!

 

Google Translate ! 

3 minutes ago, PG7 said:

You don't need that Quircks at Clover !!!

I have 2 HP All In One here I don't need this I have 4 HP Laptop 2 Broadwell in which 1 need it in OpenCore but I don't need it in Clover already in the others I do not need in any !! only the EliteBook 820 G2 needs UnblockFsConnect. soon I will test all the systems on the EliteBook and I can already post the config.plist as well as the DriversUEFIx64 and the Kext I use (Attention I always use DSDT with patches)!

 

Google Translate ! 

 

Merci.  Post your EFI, SVP.

5 hours ago, mifjpn said:

Hello, Naiclub.
Just yesterday, I did an installation test of Big Sur Beta 11.0.1, so I'll put it's EFI below for reference.

i7-8700-Asus-H370-BS11.0.1-Installer.zip
Thank you.

Now I have tried to install it with no problems and everything perfectly.:thumbsup_anim:

Spoiler

 

2nd file, I have not deleted the SMbios code. And please do not take me to use it.
Thank you very much

Edited by naiclub
  • Haha 1
6 hours ago, Jief_Machak said:

CloverConfigPlistValidator0.7

hello Jief, since sometimes it happens that downloading uncompressed files, it spoils / corrupts the executable, and many users of the terminal commands know less about it than I do  :D 
chmod +x
to make the validator work without the need for additional commands and from all locations, if you make it available in compressed download, I would be grateful :)   Thank you

  • Like 1
  • Haha 1
  • Confused 1
5 hours ago, mnfesq said:

Merci.  Post your EFI, SVP.

 

 

EliteBook 820 G2

 

intel i5-5300U

intel HD5500 (patch DSDT no fournie)

Wifi Intel AC7265

 

bootloader Clover r5126

install + Boot BigSur Beta 11.0.1 100% OK

 

Spoiler

1666534388_Capturedecran2020-11-03a00_56_22.thumb.png.5e923d174d38a8eacd58ff1b07b022b2.png1549637319_IntelWifi.thumb.png.c2d318bf8120201983bf15c33b6bf509.png1988113850_elitebooksystem.thumb.png.06a2efc7316f58eb1f6d6f1181efc8f2.png

 

CLOVER.zip

  • Like 2
  • Thanks 2
3 hours ago, naiclub said:

Who has problems with compilers? some clover

Terminal Saved Output4.text

 

As far as I remember the folder src is required

Not

/Users/baby/CloverBootloader

but

/Users/baby/src/CloverBootloader

  • Like 3
×
×
  • Create New...