Jump to content

Clover Third-Party Tools


ErmaC
 Share

42 posts in this topic

Recommended Posts

  • 1 year later...
  • 2 weeks later...
  • 1 month later...

My friend tells me that I do not recommend configurator clover because it removes the parameters which "does not understand" the config.plist. If this is true, then we kindly ask the application developer to correct this error (if it can at all do), and has the time to perform such improvement program.

  • Like 4
Link to comment
Share on other sites

Clover Configurator

 

4.26.0 (January 18th, 2016)

  • Added Disabled key in ACPI -> DSDT -> Patches section (Clover Rev 3328+)
  • Bug fixes

4.27.0 (January 23th, 2016)

  • Added Disabled key in KernelAndKextPatches -> KextsToPatch section (Clover Rev 3328+)
  • Fixed typo in ACPI -> Fixes section

 

Download

Edited by cecekpawon
  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Quick "fix" CC get new pub Clover rev, not theme

cd "/Applications/Clover Configurator.app/Contents/MacOS/"; cp "Clover Configurator" "Clover Configurator.bkp"; xxd -ps < "Clover Configurator.bkp" | tr -d '\n' | sed 's|687474703a2f2f736f75726365666f7267652e6e65742f70726f6a656374732f636c6f766572656669626f6f742f66696c65732f6c61746573742f646f776e6c6f61642220617320737472696e670a20|68747470733a2f2f736f75726365666f7267652e6e65742f70726f6a656374732f636c6f766572656669626f6f742f66696c65732f6c61746573742f646f776e6c6f61642220617320737472696e670a|g' | xxd -p -r > "Clover Configurator"
  • Like 2
Link to comment
Share on other sites

  • 1 month later...

Quick "fix" CC get new pub Clover rev, not theme

cd "/Applications/Clover Configurator.app/Contents/MacOS/"; cp "Clover Configurator" "Clover Configurator.bkp"; xxd -ps < "Clover Configurator.bkp" | tr -d '\n' | sed 's|687474703a2f2f736f75726365666f7267652e6e65742f70726f6a656374732f636c6f766572656669626f6f742f66696c65732f6c61746573742f646f776e6c6f61642220617320737472696e670a20|68747470733a2f2f736f75726365666f7267652e6e65742f70726f6a656374732f636c6f766572656669626f6f742f66696c65732f6c61746573742f646f776e6c6f61642220617320737472696e670a|g' | xxd -p -r > "Clover Configurator"

 

Hi guys, despite this nice fix (works on my hack, thanks cecekpawon for fixing the URL via this) any news from developer at all? Is he OK, everything fine? Perhaps we can hope to an update, soon?
Link to comment
Share on other sites

  • 2 weeks later...

When using latest Clover Builder.app (v1.0.7) i get this error on compiling the latest CLOVER build 3469:

SKYLAKE-EC:~ MD$ /Users/MD/src/edk2/Clover/CloverPackage/makepkg

========= Translating Resources ========
/Users/MD/src/edk2/Clover/CloverPackage/package/../../../../opt/local
Updating 'en' strings file for CloverUpdater... done
Updating 'en' strings file for Clover Preference Panel... done
Updating strings file for Clover Preference Panel... done
Discard ../sym/Resources/Clover/Resources/sv.lproj/Welcome.html (0 of 10 strings; only 0% translated; need 80%).
Discard ../sym/Resources/Clover/Resources/sv.lproj/Description.html (0 of 26 strings; only 0% translated; need 80%).
Discard ../sym/Resources/Clover/Resources/sv.lproj/Conclusion.html (0 of 4 strings; only 0% translated; need 80%).
Discard ../sym/Resources/Clover/Resources/sv.lproj/Localizable.strings (0 of 114 strings; only 0% translated; need 74%).
Discard ../CloverUpdater/src/sv.lproj/CloverUpdater.strings (0 of 12 strings; only 0% translated; need 74%).
Discard ../CloverPrefpane/src/sv.lproj/CloverPrefpane.strings (0 of 39 strings; only 0% translated; need 74%).

makefile:6: *** missing separator.  Stop.
SKYLAKE-EC:~ MD$

Is there anything i can do to fix it and get the installer.pkg compiled?

 

 

EDIT: think i got it solved by myself. Just have to delete the "src"-folder within my Userfolder and start from the beginning. Everythink is ok now.

Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...
8 hours ago, SavageAUS said:

Is there any way to make Clover Builder get and use hfsplus and apfs etc..

 

You can find HFSPlus.efi in:

~/src/UDK2018/Clover/FileSystems/HFSPlus/X64

 

  • Like 4
Link to comment
Share on other sites

1 hour ago, cvad said:

 

You can find HFSPlus.efi in:


~/src/UDK2018/Clover/FileSystems/HFSPlus/X64

 

As @SavageAUS: Is there any way to make  Clover Builder, to compile Clover  with apfs, hfsplus.... in drivers choice. See picture below

Capture d’écran 2018-05-20 à 16.25.49.png

Link to comment
Share on other sites

  • 4 weeks later...
On 1/24/2014 at 9:24 PM, cvad said:

Clover Builder.app

(Use UDK2018)

Clover_Builder_icon.png

Small tool to download, compile and build the latest Clover X64 package,

include HFSPlus-64.efi, apfs.efi, FakeSMC.kext and latest AptioFixPkg.

 

Clover_Builder_app_by_cvad.png

Clover_Builder_app.png

Clover_Builder_script.png
 

Used Xcode toolchain and UDK2018.

Added Check/Cleanup/Сompiling latest AptioMemoryFix.efi.

You can safely edit working script in app Resources.

 

 

Enjoy

 

Feel free to click "like"

 

cvad

 

 

 

Clover_Builder.app.v1.1.6.zip

Hi cvad!

I very love your Clover Builder.app,and i added the support about ApfsSupportPkg driver,it's here

image.thumb.png.cf02a091cfb636643d922852a203425d.png

image.thumb.png.a6ee12632cdf133eda5a150e5d5462e6.png

 

And I have test the new script,it's very fine to work^_^

 

The new script is here

 

script

 

The build output is here

 

Clover Builder Output.txt

 

The product is added ApfsDriverLoader.efi successfully

 

image.thumb.png.c691efbed646822de705445f2a155e7f.png

 

  • Like 4
Link to comment
Share on other sites

 Share

×
×
  • Create New...