Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

What is the difference now between both "FirmwareFeatures" and "FirmwareFeaturesMask" in the latest revision?

As I see there is misunderstanding for many users what is value and what is mask.

FirmwareFeatures is a set of bits each one corresponding to one feature.

FirmwareFeaturesMask is a mask what to check and what to not check.

Mask like 0xff1fff3f mean that we don't want to check if bits 0xE00C0 are set or not. Anyway this is our decision set or no these bits.

So why this restriction? I suppose to use FirmwareFeaturesMask=0xFFFFFFFF which means check all bits we set.

Other opinions?

  • Like 5
Link to comment
Share on other sites

Here's a fix for those having issues with the firmware during macOS High Sierra installation.

 

Needs testing to make sure it's not causing issues for others.

 

Best regards.

 

That works!

Thank you very much.

 

Is it ok if I share it with friends in China? I have mentioned the source (see here).

  • Like 2
Link to comment
Share on other sites

That works!

Thank you very much.

 

Is it ok if I share it with friends in China? I have mentioned the source (see here).

Sure, you're most welcome to do so.

 

Also, the changes are already present in clover, see revision 4085.

 

https://sourceforge.net/p/cloverefiboot/code/4085/
 
Best regards.
  • Like 1
Link to comment
Share on other sites

0xffffffff. i dont know where is value.

You need test your case

 

Temp using mask in GUI

Keep your mask value in Config.plist

 

나의 LG-F800S 의 Tapatalk에서 보냄

Am I alone? Clover 4084 and later seems failing to dump ACPI tables to EFI/ACPI.

Link to comment
Share on other sites

4061

 

That's strange... Don't know the reason why it failed for me.

Press F4 then press F2 then take preboot.log from /EFI/CLOVER/misc/

Upload it here, we want to see.

Link to comment
Share on other sites

Press F4 then press F2 then take preboot.log from /EFI/CLOVER/misc/

Upload it here, we want to see.

My bad. It's working correctly. BTW, what's the current status of patchVBios for Nvidia cards?

I tried a lot but can not get 1920*1080 for clover boot screen.

Edited by p.H
Link to comment
Share on other sites

What's even worse is that F2 is not working either... No log is generate inside /EFI/Clover/misc.

Maybe your efi partitin has problem.

Format and install clover again

 

나의 LG-F800S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

Maybe your efi partitin has problem.

Format and install clover again

 

나의 LG-F800S 의 Tapatalk에서 보냄

Thanks for the tip. It's my bad. It's solved. BTW, I found that the dsdt could not be opened with MaciASL. What do you guys use for aml files?

Link to comment
Share on other sites

Thanks for the tip. It's my bad. It's solved. BTW, I found that the dsdt could not be opened with MaciASL. What do you guys use for aml files?

MaciASL can open .aml files but you shouldn't be working with .aml.

Originals need to be converted to .dsl then modified then saved as .aml.

 

Sent from my SM-G930F using Tapatalk

Link to comment
Share on other sites

MaciASL can open .aml files but you shouldn't be working with .aml.

Originals need to be converted to .dsl then modified then saved as .aml.

 

Sent from my SM-G930F using Tapatalk

you mean using iasl to convert the extracted aml files back to dsl files. Then use MaciASL open it and make edits then compile to aml file?

Link to comment
Share on other sites

×
×
  • Create New...