Jump to content

Clover General discussion


ErmaC
30,134 posts in this topic

Recommended Posts

34 minutes ago, SergeNu said:

In what format? icns worked before i update clover with one of new 5100+ builds.

 

Now, Clover do not support icns format, only png rename too icns. In all cases, you can optimize your them via Clover.app

Link to comment
Share on other sites

Hi @Slice and Clover Team

 

Sorry for Off-Topic:

 

I test r5115 (ce9538bb4) and r5115 (33a9cc85a) on my IvyBridge config (Mojave): I've a problem with Wifi connection

 

  • AirportBrcmFixUp 2.0.7 + Clover Fix Airport -----> don't work : 5GHz/40Mhz instead of 5GHz/80Mhz, wifi transmission speed 7Mb, Google drive won't connect, Safari too.
  • AirportBrcmFixUp 2.0.7 + without Clover Fix Airport ----> Idem
  • Only Clover Fix Airport: Wifi works, so Internet too.

Any ideas. Please.

Link to comment
Share on other sites

2 hours ago, SergeNu said:

In what format? icns worked before i update clover with one of new 5100+ builds.

It was discontinued around 5109 or so.

Icons should be in png format. They can be .icns extension (for compatibility) but content must be png format.

  • Like 1
Link to comment
Share on other sites

1 hour ago, Matgen84 said:

Hi @Slice and Clover Team

 

Sorry for Off-Topic:

 

I test r5115 (ce9538bb4) and r5115 (33a9cc85a) on my IvyBridge config (Mojave): I've a problem with Wifi connection

 

  • AirportBrcmFixUp 2.0.7 + Clover Fix Airport -----> don't work : 5GHz/40Mhz instead of 5GHz/80Mhz, wifi transmission speed 7Mb, Google drive won't connect, Safari too.
  • AirportBrcmFixUp 2.0.7 + without Clover Fix Airport ----> Idem
  • Only Clover Fix Airport: Wifi works, so Internet too.

Any ideas. Please.

Brcm WiFi depends on Board-ID in SMBIOS which probably also fixed by AirportBrcmFixUp other way.

  • Like 1
Link to comment
Share on other sites

3 hours ago, Slice said:

Brcm WiFi depends on Board-ID in SMBIOS which probably also fixed by AirportBrcmFixUp other way.

 

@Slice

On Catalina (Aorus Master rig),  AirportBrcmFixUp 2.0.7 + Clover Fix Airport works fine ( r5115 33a9cc85a). On Mojave (IvyBridge), AirportBrcmFixUp 2.0.7 or 2.0.6 + Clover Fix Airport don't work ( r5115 33a9cc85a). I don't see any changes on Board-ID detection from  AirportBrcmFixUp repo. Maybe I mistaken: it was WhateverGreen who use Board-ID.

 

 

debug.log

preboot.log

Edited by Matgen84
Link to comment
Share on other sites

Two more remarks:
1) bot argument -v still does not work in version 5114
2) The BIOS DSDT.aml file is 740KB on my motherboard and is probably too big for Clover.

 

 DSDT length out of range

 

Probably fix is available and need be applied(I don't known, I'm not developer) - https://github.com/CloverHackyColor/CloverBootloader/blob/master/rEFIt_UEFI/Platform/FixBiosDsdt.cpp#L5389

 

Thank you

Link to comment
Share on other sites

7 minutes ago, Jief_Machak said:

I thought it was fixed, but is it in the 5114 version... not sure. Anyone knows ?

 

13 minutes ago, yapan4 said:

Two more remarks:
1) bot argument -v still does not work in version 5114

 

The boot arg -v is fixed at least since r5114 (commit: 67e496d6e). Doesn't exist in r5115 Release.

  • Like 1
Link to comment
Share on other sites

2 hours ago, yapan4 said:

Two more remarks:
1) bot argument -v still does not work in version 5114
2) The BIOS DSDT.aml file is 740KB on my motherboard and is probably too big for Clover.

 

 DSDT length out of range

 

Probably fix is available and need be applied(I don't known, I'm not developer) - https://github.com/CloverHackyColor/CloverBootloader/blob/master/rEFIt_UEFI/Platform/FixBiosDsdt.cpp#L5389

 

Thank you

I am not interesting in bugs already resolved in new commits. Thanks.

  • Like 1
  • Haha 2
Link to comment
Share on other sites

23 minutes ago, Slice said:

2) The BIOS DSDT.aml file is 740KB on my motherboard and is probably too big for Clover.

@SliceThis is different story?

if ((DsdtLen < 20) || (DsdtLen > 400000)) { //fool proof (some ASUS dsdt > 300kb?)
    MsgLog("DSDT length out of range\n");
    return;
  }

 

Edited by vector sigma
  • Like 2
Link to comment
Share on other sites

2 hours ago, yapan4 said:

r5115 don't work for me, stop on++++++++++++++++++++++++, so I don't known behavior -v on this version

 

new kernelpm patch was changed. it causes issue. now, no consider e2 parts.

 

  • Like 1
Link to comment
Share on other sites

3 hours ago, vector sigma said:

Are you talking about github release or you try to compile last source? 

Github release. I will be grateful if someone attaches the compiled Clover.efi with the latest changes (aka beta testing)

 

In the end, I'm in no hurry and can wait for the next release ...

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

19 minutes ago, yapan4 said:

Github release. I will be grateful if someone attaches the compiled Clover.efi with the latest changes (aka beta testing)

 

In the end, I'm in no hurry and can wait for the next release ...

This one

 

CLOVERX64.efi.zip

  • Thanks 1
Link to comment
Share on other sites

Hi @Slice

 

I build and install latest commit on Mojave system (Lock config).

 

Clover r5115 (b7470f863) stuck at:

 

End RandomSeed

*******************

 

 

Edited by Matgen84
Link to comment
Share on other sites

×
×
  • Create New...