Jief_Machak Posted March 21, 2021 Share Posted March 21, 2021 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 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753594 Share on other sites More sharing options...
Slice Posted March 21, 2021 Share Posted March 21, 2021 OK, now I see slow boot and debug log was created even with RESET. Thanks! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753597 Share on other sites More sharing options...
maclinuxG4 Posted March 21, 2021 Share Posted March 21, 2021 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 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753598 Share on other sites More sharing options...
Slice Posted March 21, 2021 Share Posted March 21, 2021 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. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753601 Share on other sites More sharing options...
Slice Posted March 21, 2021 Share Posted March 21, 2021 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? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753608 Share on other sites More sharing options...
Slice Posted March 21, 2021 Share Posted March 21, 2021 @Jief_Machak I may propose better config.plist for Clover/Qemu. Now it started up to [PCI Configuration begin] config.plist-QEMU.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753611 Share on other sites More sharing options...
maclinuxG4 Posted March 21, 2021 Share Posted March 21, 2021 44 minutes ago, Slice said: A CPU frequency is not round value. Can you show me preboot.log for this situation? For your config.plist you should see 0x19120010 Where did you see other value? it is from imac17,1 of my father...i t is work Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753613 Share on other sites More sharing options...
Slice Posted March 22, 2021 Share Posted March 22, 2021 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. 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". Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753619 Share on other sites More sharing options...
Jief_Machak Posted March 22, 2021 Share Posted March 22, 2021 21 hours ago, Slice said: @Jief_Machak Tell me when are you ready for 5132 release. I will commit tmo something and then ask the testers team for tests. 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753629 Share on other sites More sharing options...
Jief_Machak Posted March 22, 2021 Share Posted March 22, 2021 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. 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753632 Share on other sites More sharing options...
Slice Posted March 22, 2021 Share Posted March 22, 2021 What do you think about issue #376? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753633 Share on other sites More sharing options...
Jief_Machak Posted March 22, 2021 Share Posted March 22, 2021 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 ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753640 Share on other sites More sharing options...
Jief_Machak Posted March 22, 2021 Share Posted March 22, 2021 @MifJpn Do you have custom entries configured ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753643 Share on other sites More sharing options...
Slice Posted March 22, 2021 Share Posted March 22, 2021 2 hours ago, Jief_Machak said: For what the basename as first parameter is needed ? M-m-m-m.... I never used custom entries and don't know details. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753645 Share on other sites More sharing options...
Jief_Machak Posted March 22, 2021 Share Posted March 22, 2021 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 ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753646 Share on other sites More sharing options...
Slice Posted March 22, 2021 Share Posted March 22, 2021 I think no. Windows bootmgfw.efi is not needed in arguments. Linux grubx64.efi as well. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753647 Share on other sites More sharing options...
Jief_Machak Posted March 22, 2021 Share Posted March 22, 2021 I removed the first load option. Anyone with non-osx boot, please test. CLOVERX64.efi 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753650 Share on other sites More sharing options...
Slice Posted March 22, 2021 Share Posted March 22, 2021 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 I tested Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753653 Share on other sites More sharing options...
kushwavez Posted March 22, 2021 Share Posted March 22, 2021 (edited) 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 March 22, 2021 by kushwavez Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753654 Share on other sites More sharing options...
Jief_Machak Posted March 22, 2021 Share Posted March 22, 2021 3 hours ago, Jief_Machak said: with non-osx boot The change only happen with non-osx boot. No need to boot macOs and/or Recovery. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753663 Share on other sites More sharing options...
iCanaro Posted March 22, 2021 Share Posted March 22, 2021 (edited) 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 and Z370 where I tested this release of Clover Edited March 22, 2021 by iCanaro 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753665 Share on other sites More sharing options...
maclinuxG4 Posted March 23, 2021 Share Posted March 23, 2021 hi i try last version and take 33 seconde instead 11 second to boot. what the matter ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753678 Share on other sites More sharing options...
Slice Posted March 23, 2021 Share Posted March 23, 2021 2 minutes ago, maclinuxG4 said: hi i try last version and take 33 seconde instead 11 second to boot. what the matter ? It may be Debug set true. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753679 Share on other sites More sharing options...
Jief_Machak Posted March 23, 2021 Share Posted March 23, 2021 (edited) 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 March 23, 2021 by Jief_Machak 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753680 Share on other sites More sharing options...
kushwavez Posted March 23, 2021 Share Posted March 23, 2021 Always attach a debug log if you think something is wrong with the loader. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1042/#findComment-2753685 Share on other sites More sharing options...
Recommended Posts