iCanaro Posted April 28, 2021 Share Posted April 28, 2021 commit https://github.com/CloverHackyColor/CloverBootloader/commit/02235676488328f2ff6a01d81bbecf7da21f93bc on the Z370 it all seems OK 2021-4-28_19-34_CLOVERX64-5133-022356764.efi.log 1 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756756 Share on other sites More sharing options...
Slice Posted April 28, 2021 Share Posted April 28, 2021 I also found no issue. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756758 Share on other sites More sharing options...
Jief_Machak Posted April 28, 2021 Share Posted April 28, 2021 Thanks @iCanaro @Slice. I worked a lot on testing and anti-regression tests (remember the config.plist parsing mass testing?) to try to make it as little painful as it can be. Since this mass testing, I thinks I worked full time on this ! So it's nice if my effort is not in vain. Thanks. 2 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756760 Share on other sites More sharing options...
eng_redaesm Posted April 28, 2021 Share Posted April 28, 2021 @Jief_Machak working good no issue complied with gcc but again the compiled commit with xcode blank screen Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756763 Share on other sites More sharing options...
iCanaro Posted April 28, 2021 Share Posted April 28, 2021 @Jief_Machak which is the latest version of CloverConfigValidator??? I had stayed at 0.7 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756764 Share on other sites More sharing options...
Jief_Machak Posted April 28, 2021 Share Posted April 28, 2021 1 minute ago, eng_redaesm said: working good no issue complied with gcc but again the compiled commit with xcode blank screen Oh yes we still have that thing. I have to add ctor to all objects as there is a bug in Xcode. We'll see if that improves. If not I will need you help to find the problem. But I'm going away for a few days so that'll next week, Just now, iCanaro said: which is the latest version of CloverConfigValidator??? I had stayed at 0.7 It's 0.7 and not up to date. You'll get one tmo, promise 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756765 Share on other sites More sharing options...
Jief_Machak Posted April 28, 2021 Share Posted April 28, 2021 So you can now compile the validator yourself : just go to Xcode/CloverConfigPlistValidator and open the xcode project. Compile the scheme "CloverConfigPlistValidator_Release" and voila. Is there someone up to integrate this in buildme and in the CloverPackage ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756767 Share on other sites More sharing options...
tluck Posted April 28, 2021 Share Posted April 28, 2021 (edited) well I got a bunch of warnings and then nothing. cant compile validator - hit a bug - something about <size_t> (__v) - can't cast unsigned long long to unsigned long... Edited April 28, 2021 by tluck Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756769 Share on other sites More sharing options...
Jief_Machak Posted April 29, 2021 Share Posted April 29, 2021 6 hours ago, tluck said: well I got a bunch of warnings and then nothing. cant compile validator - hit a bug - something about <size_t> (__v) - can't cast unsigned long long to unsigned long... Any compile log ? Screenshot ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756779 Share on other sites More sharing options...
yapan4 Posted April 29, 2021 Share Posted April 29, 2021 (edited) Hey guys, please remind me the correct set of commands for clone from master. Thanks. Edited April 29, 2021 by yapan4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756780 Share on other sites More sharing options...
Matgen84 Posted April 29, 2021 Share Posted April 29, 2021 10 hours ago, iCanaro said: @Jief_Machak which is the latest version of CloverConfigValidator??? I had stayed at 0.7 10 hours ago, Jief_Machak said: It's 0.7 and not up to date. You'll get one tmo, promise Hi @iCanaro @Jief_Machak On https://github.com/jief666/CloverCommits there is CloverConfigValidator 0.8. So the next one, will be CloverConfigValidator 0.9 Now, Build and test latest commit efb5e87. Thanks @Jief_Machak 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756781 Share on other sites More sharing options...
Jief_Machak Posted April 29, 2021 Share Posted April 29, 2021 1 minute ago, Matgen84 said: there is CloverConfigValidator 0.8 Oups, forgot that one... Must have been very late when I made it 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756782 Share on other sites More sharing options...
Matgen84 Posted April 29, 2021 Share Posted April 29, 2021 18 minutes ago, yapan4 said: Hey guys, please remind me the correct set of commands for git clone. Thanks. git clone --recurse-submodules "https://github.com/CloverHackyColor/CloverBootloader.git" "DESTINATION_PATH" Of course, replace "DESTINATION_PATH" by your own location. 5 minutes ago, Jief_Machak said: Oups, forgot that one... Must have been very late when I made it Hi @Jief_Machak Where we can find Xcode/CloverConfigPlistValidator ? It's a good idea to integrate this tool in buildme and in the CloverPackage 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756783 Share on other sites More sharing options...
Slice Posted April 29, 2021 Share Posted April 29, 2021 50 minutes ago, yapan4 said: Hey guys, please remind me the correct set of commands for clone from master. Thanks. I do the follow cd ~ mkdir src cd src git clone https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader git clone https://github.com/CloverHackyColor/OpenCorePkg.git ./buildme 3 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756785 Share on other sites More sharing options...
yapan4 Posted April 29, 2021 Share Posted April 29, 2021 Compiled and boot 11.4b1 successful 2021-4-29_7-37_BOOTX64.EFI.log 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756786 Share on other sites More sharing options...
Slice Posted April 29, 2021 Share Posted April 29, 2021 This is simpler with the same result cd ~ mkdir src cd src git clone --recurse-submodules https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader ./buildme 4 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756787 Share on other sites More sharing options...
Jief_Machak Posted April 29, 2021 Share Posted April 29, 2021 11 hours ago, eng_redaesm said: the compiled commit with xcode blank screen Could you try this : CLOVERX64.efi.zip ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756788 Share on other sites More sharing options...
Matgen84 Posted April 29, 2021 Share Posted April 29, 2021 @Jief_Machak I build commit efb5e87 (Xcode 11.3.1 - Mojave - IvyBridge). I can successfully boot Big Sur 11.4 Beta 1 (Z390 config). 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756790 Share on other sites More sharing options...
Jief_Machak Posted April 29, 2021 Share Posted April 29, 2021 (edited) You can also : git submodule foreach --recursive git clean -d -f -f -x git clean -d -f -f -x git submodule foreach git checkout master git checkout master git reset --hard --recurse-submodules this will restore the repo in the exact same state as if it were freshly cloned. Only difference is that it doesn't need to re-download. Edited April 29, 2021 by Jief_Machak 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756791 Share on other sites More sharing options...
kushwavez Posted April 29, 2021 Share Posted April 29, 2021 @Jief_Machak with latest commits my X1C6 won't boot. Compiled with GCC: Black screen after selecting Big Sur entry. 2021-4-29_8-4_CloverX64-RELEASE_GCC53-20210429000358-efb5e87.efi.log Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756793 Share on other sites More sharing options...
Jief_Machak Posted April 29, 2021 Share Posted April 29, 2021 3 minutes ago, kushwavez said: @Jief_Machak with latest commits my X1C6 won't boot. Compiled with GCC: Black screen after selecting Big Sur entry. 2021-4-29_8-4_CloverX64-RELEASE_GCC53-20210429000358-efb5e87.efi.log 32.38 kB · 0 downloads Could you send me your config.plist and a log of a successful boot ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756794 Share on other sites More sharing options...
eng_redaesm Posted April 29, 2021 Share Posted April 29, 2021 6 minutes ago, kushwavez said: @Jief_Machak with latest commits my X1C6 won't boot. Compiled with GCC: Black screen after selecting Big Sur entry. 2021-4-29_8-4_CloverX64-RELEASE_GCC53-20210429000358-efb5e87.efi.log 32.38 kB · 1 download seems to work good but i have these messages on screen 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756796 Share on other sites More sharing options...
naiclub Posted April 29, 2021 Share Posted April 29, 2021 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756797 Share on other sites More sharing options...
Jief_Machak Posted April 29, 2021 Share Posted April 29, 2021 1 hour ago, eng_redaesm said: seems to work good but i have these messages on screen Yes, it's a way for me to know where it crashes when it crashes before being able to save the log. Unfortunately, my compilation works, but not yours. So, edit the file main.cpp, line 2685. Change //#define DEBUG_ERALY_CRASH by #define DEBUG_ERALY_CRASH compile and try. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756799 Share on other sites More sharing options...
eng_redaesm Posted April 29, 2021 Share Posted April 29, 2021 1 minute ago, Jief_Machak said: Yes, it's a way for me to know where it crashes when it crashes before being able to save the log. Unfortunately, my compilation works, but not yours. So, edit the file main.cpp, line 2685. Change //#define DEBUG_ERALY_CRASH by #define DEBUG_ERALY_CRASH compile and try. i will try and inform you Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1064/#findComment-2756800 Share on other sites More sharing options...
Recommended Posts