Matgen84 Posted November 3, 2020 Share Posted November 3, 2020 5 minutes ago, Slice said: As far as I remember the folder src is required Not /Users/baby/CloverBootloader but /Users/baby/src/CloverBootloader @Slice the problem to build Clover exists only with GCC (all works fine with Xcode): [SLINK] CLOVERX64 [DLINK] BdsDxe [OBJCOPY] BdsDxe Section 1 .text mCoffOffset=576(0x240) mCoffOffsetNew=576(0x240) diff=0(0x0) Section 5 .eh_frame mCoffOffset=94528(0x17140) mCoffOffsetNew=121600(0x1db00) diff=27072(0x69c0) Section 3 .data mCoffOffset=121600(0x1db00) mCoffOffsetNew=94528(0x17140) diff=-27072(0xffff9640) [GENFW] BdsDxe make: [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_GCC53/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) [DLINK] CLOVERX64 [OBJCOPY] CLOVERX64 make: *** [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit/OUTPUT/CLOVERX64.efi] Segmentation fault: 11 build.py... : error 7000: Failed to execute command make tbuild [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/refit.inf [X64, GCC53, RELEASE] - Failed - 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742900 Share on other sites More sharing options...
Slice Posted November 3, 2020 Share Posted November 3, 2020 Exactly because GCC required src/ folder to install. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742901 Share on other sites More sharing options...
Jief_Machak Posted November 3, 2020 Share Posted November 3, 2020 I don't have "src" in my path. My Clover folder is even not called "Cloverbootloader"... 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742902 Share on other sites More sharing options...
Slice Posted November 3, 2020 Share Posted November 3, 2020 I compiled latest commit just today morning with GCC53. All worked. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742903 Share on other sites More sharing options...
iCanaro Posted November 3, 2020 Share Posted November 3, 2020 so ultimately, if one is not experienced, he opens the terminal and what commands he writes to be able to compile Clover without errors??? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742904 Share on other sites More sharing options...
Slice Posted November 3, 2020 Share Posted November 3, 2020 2 minutes ago, iCanaro said: so ultimately, if one is not experienced, he opens the terminal and what commands he writes to be able to compile Clover without errors??? Wait please three hours when I'll return home I will check what is happen. 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742905 Share on other sites More sharing options...
LAbyOne Posted November 3, 2020 Share Posted November 3, 2020 (edited) mkdir $HOME/src cd $HOME/src git clone https://github.com/CloverHackyColor/CloverBootloader.git Clover cd Clover git clone --recurse-submodules https://github.com/CloverHackyColor/OpenCorePkg.git git config --global submodule.recurse true <--- This just the very first time ./buildme But its true that latests releases do not create/check anymore if src dir. is present... Edited November 3, 2020 by LAbyOne mistyped 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742906 Share on other sites More sharing options...
iCanaro Posted November 3, 2020 Share Posted November 3, 2020 given that on catalina of the Z370 I compile without problems, it was a curiosity, noting that some have problems and fail to compile correctly 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742910 Share on other sites More sharing options...
PG7 Posted November 3, 2020 Share Posted November 3, 2020 Ola Dell Latitude E6330 intel i7-3520M intel HD4000 Atheros ar9285 8Go RAM HDD system test Clover r5126 El Capitan Sierra High Sierra Mojave Catalina BigSur install 100% Clover r5126 boot system OK Atheros ar9285 kext = AirPortAtheros40.kext + HS80211Family.kext Spoiler 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742913 Share on other sites More sharing options...
naiclub Posted November 3, 2020 Share Posted November 3, 2020 5 minutes ago, PG7 said: Ola Dell Latitude E6330 intel i7-3520M intel HD4000 Atheros ar9285 8Go RAM HDD system test Clover r5126 El Capitan Sierra High Sierra Mojave Catalina BigSur install 100% Clover r5126 boot system OK Atheros ar9285 kext = AirPortAtheros40.kext + HS80211Family.kext Reveal hidden contents Atheros ar9285 kext = AirPortAtheros40.kext + HS80211Family.kext Can I have this file? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742914 Share on other sites More sharing options...
PG7 Posted November 3, 2020 Share Posted November 3, 2020 25 minutes ago, naiclub said: Atheros ar9285 kext = AirPortAtheros40.kext + HS80211Family.kext Puis-je avoir ce fichier? ICI Atheros 27 minutes ago, naiclub said: Atheros ar9285 kext = AirPortAtheros40.kext + HS80211Family.kext Puis-je avoir ce fichier? ICI Tuto Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742920 Share on other sites More sharing options...
Slice Posted November 3, 2020 Share Posted November 3, 2020 @Jief_Machak A question to you make: *** [/Users/sergey/src/CloverBootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit/OUTPUT/CLOVERX64.efi] Segmentation fault: 11 I make dirty compilation with old tools and old conf files. So the only problem is DLINK. Clean compilation leads to same error. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742923 Share on other sites More sharing options...
Slice Posted November 3, 2020 Share Posted November 3, 2020 iMac2017:CloverBootloader sergey$ git bisect good da8ad5c0ebdf310f3a791aa2d45a437516d58a09 is the first bad commit commit da8ad5c0ebdf310f3a791aa2d45a437516d58a09 Author: Jief L <liveid-prf@jf-luce.name> Date: Mon Nov 2 16:45:11 2020 +0300 MSVC compilation. :100644 100644 324cffda007f910069a37672a03a95a86e5b3de6 7e97f1d498176ab7144863fdbafad789a01aa4a4 M.gitignore :040000 040000 e2f8101bc84d098cf54799dae2c0818bddde9069 814f84b174dff2fabcf0b430987e35639b4dc5e4 MBaseTools :100644 100644 6e80667ca3efd63f3991b78b6bd2b7aa266fa3c9 48177b08e5b0c7f7be47ac4b1eafc0ce3b0c29cd MClover.dsc :040000 040000 13cb5e5fdd4de5820677215fc8912753af9e93d5 54c64c611448df1682517b5cc046af134b5d08cd MLibrary :160000 160000 1ee382fc422ab49e219a00a39a25e4f9b4ce8325 b7bf17e323c91043ef4838369df0717af6f347a9 MOpenCorePkg :000000 040000 0000000000000000000000000000000000000000 bbe1f5553bd5d64f5d8a29eceb91c15a12477c2f AVC :040000 040000 7c3ed735a23942a246adb4774198b4d5193805c3 4717599fdd2abb75f8cffb90a2e0de2474d196b4 MXcode :040000 040000 f9e102214623110370d1538d52f1eefa1ad1bf6b cdc761943726a11d1beda409acd05c5da70fb948 MrEFIt_UEFI iMac2017:CloverBootloader sergey$ Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742928 Share on other sites More sharing options...
Slice Posted November 3, 2020 Share Posted November 3, 2020 I committed a solution. Look and correct me if I am wrong. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742930 Share on other sites More sharing options...
matxpa Posted November 3, 2020 Share Posted November 3, 2020 Slice the result is Running edk2 build for CloverX64 using the command: build -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/meunier/CloverBootloader/Conf -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -p Clover.dsc -a X64 -b RELEASE -t GCC53 -n 5 Build environment: Darwin-19.6.0-x86_64-i386-64bit Build start time: 21:29:18, Nov.03 2020 ... Architecture(s) = X64 Processing meta-data .Build target = RELEASE Toolchain = GCC53 ... -------------------------- Building process complete! -------------------------- Build info. =========== Package name: Clover_r5126.pkg MD5: d7583b4c0ee447c25dd25d245fba16bb Revision: 5126 Stage: Date/Time: 2020-11-03 21:30:40 Built by: xxxxxxx Copyright 2012-2020 ... Version.h #define FIRMWARE_BUILDDATE "2020-11-03 21:30:40" #define FIRMWARE_REVISION L"5126" #define REVISION_STR "Clover revision: 5126 (master, commit d042fa25a)" ... Regards Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742937 Share on other sites More sharing options...
PG7 Posted November 3, 2020 Share Posted November 3, 2020 Lenovo ThinkCentre M93z 10AF (All In One) intel i5-4430S intel HD4600 HDD 8Go RAM Bootloader Clover r5126 install complet + boot 100% Clover system test El Capitan Sierra High Sierra Mojave Catalina BigSur Thanks (Merci) Spoiler 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742950 Share on other sites More sharing options...
mnfesq Posted November 4, 2020 Share Posted November 4, 2020 On 11/2/2020 at 3:57 PM, PG7 said: EliteBook 820 G2 intel i5-5300U intel HD5500 (patch DSDT no fournie) Wifi Intel AC7265 bootloader Clover r5126 install + Boot BigSur Beta 11.0.1 100% OK Reveal hidden contents CLOVER.zip Unfortunately, your Clover files/settings did not work for me. I had the exact same problem as before. I am wondering if anyone with a Kabylake-R cpu/chipset has had success with Clover since version 5123. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742955 Share on other sites More sharing options...
Guest Posted November 4, 2020 Share Posted November 4, 2020 (edited) For Clover's lovers An EFI to rule and to boot fine many OS (OS X , Linux, Windows)... Thanks to the Devs for this and future bugs solving Edited November 4, 2020 by Guest (OS X , Linux, Windows)... Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742960 Share on other sites More sharing options...
naiclub Posted November 4, 2020 Share Posted November 4, 2020 19 hours ago, PG7 said: Ola Dell Latitude E6330 intel i7-3520M intel HD4000 Atheros ar9285 8Go RAM HDD system test Clover r5126 El Capitan Sierra High Sierra Mojave Catalina BigSur install 100% Clover r5126 boot system OK Atheros ar9285 kext = AirPortAtheros40.kext + HS80211Family.kext Reveal hidden contents Spoiler I want to ask if you lie to me or not. You said it works for all versions I can try it, but High_Sierra. And it doesn't work with bigsur Catalina mojave. No way 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742972 Share on other sites More sharing options...
Jief_Machak Posted November 4, 2020 Share Posted November 4, 2020 18 hours ago, Slice said: @Jief_Machak A question to you make: *** [/Users/sergey/src/CloverBootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit/OUTPUT/CLOVERX64.efi] Segmentation fault: 11 I make dirty compilation with old tools and old conf files. So the only problem is DLINK. Clean compilation leads to same error. What was crashing GCC, in the end ? this : //void* memset(void* dst, int ch, UINTN count) __attribute__ ((used)); or the lto flag ? Which version of GCC ? 9 ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742975 Share on other sites More sharing options...
SavageAUS Posted November 4, 2020 Share Posted November 4, 2020 Is there any reason why the main Big Sur volume is back? Spoiler Spoiler 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742976 Share on other sites More sharing options...
PG7 Posted November 4, 2020 Share Posted November 4, 2020 55 minutes ago, naiclub said: Reveal hidden contents I want to ask if you lie to me or not. You said it works for all versions I can try it, but High_Sierra. And it doesn't work with bigsur Catalina mojave. No way Ola why should i LIE !!! all prints where the commit has the UUID of the laptop ... verify that it is not a FAKE! I'm sad about something I test and put the answers and give solutions and people can still DOUBT .... I do the correction of the DSDT and use all the Patches on it, right I am NOT a Codeur but with years of Hacks and tests I think I can already do many correct tests !!! without you adding an ioreg as well as printing the error at boot in verbose mode and your EFI I can't help! take the DSDT with F4 in the Clover menu. 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742983 Share on other sites More sharing options...
Matgen84 Posted November 4, 2020 Share Posted November 4, 2020 2 hours ago, SavageAUS said: Is there any reason why the main Big Sur volume is back? Reveal hidden contents Reveal hidden contents Because of Big Sur 11.0.1 I think a solution will be find soon. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742991 Share on other sites More sharing options...
Guest Posted November 4, 2020 Share Posted November 4, 2020 (edited) @Jief_Machakwould it be possible to have MMIO values exposed and modifiable (enable/disable I mean) as we have for example for kernel patches or quirks? I mean these: Thank you Edited November 4, 2020 by Guest Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742992 Share on other sites More sharing options...
PG7 Posted November 4, 2020 Share Posted November 4, 2020 (edited) @SavageAUS Is there any reason why the main Big Sur volume is back? bonjour yes, as Apple changed the version everything will be to redo! before it was 11 now it is 11.0.1! this happened as soon as it was updated but I didn’t check it because I’m testing between several System and several PC, The same thing happens with Mojave as it has the Preboot partition and the High Sierra also if it is in APFS, we have to get that to Jieff and Slice in order to be repaired! today I am still here testing my Desktop and I already found the solution to be able to install BigSur on it directly, something that was not leaving after Beta 9 (beta 9 could) I had to disable more security in the bios related to intel and it passes! Google Translate ! Edited November 4, 2020 by PG7 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/977/#findComment-2742993 Share on other sites More sharing options...
Recommended Posts