Matgen84 Posted March 12, 2022 Share Posted March 12, 2022 53 minutes ago, STLVNUB said: I misspelt BDMESG I Use BuildMe script and it error out with no OpencorePkglib.inf Do you try to git clone to a new fresh directory using this kind of command via Terminal: git clone https://github.com/CloverHackyColor/CloverBootloader.git --recurse-submodules Or you can choosing a specific directory, you have created as destination. Then build with Buildme.script 1 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 5 minutes ago, Matgen84 said: Do you try to git clone to a new fresh directory using this kind of command via Terminal: git clone https://github.com/CloverHackyColor/CloverBootloader.git --recurse-submodules Or you can choosing a specific directory, you have created as destination. Then build with Buildme.script That did the tick but why no documentation about it 2 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 Reminds me of the way I build Ozmosis, Use Latest UDK and place IntelFrameworkModulePkg, IntelFrameworkPkg, MdeModulePkg, MdeModulePkg into it. Link to comment Share on other sites More sharing options...
Slice Posted March 12, 2022 Share Posted March 12, 2022 34 minutes ago, STLVNUB said: That did the tick but why no documentation about it Sorry but it is really a lack of good documentation for Clover in English. 1 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 5 minutes ago, Slice said: Sorry but it is really a lack of good documentation for Clover in English. Would you like me to do some documentation?? 1 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 (edited) Clover, The Famous Bootloader Documentation by STLVNUB -------------------------------------------------------------- Clover resides in the esp of a disk, it consists of an EFI Folder, here is the structure of it EFI/BOOT/BOOT.efi /Clover /ACPI /Drivers /Kexts /misc /themes /tools CLOVERX64.efi config.plist You will need to place any ACPI amls into ACPI/patched You will need to place some drivers into drivers/UEFI You will need to put any kexts into kexts folder There is a provision for placing kexts for different OS in it e.g For Catalina, make a folder for 10.15 Place any kexts you need to run it For Big Sur make an 11 folder and put into it the relevant kexts for it. etc etc There is also Other folder, which is for kexts that work for all macOS misc folder is for logs, bootlog etc themes is for themes to give you a boot screen, Clover has builtin theme There are toins of themes you can use tools contains the efi shell and bdmesg.efi You will also need to edit the config.plist, you can't boot unless you have a valid config ----------------------------------------------------------------------------------------- Compiling ========= Some feel the need to compile the latest version of Clover To compile you will need to clone the Clover repository to your HDD To do so execute this command in your HOME folder 1. git clone https://github.com/CloverHackyColor/CloverBootloader.git --recurse-submodules This will copy the latest Clover code to your HDD. Issue git pull to get the latest code 2. Compile Clover Make sure you are in the Clover folder so run terminal cd to CloverBootloader folder 3. Compile GCC, there is a script file to do that Also there are various other scripts that compile mtoc, nasm etc 4. Now you should be ready to compile. Issue this command, ./buildme 5. You will be presented with a screen with a lot of optiions e.g select 7 to build All of Clover, good time to grab a coffee or drink of your fancy You will end up with all of Clover e.g iso and an EFI folder you can use as the base of your EFI. You will need to place ACPI files, Drivers,kexts and themes you need to boot. 6. Sit back and relax and boot your macOS Edited March 12, 2022 by STLVNUB 1 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 43 minutes ago, STLVNUB said: Would you like me to do some documentation?? Done 3 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 ./buildme should be capable of building GCC, nasm etc. No need for 1000 scripts, that was the general idea of my buildall script. Always build the latest and greatest Link to comment Share on other sites More sharing options...
Slice Posted March 12, 2022 Share Posted March 12, 2022 42 minutes ago, STLVNUB said: Clover, The Famous Bootloader Documentation by STLVNUB -------------------------------------------------------------- Clover resides in the esp of a disk, it consists of an EFI Folder, here is the structure of it EFI/BOOT/BOOT.efi /Clover /ACPI /Drivers /Kexts /misc /themes /tools CLOVERX64.efi config.plist You will need to place any ACPI amls into ACPI/patched You will need to place some drivers into drivers/UEFI You will need to put any kexts into kexts folder There is a provision for placing kexts for different OS in it e.g For Catalina, make a folder for 10.15 Place any kexts you need to run it For Big Sur make an 11 folder and put into it the relevant kexts for it. etc etc There is also Other folder, which is for kexts that work for all macOS misc folder is for logs, bootlog etc themes is for themes to give you a boot screen, Clover has builtin theme There are toins of themes you can use tools contains the efi shell and bdmesg.efi You will also need to edit the config.plist, you can't boot unless you have a valid config ----------------------------------------------------------------------------------------- Compiling ========= Some feel the need to compile the latest version of Clover To compile you will need to clone the Clover repository to your HDD To do so execute this command in your HOME folder 1. git clone https://github.com/CloverHackyColor/CloverBootloader.git --recurse-submodules This will copy the latest Clover code to your HDD. Issue git pull to get the latest code 2. Compile Clover Make sure you are in the Clover folder so run terminal cd to CloverBootloader folder 3. Compile GCC, there is a script file to do that Also there are various other scripts that compile mtoc, nasm etc 4. Now you should be ready to compile. Issue this command, ./buildme 5. You will be presented with a screen with a lot of optiions e.g select 7 to build All of Clover, good time to grab a coffee or drink of your fancy You will end up with all of Clover e.g iso and an EFI folder you can use as the base of your EFI. You will need to place ACPI files, Drivers,kexts and themes you need to boot. 6. Sit back and relax and boot your macOS What about this place? https://github.com/CloverHackyColor/CloverBootloader/wiki 1 Link to comment Share on other sites More sharing options...
makk Posted March 12, 2022 Share Posted March 12, 2022 44 minutes ago, STLVNUB said: Done IT IS DIRELY NEEDED. Please make one that is second to none!! Smiles;) Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 7 minutes ago, Slice said: What about this place? https://github.com/CloverHackyColor/CloverBootloader/wiki Wasted 1 hour of my time, oh well some users may find it helpful thought Link to comment Share on other sites More sharing options...
makk Posted March 12, 2022 Share Posted March 12, 2022 (edited) @Slice Apology for cutting in!! Where can I gotto create nice themes for Clover? I would like to duplicate some I found for the other guys and get their permission to convert for Clover? Would this be possible and can you direct me to the correct persons or things? Thank you so much! Edited March 12, 2022 by makk Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 1 minute ago, STLVNUB said: Wasted 1 hour of my time, oh well some users may find it helpful thought Actually mine is better than https://github.com/CloverHackyColor/CloverBootloader/wiki 1 Link to comment Share on other sites More sharing options...
makk Posted March 12, 2022 Share Posted March 12, 2022 11 minutes ago, Slice said: What about this place? https://github.com/CloverHackyColor/CloverBootloader/wiki Well Americans like details and they scream about it if it don't make sense. Gaps create brain hemorrhages and twisty faces. Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 1 minute ago, makk said: @Slice Apology for cutting in!! Where can I got to create nice themes for Clover? I would like to duplicate some I found for the other guys and get their permission to convert for Clover? Would this be possible and can you direct me to the correct persons or things? Thank you so much! Check out BlackOSX and Chris 1011 IMHO Link to comment Share on other sites More sharing options...
makk Posted March 12, 2022 Share Posted March 12, 2022 2 minutes ago, STLVNUB said: Actually mine is better than https://github.com/CloverHackyColor/CloverBootloader/wiki I'll help out if you want? 1 minute ago, STLVNUB said: Check out BlackOSX and Chris 1011 IMHO That's where I got a few from that I want to convert to Clover. Just now, makk said: I'll help out if you want? That's where I got a few from that I want to convert to Clover. The tools Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 Just now, makk said: I'll help out if you want? That's where I got a few from that I want to convert to Clover. They should have tons of themes. Use CloverConfigurater as it willl install themes for you 2 minutes ago, STLVNUB said: They should have tons of themes. Use CloverConfigurater as it willl install themes for you Well it used too Link to comment Share on other sites More sharing options...
Stefanalmare Posted March 12, 2022 Share Posted March 12, 2022 1 hour ago, STLVNUB said: Clover, The Famous Bootloader Documentation by STLVNUB -------------------------------------------------------------- Clover resides in the esp of a disk, it consists of an EFI Folder, here is the structure of it EFI/BOOT/BOOT.efi /Clover /ACPI /Drivers /Kexts /misc /themes /tools CLOVERX64.efi config.plist You will need to place any ACPI amls into ACPI/patched You will need to place some drivers into drivers/UEFI You will need to put any kexts into kexts folder There is a provision for placing kexts for different OS in it e.g For Catalina, make a folder for 10.15 Place any kexts you need to run it For Big Sur make an 11 folder and put into it the relevant kexts for it. etc etc There is also Other folder, which is for kexts that work for all macOS misc folder is for logs, bootlog etc themes is for themes to give you a boot screen, Clover has builtin theme There are toins of themes you can use tools contains the efi shell and bdmesg.efi You will also need to edit the config.plist, you can't boot unless you have a valid config ----------------------------------------------------------------------------------------- Compiling ========= Some feel the need to compile the latest version of Clover To compile you will need to clone the Clover repository to your HDD To do so execute this command in your HOME folder 1. git clone https://github.com/CloverHackyColor/CloverBootloader.git --recurse-submodules This will copy the latest Clover code to your HDD. Issue git pull to get the latest code 2. Compile Clover Make sure you are in the Clover folder so run terminal cd to CloverBootloader folder 3. Compile GCC, there is a script file to do that Also there are various other scripts that compile mtoc, nasm etc 4. Now you should be ready to compile. Issue this command, ./buildme 5. You will be presented with a screen with a lot of optiions e.g select 7 to build All of Clover, good time to grab a coffee or drink of your fancy You will end up with all of Clover e.g iso and an EFI folder you can use as the base of your EFI. You will need to place ACPI files, Drivers,kexts and themes you need to boot. 6. Sit back and relax and boot your macOS Good job: git clone https://github.com/CloverHackyColor/CloverBootloader.git --recurse-submodules + cd to CloverBootloader folder + ./buildme = all compiled in an old core2 Monterey latest Beta. 3 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 Well a least one person liked it Link to comment Share on other sites More sharing options...
Stefanalmare Posted March 12, 2022 Share Posted March 12, 2022 44 minutes ago, STLVNUB said: Well a least one person liked it If somebody want: Clover.sh 2 Link to comment Share on other sites More sharing options...
STLVNUB Posted March 12, 2022 Share Posted March 12, 2022 (edited) 3 hours ago, Stefanalmare said: If somebody want Clover.sh 151 B · 2 downloads Good Easy Script, Our People Will Like It Just a suggestion could you get it to check for compiled GCC You just need to check for a file in the compiled gcc and build if not there with build_gcc11.sh You can probably get it to build the other dependancies too good luck Edited March 12, 2022 by STLVNUB Link to comment Share on other sites More sharing options...
Stefanalmare Posted March 13, 2022 Share Posted March 13, 2022 (edited) 16 hours ago, STLVNUB said: Good Easy Script, Our People Will Like It Just a suggestion could you get it to check for compiled GCC You just need to check for a file in the compiled gcc and build if not there with build_gcc11.sh You can probably get it to build the other dependancies too good luck When I compiled on core2 hack I had no error. Is true, I had after that gcc error on my main z690 hack. I added MacKernelSDK to script (not sure if I did the right thing), and after that I compiled without errors. Attached is the compile log. Spoiler Compile log.txt Edited March 13, 2022 by Stefanalmare Link to comment Share on other sites More sharing options...
LAbyOne Posted March 13, 2022 Share Posted March 13, 2022 (edited) 18 hours ago, STLVNUB said: Good Easy Script, Our People Will Like It Just a suggestion could you get it to check for compiled GCC You can use the one on my signature.. Clover Setup 18 hours ago, STLVNUB said: You just need to check for a file in the compiled gcc and build if not there with build_gcc11.sh You can probably get it to build the other dependancies too good luck No need for other checks. Clover does it when build is called if no toolchain is present it will start install and this happen for all choices. to avoid to have installing dependencies when not present *in case you just hit build clover as first choice just select "build all". I'm going to add it also to Hackintosh Tools section.. as it only having it on sig may pass unnoticed. > Edit: DONE Edited March 13, 2022 by LAbyOne added link to Hackintosh Tools 2 Link to comment Share on other sites More sharing options...
LAbyOne Posted March 13, 2022 Share Posted March 13, 2022 Updated also Clover Suite Builder this will most likely be the last update of this tool. I recently made a newer version with more options for the user to choose the best way for him to use this tool 2 Link to comment Share on other sites More sharing options...
phi777 Posted March 15, 2022 Share Posted March 15, 2022 Anybody knows a HWTarget for imac19.2? Had it set to x86legacy, got 12.2 but didn't get 12.2.1 or now, 12.3? Looking at platformdata.cpp it seems to be not there. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts