GithubHelp home page GithubHelp logo

1.3 not work about hac-mini HOT 23 CLOSED

osy avatar osy commented on July 26, 2024
1.3 not work

from hac-mini.

Comments (23)

qibinghua avatar qibinghua commented on July 26, 2024

model:NUC8i7HVK with nvme sm961

from hac-mini.

osy avatar osy commented on July 26, 2024

Post your full EFI directory.

from hac-mini.

qibinghua avatar qibinghua commented on July 26, 2024

full clover directory and works fine: http://www.2b.pm/CLOVER.zip
But with merged your version 1.3, then works error with i2ccontroller time out.

from hac-mini.

osy avatar osy commented on July 26, 2024

Please post your nonworking merged EFI zip

from hac-mini.

HorstBrack75 avatar HorstBrack75 commented on July 26, 2024

I get the very same issue. Then eventually you will get a busy timeout [0], (60sec): ' AppleACPICPU
this only happens when booting from USB device. It can be circumvented by booting with injected kexts.

from hac-mini.

qibinghua avatar qibinghua commented on July 26, 2024

Please post your nonworking merged EFI zip

http://www.2b.pm/clover/0728/CLOVER-notwork.zip

from hac-mini.

qibinghua avatar qibinghua commented on July 26, 2024

I get the very same issue. Then eventually you will get a busy timeout [0], (60sec): ' AppleACPICPU
this only happens when booting from USB device. It can be circumvented by booting with injected kexts.

It is not boot from USB device.

from hac-mini.

osy avatar osy commented on July 26, 2024

It's not working because you didn't use my config.plist.

from hac-mini.

HorstBrack75 avatar HorstBrack75 commented on July 26, 2024

What are all these kext for? This is not HacMini 1.3.....

from hac-mini.

osy avatar osy commented on July 26, 2024

Exactly. I'm not sure why people don't use my config/package and then report issues with it. Of course it doesn't work.

@qibinghua Please start with a brand new config. Back up your EFI and delete everything. Reinstall clover and use the following install options:

  1. Clover for UEFI booting only
  2. Install Clover in the ESP
  3. UEFI Drivers -> ApfsDriverLoader-64 (for APFS support)
  4. UEFI Drivers -> SMCHelper-64 (for FakeSMC support)
  5. UEFI Drivers -> AptioMemoryFix-64 (for FileVault support)
  6. UEFI Drivers -> HFSPlus (for HFS+ support)
  7. UEFI Drivers -> UsbKbDxe-64 (needed for FileVault support)
  8. FileVault 2 UEFI Drivers -> AppleUISupport-64 (for FileVault support)

Then from the 1.3 zip, copy all the files in and replace config.plist. You have so many things that are known to be broken in your EFI.

from hac-mini.

qibinghua avatar qibinghua commented on July 26, 2024

It's not working because you didn't use my config.plist.

I change to your config.plist in clover boot menu when i boot. the config name is config-1.3.plist

from hac-mini.

osy avatar osy commented on July 26, 2024

I see, but please still follow my comment about a fresh EFI. You have kexts that are known to be broken.

from hac-mini.

jarryji avatar jarryji commented on July 26, 2024

I supposed you installed mac on a SATA SSD, then you need a kext called as SATA-unsupported.kext to enable boot up from sata drive

from hac-mini.

qibinghua avatar qibinghua commented on July 26, 2024

I see, but please still follow my comment about a fresh EFI. You have kexts that are known to be broken.

I click F11 clean the nvram, and I2Controller timeout is resolved, but Polaris22MetalFixup.kext will cause rebooting issue. when i change to Polaris22Fixup.kext, it is resolved.

from hac-mini.

osy avatar osy commented on July 26, 2024

I see, but please still follow my comment about a fresh EFI. You have kexts that are known to be broken.

I click F11 clean the nvram, and I2Controller timeout is resolved, but Polaris22MetalFixup.kext will cause rebooting issue. when i change to Polaris22Fixup.kext, it is resolved.

Is this with a fresh EFI and no other kext?

from hac-mini.

osy avatar osy commented on July 26, 2024

In another thread the issue was the user was on 10.14.3. Make sure everyone is on 10.14.5+.

from hac-mini.

harryxh avatar harryxh commented on July 26, 2024

Get the same problem. Tried 10.14.5 and 10.14.6, both error with i2ccontroller time out.
EFI.zip

from hac-mini.

harryxh avatar harryxh commented on July 26, 2024

I see, but please still follow my comment about a fresh EFI. You have kexts that are known to be broken.

I click F11 clean the nvram, and I2Controller timeout is resolved, but Polaris22MetalFixup.kext will cause rebooting issue. when i change to Polaris22Fixup.kext, it is resolved.

Followed your method but don't have the luck..

from hac-mini.

22dm avatar 22dm commented on July 26, 2024

I see, but please still follow my comment about a fresh EFI. You have kexts that are known to be broken.

I click F11 clean the nvram, and I2Controller timeout is resolved, but Polaris22MetalFixup.kext will cause rebooting issue. when i change to Polaris22Fixup.kext, it is resolved.

Followed your method but don't have the luck..

I have the same problem, press space in the clover and select boot macOS with injected kexts solved this problem.

from hac-mini.

Super-Genius avatar Super-Genius commented on July 26, 2024

I see, but please still follow my comment about a fresh EFI. You have kexts that are known to be broken.

I click F11 clean the nvram, and I2Controller timeout is resolved, but Polaris22MetalFixup.kext will cause rebooting issue. when i change to Polaris22Fixup.kext, it is resolved.

Followed your method but don't have the luck..

I have the same problem, press space in the clover and select boot macOS with injected kexts solved this problem.

Thank you for this, it made it work to install for me. And it did work on 10.14.6!

from hac-mini.

osy avatar osy commented on July 26, 2024

So what I don't understand is that in config.plist I have

	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Yes</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>

This, in theory, should always inject kext without having to select that option. I wonder if Clover EFI is broken in latest builds.

from hac-mini.

dingld avatar dingld commented on July 26, 2024

So what I don't understand is that in config.plist I have

	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Yes</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>

This, in theory, should always inject kext without having to select that option. I wonder if Clover EFI is broken in latest builds.

I met the same issue; Can you please tell your clover version?

from hac-mini.

osy avatar osy commented on July 26, 2024

Closing issue since original problem appears to be resolved. Any farther issues, please open a new ticket.

from hac-mini.

Related Issues (20)

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.