-
Notifications
You must be signed in to change notification settings - Fork 124
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
Docker checksum fails - solution inside #33
Comments
Hi @obarlev, thanks for your guide. I am experiencing the same issue. Do you mean setting |
@morningex exactly, just leave them blank (no zero needed as far as I know). |
Yeah, since 10.5.5 you don't need this Fake-CPU-ID anymore. But I some people already told me, that they needed to add it again for the Big Sur Beta. So I just left it in my config as long as this produces no issues. |
I am runnin 10.15.6. On intel nuc 10 i7 (10710U). Removing Cpuid1Data and Cpuid1Mask makes my system fail to boot. |
Try this https://www.tonymacx86.com/threads/intel-nuc-10-frost-canyon.289485/page-35#post-2153839 |
this is not working for me. It can pass all the loading and debug information (the white text showing before booting into macOS). After loading all the white text, it stuck at black screen forever. |
Sorry about that. |
appreciate your help |
I installed 10.15.6 too. |
yes, I did what the above suggest. can you share what xxxx and cpu model are you using? |
|
I am using the exact value running on a i7-10710U. But I cannot boot |
Sorry for that, and I'm totally a newbie in hackintosh.Maybe you can try to ask for some help at www.tonymacx86.com. People are kindly there. |
no worries, I am new to it too. Thanks for your help appreciated |
With the latest OpenCore 0.6.1 files in the master branch of this repo at the time of this comment, it looks like this issue in acidanthera has now been merged in and appears in this repo. I can not reproduce this issue and likely this bug should now be closed... |
@klwlau Did you find a solution to this issue? I have exact same NUC 10 i7 and running into same problem. |
@jkcom yes i do.
|
@morningex Thank you so much! I only tried with empty values, but using the edited and the reboot did the trick! |
Hi,
Docker checksum fails while pulling most images I tested (private and public registries).
filesystem layer verification failed for digest sha256:
After a lot of digging I've found this issue:
docker/for-mac#4654
The offered solution is to remove the values of "Cpuid1Data" and "Cpuid1Mask".
Per my tests it works, just wondering what that means to keep those fields with no values? any expected impact?
The text was updated successfully, but these errors were encountered: