Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3 not work #19

Closed
qibinghua opened this issue Jul 27, 2019 · 23 comments
Closed

1.3 not work #19

qibinghua opened this issue Jul 27, 2019 · 23 comments
Labels
configuration Configuration issues

Comments

@qibinghua
Copy link

微信图片_20190727173139

@qibinghua
Copy link
Author

model:NUC8i7HVK with nvme sm961

@osy
Copy link
Owner

osy commented Jul 27, 2019

Post your full EFI directory.

@qibinghua
Copy link
Author

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.

@osy
Copy link
Owner

osy commented Jul 27, 2019

Please post your nonworking merged EFI zip

@HorstBrack75
Copy link

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.

@qibinghua
Copy link
Author

Please post your nonworking merged EFI zip

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

@qibinghua
Copy link
Author

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.

@osy
Copy link
Owner

osy commented Jul 27, 2019

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

@HorstBrack75
Copy link

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

@osy
Copy link
Owner

osy commented Jul 27, 2019

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.

@qibinghua
Copy link
Author

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

@osy
Copy link
Owner

osy commented Jul 27, 2019

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

@jarryji
Copy link

jarryji commented Jul 27, 2019

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

@qibinghua
Copy link
Author

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.

@osy
Copy link
Owner

osy commented Jul 27, 2019

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?

@osy
Copy link
Owner

osy commented Jul 29, 2019

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

@harryxh
Copy link

harryxh commented Aug 10, 2019

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

@harryxh
Copy link

harryxh commented Aug 10, 2019

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..

@22dm
Copy link

22dm commented Aug 11, 2019

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.

@Super-Genius
Copy link

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!

@osy osy added the configuration Configuration issues label Aug 25, 2019
@osy
Copy link
Owner

osy commented Aug 25, 2019

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.

@dingld
Copy link

dingld commented Aug 31, 2019

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?

@osy
Copy link
Owner

osy commented Sep 2, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration Configuration issues
Projects
None yet
Development

No branches or pull requests

8 participants