Slice Posted March 30 Share Posted March 30 The script "buildme" has default compiler GCC131. To create it you have to start script ./build_gcc13.sh Really I have gcc version 13.2.0 (GCC) and I see no issue during compilation. And python Python 3.12.2 (v3.12.2:6abddd9f6a, Feb 6 2024, 17:02:06) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin 1 Link to comment Share on other sites More sharing options...
Max.1974 Posted March 30 Share Posted March 30 (edited) 10 minutes ago, Slice said: The script "buildme" has default compiler GCC131. To create it you have to start script ./build_gcc13.sh Really I have gcc version 13.2.0 (GCC) and I see no issue during compilation. Thank you @Slice im need copy command with cd src and run this command ./build_gcc13.sh ? Thank you we have som issue after Sonoma 14.4. and 14.4.1. In fact a lot o issue, and just works with Ventura. Chris1111 have been helped a lot too. Thanks and if you can recommend somenthink more about Xcode or Python, appreciated that!! or we need add in this command build? mkdir -p $HOME/src && cd $HOME/src git clone -q https://github.com/CloverHackyColor/CloverBootloader cd CloverBootloader && git submodule update --init --recursive cd OpenCorePkg && git checkout master && git pull cd .. ./build_gcc13.sh Edited March 30 by Max.1974 Link to comment Share on other sites More sharing options...
Slice Posted March 30 Share Posted March 30 I also tested ./ebuild.sh -xcode15 also success Build total time: 00:02:34 I updated my Xcode just today and have a version 15.3. Clover, created by gcc13 has a size 1.6Mb while created by xcode has a size 1.8Mb. 1 Link to comment Share on other sites More sharing options...
Max.1974 Posted March 30 Share Posted March 30 Hi @Slice im run this command above and add your command and fix GCC build All suffering to build on Sonoma has gone Oh my Gosh hehehehehehehe mkdir -p $HOME/src && cd $HOME/src git clone -q https://github.com/CloverHackyColor/CloverBootloader cd CloverBootloader && git submodule update --init --recursive cd OpenCorePkg && git checkout master && git pull cd .. ./build_gcc13.sh After that build and compile with GCC 13.2 normally Thanks all Thanks my GOD!! 15 minutes ago, Slice said: I also tested ./ebuild.sh -xcode15 also success Build total time: 00:02:34 I updated my Xcode just today and have a version 15.3. Clover, created by gcc13 has a size 1.6Mb while created by xcode has a size 1.8Mb. Yes it is, with GCC is 1.6 mb "I also tested ./ebuild.sh -xcode15 also success" Sorry my low level and poor knowlegde, how im run this command above? I need reformulate your build me script ? Can you provide an exemple ? Thanks!! Link to comment Share on other sites More sharing options...
Max.1974 Posted March 30 Share Posted March 30 Finally compiled and run smooth oh my God!! Link to comment Share on other sites More sharing options...
Max.1974 Posted March 30 Share Posted March 30 In fact I tested version and show that build GCC 13.1 too like you said. Maybe is because your command above to build Link to comment Share on other sites More sharing options...
PG7 Posted March 31 Share Posted March 31 Thanks Team Clover Spoiler 1 Link to comment Share on other sites More sharing options...
PG7 Posted March 31 Share Posted March 31 @Slice @Jief_Machak Boot Legacy Error Asus A42J Intel i5 M480 Radeon ATI Series 5730 4 go Memory SSD 256go Clover r5155 OK Work Clover r5156 error Clover r5157 error Clover r5158 error Spoiler 2024-03-31_21-13_CLOVERX64.EFI.log preboot.log Link to comment Share on other sites More sharing options...
Slice Posted April 1 Share Posted April 1 How did you get Radeon HD5730 to be working in Sonoma? It's impossible! Link to comment Share on other sites More sharing options...
Stefanalmare Posted April 1 Share Posted April 1 2 hours ago, Slice said: How did you get Radeon HD5730 to be working in Sonoma? It's impossible! It is TeraScale 2, covered by OCLP. 1 1 Link to comment Share on other sites More sharing options...
PG7 Posted April 1 Share Posted April 1 (edited) Il y a 14 heures, Slice a dit : Comment avez-vous fait fonctionner la Radeon HD5730 dans Sonoma ? C'est impossible! Impossible Non ! video Sonoma 14.4.1 Clover r5155 Asus A42j i5 M480 Ati Radeon Series 5730 2go memory Graphics 4 go Memrory 1333mghz SSD Sandisk 250go patch Clover + OCLP - 10.13 High Sierra, Sierra, El Capitan... = patch Clover Native system - 10.14 Mojave = patch Clover + OCLP maxi 0.2.5 TUI - 10.15 Catalina = patch Clover + OCLP maxi 0.2.5 TUI - 11 Big Sur = patch Clover + OCLP - 12 Monterey = patch Clover + OCLP - 13 Ventura = patch Clover + OCLP - 14 Sonoma = patch Clover + OCLP Divulgacher Patch Clover ATI Radeon Series 5730 2go mémoire Graphique Il y a 11 heures, Stefanalmare a dit : Il s'agit de TeraScale 2, couvert par OCLP. Oui TeraScale2 OCLP v1.4.x activé config.plist Edited April 1 by PG7 1 1 Link to comment Share on other sites More sharing options...
Max.1974 Posted April 2 Share Posted April 2 (edited) Good night my Dear Friends @chris1111 @Slice et all important people to me I would like to share that I have detected the issues with compiling Clover 5158 or 5157 in Xcode 15.2 and 15.3. Despite Clang having the same version in Xcode 15.1 and Line Tools 15.1 Apple clang version 15.0.0 (clang-1500.1.0.2.5) Target: x86_64-apple-darwin23.4.0 I noticed that Clang doesn't download or install packages correctly from GCC 13.2.0, but even in Sonoma 14.4.1, if we use Xcode 15.1 and Command Line Tools from the same version, that is, 15.1, it will compile with GCC normally. You also need to download GCC via home brew 0"brew install gcc", a necessary condition. I used the code from the Clover Wiki CD ~ mkdir src cd src git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader ./buildme Therefore, I come to inform everyone, but I am not an advanced user. I just did a lot of research, and I read that the new version of Clang doesn't have the C++20 package, or something like that. So, dear friends, if you happen to be able to install it on the Ventura, its possible too, just save and copy or add the OPT and TOOLS folders formalized in the Ventura, to src folder on Sonoma. It will compile instantly and finish Clover, even with another Xcode like 15.3. In order to collaborate with coders, I also ask for information if there is any package that we can formalize in the new Sonoma that takes the place of GCC or that makes Clang recognize the installer. It seems to me that the line of code without C++20 was compromised. I ask you if it would be possible to insert all the compilers in another area of the Mac, where we install many packages, such as the /usr/... folder. Thank you all, and I look forward to the noble coders and friends. Edited April 2 by Max.1974 5 Link to comment Share on other sites More sharing options...
phi777 Posted April 3 Share Posted April 3 Thank you very much for the v5158. For me 5155 was the last working version until now, 5156 and 5157, I always got "dead pci device" and it stopped loading, but 5158 boots again!!! 1 Link to comment Share on other sites More sharing options...
miliuco Posted April 4 Share Posted April 4 (edited) Clover 5158 working fine on my Hack. OCLP patch for Fenvi is working fine also. So far, I don't see anything wrong. Using Atomic theme by @chris1111 very nice! @Slice I see 5157 in Clover boot screen and Hackintool, NVRAM already reset. Edited April 4 by miliuco 2 Link to comment Share on other sites More sharing options...
Slice Posted April 4 Share Posted April 4 Clover boot screen shows real version. So you really booted by 5157. Check if you changed both /EFI/BOOT/BOOTX64.EFI /EFI/CLOVER/CLOVERX64.EFI 2 Link to comment Share on other sites More sharing options...
miliuco Posted April 4 Share Posted April 4 @Slice Sorry, BOOTx64.EFI not replaced. Now is ok. Link to comment Share on other sites More sharing options...
Max.1974 Posted April 5 Share Posted April 5 @miliuco When I change Clover build in run a command that @Slice post once: cd /Applications/About\ This\ Hack.app rm -rf ~/.ath Link to comment Share on other sites More sharing options...
Max.1974 Posted April 6 Share Posted April 6 Hi @Slice and all my dear friends I apologize for asking, but would it be possible to give us some help on how to use the compiler packages for Clover on the Linux system? I tried using Ubuntu but without success. The most user-friendly system for this was Fedora 39 Workstation, however, it asks for several packages, which I install GCC, and various updates, but it gives us this error in the attached print I almost managed to compile, it gives the same error as newer Xcodes. I ask if you know about this, because apparently it could be interesting to compile Clover on Linux hardware. And I would like to know if there is a specific folder where we can install the packs or whatever is possible, since it seems to me (I'm not an advanced user) that Clover is built from virtualization in RAM or something similar. If you can or if you have a chain of commands of what I need to install and where to place or download the packages, I would greatly appreciate it. I'm struggling a little but I believe I will only progress with your knowledge. Thanks! Link to comment Share on other sites More sharing options...
Slice Posted April 6 Share Posted April 6 @Max.1974, I see an error during base tools compilation. It is almost not my affair. You should ask Tiano developers for this issue. https://github.com/tianocore/edk2 May be Fedora requires additional tuning IDK. 1 Link to comment Share on other sites More sharing options...
Max.1974 Posted April 6 Share Posted April 6 Thanks @Slice I see too, and its a problem with BrotliCompress, Vrfcompress and maybe need package that would works like SDK on Xcode. I will try to fix that, on Linux forums. Thanks so much! Link to comment Share on other sites More sharing options...
Mirone Posted April 14 Share Posted April 14 For years I haven't used Clover as a bootloader anymore, but today I decided to install Clover and reminisce about the old times. However, upon booting up, I simply end up in "Recovery Mode". Does anyone know what changed? I've already cleared the NVRAM. EFI_CLOVER.zip 1 Link to comment Share on other sites More sharing options...
STLVNUB Posted April 14 Share Posted April 14 9 minutes ago, Mirone said: For years I haven't used Clover as a bootloader anymore, but today I decided to install Clover and reminisce about the old times. However, upon booting up, I simply end up in "Recovery Mode". Does anyone know what changed? I've already cleared the NVRAM. EFI_CLOVER.zip 15.23 MB · 1 download Try Pointing It To Your OS HDD And Clover Will Remember Which One To Boot 1 Link to comment Share on other sites More sharing options...
Mirone Posted April 14 Share Posted April 14 I found my mistake, I was hiding the preboot volume, I just discovered Clover uses this volume to boot macOS, now everything works. 3 Link to comment Share on other sites More sharing options...
Alpha22 Posted April 16 Share Posted April 16 Question: system information-unknown processor name, using Clover 5157 how to solve cpu i5-13600KF thanks 1 Link to comment Share on other sites More sharing options...
STLVNUB Posted April 16 Share Posted April 16 (edited) Whats Involved In Getting Clover To Detect A DVD? I Want To Run Snow Leopard On My System Edited April 16 by STLVNUB 1 Link to comment Share on other sites More sharing options...
Recommended Posts