-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Boot process] Ignoring kextcache invocation from early boot #1346
Comments
I have that too. Mine taking 10 sec. But, I am not sure this is related to OC. |
Have the same issue with a partition from beta 1 to 10. After that I did a clean install for the release and it disappears. Are yours upgraded from beta as well? |
I've dirty upgraded from Catalina 10.15.7 (19H2) to Big Sur 11.0.1 (20B25) |
I think u haven't enable trim thats why it takes 10 sec otherwise it takes 20+ sec |
TRIM is auto-enable on NVME. You don't need an extra step for TRIM on Catalina and Big Sur. But this problem is not related to TRIM. |
I don't think that TRIM is the cause of that issue, since NVMe, as @telepati said have TRIM enabled OOB. |
Me too. |
UpdateAfter upgrading to OpenCore 0.6.4 (as well as the kexts) I'm still experiencing a break of a few seconds on the string `Ignoring kextcache invocation from early boot. However, compared to OpenCore 0.6.3, the interruption takes a few seconds less |
Me too. |
However, still taking about 5~10secs |
I am using NVME and I still have this issue. It takes about 10/15 sec. |
The issue looks like a bug on Apple side. Please report to Apple. |
Setting "SetApfsTrimTimeout" to 999 disables this problem and shortens the boot time. |
Sorry for the late reply: I tried this trick but nothing changed. The boot process still hangs for a few seconds before proceeding. |
This solution did the trick for me. No longer any hang at all at "Ignoring kextcache invocation from early boot" |
nothing changes by me |
Neither do I. I simply swapped the NVMe from a Sabrent Rocket NVMe to a Western Digital Black SN750 and the boot-process is definitely faster, despite still hanging for a few seconds on |
I think all of this is TRIM related. Setting 999 on SetApfsTrimTimeout disables TRIM since it's a very short timeout, so the SSD can behave differently (hanging or not hanging) due to the supported/unsupported nature in IONVMeFamily.... Before making any future purchase, I recommend everybody to check this post |
Hi there,
I don't even know if this can be considered as an issue, but I've noticed that while booting macOS Big Sur 11.0.1 (20B29) on my Dell Inspiron 5370 with OpenCore 0.6.3 and latest kexts (EFI), the boot process hangs itself for circa 5 seconds on the string
Ignoring kextcache invocation from early boot
. I don't care too much about boot-times since 20 seconds is a reasonable time, but wanted to elaborate on that """bug""". Do you have any idea?Thank you so much and have a nice day ^^
The text was updated successfully, but these errors were encountered: