Jump to content

Clover General discussion


ErmaC
29,869 posts in this topic

Recommended Posts

6 hours ago, Jief_Machak said:

Fixed.

Recompile yourself or try CLOVERX64.efi.zip

 

Thanks very much, @Jief_Machak.  That fixed it.  But once I was able to boot, I got an error message about not having the correct slot count in my SMBIOS.  That was an easy fix but I mention it because I had run CloverConfigPlistValidator first and it failed to pick up that error.  That tool may need to be updated.

Link to comment
Share on other sites

On 10/17/2021 at 11:06 PM, Jief_Machak said:

Yep, ccpv doesn't compile anymore since commit f014920e145c2c8abc145304ee345d1eb5058fd9.

Strange here it does compile  Clover r5141 (SHA: cee098d1e

and even with previous versions :huh:

1352596372_Screenshot2021-10-19at01_25_14.png.4e200502a7287a95c7221c2543e90e09.png

Edited by LAbyOne
  • Like 1
Link to comment
Share on other sites

7 hours ago, SavageAUS said:

Usual situation for me, no update showing with clover emoji22.png

 

Something must be wrong into your directory...  try re-clone and build..

Sorry, my bad, i got it all worng :)

Edited by LAbyOne
misunderstanding a gogo
Link to comment
Share on other sites

Change

		<key>FirmwareFeatures</key>
		<string>0xFD8FF576</string>
		<key>FirmwareFeaturesMask</key>
		<string>0xFFDFFF7F</string>

to

		<key>ExtendedFirmwareFeatures</key>
		<string>0x8FD8FF576</string>
		<key>ExtendedFirmwareFeaturesMask</key>
		<string>0x8FFDFFF7F</string>

See carefully all changes

  • Like 3
Link to comment
Share on other sites

2 hours ago, Jief_Machak said:

More details, please.

Your config.plist, and what would you expect to be reported and that it's not.

Before the commit 

885351885_ScreenShot2021-10-20at6_41_44AM.png.99561ff4df2891b5f7758de0cb47f36f.png

 

After

latest commit  https://github.com/CloverHackyColor/CloverBootloader/commit/710b2dcee554de0a06627b0797a16cf8adb669ce

Clover config Validator ➤ Validate nothing

1149278347_ScreenShot2021-10-20at6_39_20AM.png.76d7719de41bbfbf5ffca7da4285c377.png

Not test latest today commit https://github.com/CloverHackyColor/CloverBootloader/commit/be9b4c2d7fef57e75ceb8f12bab41202348f8ad2 if that fix 

 

 

Edited by chris1111
  • Like 1
  • Sad 1
Link to comment
Share on other sites

1 hour ago, chris1111 said:

Before the commit 

 

After

latest commit  https://github.com/CloverHackyColor/CloverBootloader/commit/710b2dcee554de0a06627b0797a16cf8adb669ce

Clover config Validator ➤ Validate nothing

 

Not test latest today commit https://github.com/CloverHackyColor/CloverBootloader/commit/be9b4c2d7fef57e75ceb8f12bab41202348f8ad2 if that fix 

 

 

 

CCPV don't work also with commit be9b4c2d7 😪 Wait and see.

 

  • Sad 2
Link to comment
Share on other sites

3 hours ago, Slice said:

Change

		<key>FirmwareFeatures</key>
		<string>0xFD8FF576</string>
		<key>FirmwareFeaturesMask</key>
		<string>0xFFDFFF7F</string>

to

		<key>ExtendedFirmwareFeatures</key>
		<string>0x8FD8FF576</string>
		<key>ExtendedFirmwareFeaturesMask</key>
		<string>0x8FFDFFF7F</string>

See carefully all changes

 

File modified, starts regularly but update does not see it.

Link to comment
Share on other sites

×
×
  • Create New...