Coder Social home page Coder Social logo

clover-builder's People

Contributors

dids avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

clover-builder's Issues

Add retry logic to GitHub file uploads (CI)

GitHub's been throwing server errors fairly often now, which is causing partially failing builds.

A quick fix would be to retry each individual file upload a few times, and not just flat out fail the build when a single upload fails.

Hide/Remove "Clover Booted from EFI" text

Hey,

Noticed with the latest version that there is now status text being displayed saying "Clover booted from EFI" (in the top left corner of the bootloader screen/menu) -- How does one update the theme or config.plist file to prevent this? (are you able to hide this text)?

Let me know! Thanks

Make sure that existing tags/releases aren't created more than once

There's a possibility that tags/releases will update if the revision hasn't changed, although I'm fairly sure this'll only happen with the GitHub Releases stage, so only the binaries would update, which is not too big of a deal.

That said, it's still a good idea to guard against this.

Clover versions

Will this be updated to match the new Clover revisions? Also the new revisions doesn't include HFSPlus.efi

just a plea

Hi, Dids, thank you very much for the automatic deployment script,it's very convenient and timely. But I have a plea that could you please release a ZIP including.Pkg and.Md5, and the rest is a CLOVERX64.efi?You konw, in most cases, people upgrade Clover only to upgrade Cloverx64.efi, so if you increase the release of Cloverx64.efi, it will be more convenient to upgrade. Of course, the decision is yours : ) hope you have a nice day.

After ver 4895 some change on the sound of HDEF

Hi Clover team,

I'm trying to update the lasted version of Clover but my hackintosh got the problem with audio.

With the version of clover from 4895 and below the audio can working well with full jack and config via me( appleALC and mapper jack).
But after updated to the lasted version of Clover, my hack just received some jack and incorrect name i already config in the AppleALC.

So I'm finding in the changelog of Clover and saw you are changed from ver 4903 to remove _DSM of HDEF device. So I think it makes an impact on AppleALC.

So thanks and hopping new release from your side. :)

Add support for commit messages

Original commit messages from Clover's SVN repository should be included with the GitHub tag/release.

If feasible, it would be nice to also have them in the .pkg itself.

need cleanup

hi. Dids

left: Official Clover Package, right: Dids's Clover-builder Package
2018-08-05 8 51 11

first
in your package, there is no "CloverEFI 64bits BiosBlockIO" on CloverEFI part.

second
2018-08-05 8 51 25
no need apfs.efi and patched apfs.efi
also already include ApfsDriverLoader and AptioInputFix and AptioMemoryFix.

you need to check official clover package

thanks in advance

Investigate a potential issue with emulated NVRAM driver

According to a single report, the NVRAM emulation driver is being included in the installation even if it is deselected and not currently installed in the EFI.

Thoroughly test this and see what could potentially be causing it.

NvmExpressDxe incompatible with SATA Fusion Drive Disk

Clover hangs on "search for entries" when a Nvme SSD has been installed on a PCI adapter on a motherboard with UEFI bios that hasn't native support ad is configured a fusionDrive (on SATA port).

Solution for booting: disable slot PCI or disable SATA Port (Alternatively).

BlockSize:512LegacyApfsContainerScan

boot fisrt tip this msg:
BlockSize:512LegacyApfsContainerScan:Block device not supportedSuccess
LegacyApfsContainerScan: Entrypoint

367ebd49f797fc10284e49c312dba3c1

how can i disable this msg on boot?can u help me?
and bois setting csm is on

Can't install

Hello!

I tried to install but I got the following errors.

Screenshot 2019-05-28 at 16 25 16

Screenshot 2019-05-28 at 16 25 25

Running 10.14 (18A391)

idea and request

I am asking you if you can do a patch that will help you run the Mojave on the Dual2Core processor, there are many users who have this processor in their hackintosh and every time after the update we have to manually change the file S/L/UserEventPlugins/com.apple.telemetry.plugin from HighSierra, could it be automated in clover permanently? I'm sorry but I think you will understand what I wrote because I use hihi translator.

Crashes on Catalina

When I am installing Clover v2.5k_r5098, the installation crashed at step 3, warning unable to continue. Is there is a way to fix this? My macOS version is Catalina, 10.15.1

still has issue

2018-08-06 8 11 27

left: micky Build_Clover.command_v4.8.9
right: Dids package

thanks for cleanup
but
here is boot sector part. there is problem
also you removed HFS+ driver from previous commit.
was it problem?

install failed

when i install the newest pkg in the newest mojave, i can't choose destination folder,
finally install failed, what can i do when this happened

Text is gibberish

The text on my clover boot screen is all gibberish. In discussions about the problem on Reddit, we found that 4728 didn't have the gibberish problem, and 4729-4731 did. I just downloaded 4733 to give that a try, but I'm not seeing it mentioned in the changes, so I'm going to assume it's still there.
gibberish

HFSPlus

Is HFSPlus.efi being updated on your clover? Found the direct link of that efi but it hasn't been updated for 3 years already. Also r5098 is released on Slice's github.

Add build time info

Having more details on how long the build took from trigger -> release, as well as how long the build itself took would be nice to have, potentially even as part of the Discord message.

Override Clover update check logic

If possible and/or feasible, see if you can override Clover's update check logic (Clover.prefPane?) to look at our GitHub releases instead of the official Clover releases, so we could have much more frequent updates with relative ease.

I want to load Acpi Table and DSDT patcher to install WIN7 through clover. Avoid WIN7 0x000000A5 ACPI BSOD ERRORS. Is this idea feasible?

lenovo xiaoxin air14 install WIN7 0x000000A5 ACPI BSOD ERRORS!
Alt text
It may be that the motherboard Acpi Table, DSDT patcher and WIN7 are incompatible, causing WIN7 0x000000A5 ACPI BSOD ERRORS

Find the Acpi Table and DSDT patcher compatible with WIN7. Clover loads the Acpi Table and DSDT patcher to guide and install WIN7 to avoid WIN7 0x000000A5 ACPI BSOD ERRORS. Is this idea feasible? If clover does not have this feature, can you consider adding this feature?

This is a screenshot of lenovo xiaoxin air14 Bios:
Alt text Alt text

This is the lenovo xiaoxin air14 hardware:
Alt textAlt text

Thank you for your reply and good luck! I am willing to work with you to solve the problem。

hello Dids

here is report for package about default driver part.

left:micky script, right: your package.
2018-10-02 7 20 42

left:micky script, right: your package.
2018-10-02 7 20 52
In driver part, you can see default driver(essential files) in micky package.
but recent, clover package was changed for FV2 drivers.
in your package, default driver is missing.

also i tested it with clean status(remove /Library/Preferences/com.projectosx.clover.installer.plist)
still same. need fix

thanks in advance

Package incompatible error in macOS Catalina DP6

While trying to install Clover r5056 on Catalina Developer Preview 6, the installer throws an error saying "This package is incompatible with this version of macOS"A screenshot of the said error is attached to this post.
Screenshot 2019-08-24 at 20 51 32

Clover r5104

Hi! when can we get r5104? Slice's github has released r5104 already.

Incompatable

I've noticed in the last few months when upgrading EFI bootloader, I get an error: This package is incompatible with this version of macOS. My Hackintosh is still running perfectly(macOS 10.15.3)

Add support for triggered builds instead of on a schedule

While scheduled daily builds are nice, it would be even nicer to have builds happen for every single revision change.

This means that we'll need a separate process that monitors Clover's SVN for changes, then sends a build trigger to the Travis API.

This should be trivial to implement, but does involve having a separate process for tracking the changes. There's nothing wrong with that per se, but it does mean that there's an additional point of failure, as well as potential for manual maintenance/intervention, should the change detection break or go down.

Shift Key not working

Shift key not working in clover. While typing in the bootargs and in the shell64 menu.
I can't type : and other shift key symbol. I notice this in r4979. in r4930 shift key is working fine. I find it difficult when trying to fix EFI boot entry in bcfg boot dump. Thanks

AptioMemoryFix get deleted at end of clover installation

Steps to reproduce:

  1. Open Finder with EFI/CLOVER/drivers/UEFI open
  2. Try to install Clover with AptioMemoryFix selected
  3. Notice that at the end of installation EFI driver is deleted

I need to manually copy it at the end of installation and I use it because my boot mechanism is not stable if I don't do it.

Clarify relation to other project(s) ?

Greetings,

I found this github from a Google search and downloaded the clover installer from here. After some time of reading /r/hackintosh FAQ, I started thinking I may have downloaded the wrong version of clover, and perhaps even something nefarious.

Your README links to : https://clover-wiki.zetam.org/ for the source project, but that link is broken.

Additionally, it's not clear what the relation if any between this repo and: https://github.com/CloverHackyColor/CloverBootloader/releases

Which I think is the "official" one ? Is this repo automated builds of that one?

Thanks -Kevin

Revert AptioFix drivers

Looks like Slice is about to add the AptioFix drivers to Clover by default, at which point we should remove the newly added drivers, so we don't have duplicates.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.