Max.1974 Posted April 23 Share Posted April 23 I have been use only GCC 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2849452 Share on other sites More sharing options...
Slice Posted April 24 Share Posted April 24 Clang is good for syntax checking but I think the problem is in MTOC which is Jief-modified. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2849466 Share on other sites More sharing options...
Slice Posted April 26 Share Posted April 26 I updated the release 5172 without changing the release number. It is the same in functionality but compiled by GCC. Also there are new icons from Chris1111. Thanks! New books are here https://github.com/CloverHackyColor/CloverBootloader/releases/download/5172/Clover_Of_Khaki_Color_5172-en.pdf 4 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2849542 Share on other sites More sharing options...
Max.1974 Posted April 27 Share Posted April 27 Thanks to all and @chris1111 @Slice 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2849562 Share on other sites More sharing options...
Alpha22 Posted April 27 Share Posted April 27 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2849564 Share on other sites More sharing options...
MakAsrock Posted May 12 Share Posted May 12 (edited) Release 5172 work fine in macOS 26.5 (25F71). Edited May 12 by MakAsrock 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2850178 Share on other sites More sharing options...
MICKHAEL Posted May 18 Share Posted May 18 @Slice Greetings Tried to enable secure boot Compiled Clover 🍀 with ./buildme "" ci -D ENABLE_SECURE_BOOT=1 Clover efi and all other efi from drivers and tools was signed.. sbsign --key db.key --cert db.crt --output signed_bootloader.efi original_bootloader.efi x509 certificate endabled in bios rom Mac partition are displayed/loaded in clover only with apfs.efi All that without success What should I edit in clover plist? I'm lost 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2850430 Share on other sites More sharing options...
Slice Posted May 18 Share Posted May 18 @MICKHAEL, you will be the first who tried the secure boot. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2850448 Share on other sites More sharing options...
MICKHAEL Posted May 18 Share Posted May 18 2 hours ago, Slice said: @MICKHAEL, you will be the first who tried the secure boot. First? 😂 Then I have a challenge 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2850456 Share on other sites More sharing options...
miliuco Posted May 18 Share Posted May 18 @MICKHAEL This is for Opencore; I'm not sure if it also applies to Clover. You can try it and let me know the result. As you can see, the idea is that, instead of digitally signing the binaries in the EFI folder, you enroll all the .efi files in the UEFI database secure variable, which is a list of allowed signatures, so that UEFI Secure Boot accepts these .efi files as safe. You don't modify or sign the .efi files; you just tell the firmware to consider them safe to boot even if UEFI Secure Boot is enabled. To do this, you have to restore the default keys in UEFI Secure Boot from the BIOS menu to remove anything you've added to them. Then, in the Enroll EFI Image menu of UEFI Secure Boot, add all the .efi files one by one. If this Enroll EFI Image menu (or something similar) doesn't exist, then this method won't work for you. If you can try it, please let me know the result. The worst that can happen is that this method doesn't work either, in which case you have to go back to Reset Default Keys in UEFI Secure Boot. 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1239/#findComment-2850461 Share on other sites More sharing options...
Recommended Posts