Jump to content
30963 posts in this topic

Recommended Posts

 

3 minutes ago, Slice said:

The debug log is successfully generated when no panic, when no random reboot.

With another compilation maybe... Because with PcdDebugPrintErrorLevel = 0x80000000, no log is generated at all. It's a feature.

You can check the value in AutoGen.c, line 353. Path = Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.c

plz check  no more plateform ID correct (get from hackingtools  from clover r5131 (Mar 19, 2021).

(  device -> properties  is set in my config.plist, iget 0x00000000 instead 0x19120001). for me i use special value 0x19120010

 

from https://github.com/CloverHackyColor/CloverBootloader/commit/2a029bd298548730a5c61d0480117ad108cf9e56

47 minutes ago, maclinuxG4 said:

plz check  no more plateform ID correct (get from hackingtools  from clover r5131 (Mar 19, 2021).

(  device -> properties  is set in my config.plist, iget 0x00000000 instead 0x19120001). for me i use special value 0x19120010

 

from https://github.com/CloverHackyColor/CloverBootloader/commit/2a029bd298548730a5c61d0480117ad108cf9e56

Show your config.plist

 

 

@Jief_Machak Tell me when are you ready for 5132 release.

  • Like 2
1 hour ago, LIMITANT said:

Slice please tell me why CPU shows 4,01 GHz instead of 4.00 GHz ? Why this .01 fraction 

Thank you and for @Jief_Machak for your amazing work 

A CPU frequency is not round value. Can you show me preboot.log for this situation?

6 hours ago, maclinuxG4 said:

plz check  no more plateform ID correct (get from hackingtools  from clover r5131 (Mar 19, 2021).

(  device -> properties  is set in my config.plist, iget 0x00000000 instead 0x19120001). for me i use special value 0x19120010

 

from https://github.com/CloverHackyColor/CloverBootloader/commit/2a029bd298548730a5c61d0480117ad108cf9e56

For your config.plist you should see 0x19120010

Where did you see other value?

  • Like 1
8 hours ago, Hervé said:

@LIMITANT you can set CPU bus speed in your config if you want a reported round CPU frequency. Totally cosmetic but it'll do the job. If your CPU is meant to operate a multiplier of 100MHz (like most CPUs since Sandy Bridge), set the value to 100000 and you'll see.

 

Clover_Bus_Speed.jpg

No, it will be better to keep Bus Speed as automatic calculated (don't use Clover Configurator, it can't set "Automatic").

You may set Frequency MHz any value you like and see exactly same value in the "About this Mac".

I've committed now.

This commit is a refactoring, as usual. Which means, report the least behaviour change, please, but DON'T modify your config to workaround.

The specific point I'd like to be tested, is custom entries and sub entries. If you have some of them configured, please test that it goes as usual.

Thanks.

  • Like 2
  • Thanks 1
1 hour ago, Slice said:

What do you think about issue #376?

Problem comes from this :

main.cpp:1597 calls
    StartEFILoadedImage(ImageHandle, LoadOptions, Basename(LoaderPath.wc_str()), LoaderPath.basename(), NULL);
and in StartEFILoadedImage (main.cpp:240), there is:
    loadOptionsW = SWPrintf("%ls %s ", LoadOptionsPrefix, LoadOptions.ConcatAll(" "_XS8).c_str());

Result is that the first arg is always the basename of the loaderpath. I don't know why it's like that.

 

Replacing main.cpp:240 by

      loadOptionsW = SWPrintf("%s", LoadOptions.ConcatAll(" "_XS8).c_str());

make it works for that case.

 

For what the basename as first parameter is needed ?

Just now, Slice said:

M-m-m-m....

I never used custom entries and don't know details.

The name of the booter file is pass as first parameter for all boot non-osx boot. All Windows, Linux, Other boot.

 

So does Windows need the booter name in first parameter, Linux ?

  • Like 1
1 hour ago, Jief_Machak said:

I removed the first load option.

Anyone with non-osx boot, please test. 

CLOVERX64.efi 1.26 MB · 4 downloads

Win okay here too

macOS Cata 10.15.7 sys and recovery also okay

I don't have Linux right now, so can't test that

Edited by kushwavez
3 hours ago, Jief_Machak said:

I removed the first load option.

Anyone with non-osx boot, please test. 

CLOVERX64.efi 1.26 MB · 5 downloads

 

linux mageia and windows started without any problem on the Z67 Z68 :P and Z370 where I tested this release of Clover :thanks_speechbubble:

Edited by iCanaro
  • Like 2
  • Thanks 1
5 minutes ago, maclinuxG4 said:

hi i try last version and take 33 seconde instead 11 second to boot.

 

what the matter ?

I you tried my efi, it's a debug version = slower.

Yes Boot->Debug will make it slower, especially on some USB stick, but DEBUG version are non-optimized and the code is also inherently slower.

Edited by Jief_Machak
  • Like 2
×
×
  • Create New...