Contribute
Register

Guide To Install Yosemite on HP Laptops with Clover UEFI

will having a look at my config.plist help? Permissions - reboot with cache disabled then Kext wizard and reboot twice did not have effect.

Make sure you used the latest PBI-CE to update your config.plist, DSDT, kexts, etc.

Then...

Must be done in the correct order.

- repair permissions (just in case, probably not needed)
- reboot without caches
- rebuild cache
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
- reboot (sometimes 2x)
 
Make sure you used the latest PBI-CE to update your config.plist, DSDT, kexts, etc.

Then...

Must be done in the correct order.

- repair permissions (just in case, probably not needed)
- reboot without caches
- rebuild cache
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
- reboot (sometimes 2x)
AN interesting aside... when I boot without caches I watch the verbose text and see something about rebuilding kernelcache - just in case that matters.
Thanks.
 
Make sure you used the latest PBI-CE to update your config.plist, DSDT, kexts, etc.

Then...

Must be done in the correct order.

- repair permissions (just in case, probably not needed)
- reboot without caches
- rebuild cache
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
- reboot (sometimes 2x)
using PBI 6.4.4
 
AN interesting aside... when I boot without caches I watch the verbose text and see something about rebuilding kernelcache - just in case that matters.
Thanks.

That's bad news. Kernel cache should already be built before.
 
Another inetresting thing - the PBI puts a 10.9 folder in my EFI kexts? Does it think I have mavericks instead of yosemite?

PBI supports 10.9, 10.10, and 10.11.
 
That's bad news. Kernel cache should already be built before.
Lol - No kidding.
I have my CCC backup of my Mavericks.
During the Yosemtie install it had problems creating boot drives(?) - said try again - I did - and it continued fine the second attempt.
I am converting a multi boot (win 7, Linux and Mac) - I can get to the other installs through legacy.
Might just have to start from scratch or use voodoo for audio if I must.
Thanks for the background and knowledge - and most importantly the MOST valuable thing any of us has - your time.
 
Make sure you used the latest PBI-CE to update your config.plist, DSDT, kexts, etc.

Then...

Must be done in the correct order.

- repair permissions (just in case, probably not needed)
- reboot without caches
- rebuild cache
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
- reboot (sometimes 2x)
Thanks for directing me to the terminal to rebuild cache - I can see the problem - the cache rebuild is failing and kext wizard never said anything.

Prelink failed for org.mozodojo.WinbondW836x; omitting from prelinked kernel.
NuvotonNCT677x.kext - no dependency found for org.netkas.FakeSMC.
Prelink failed for org.mozodojo.NuvotonNCT677x; omitting from prelinked kernel.
NSCPC8739x.kext - no dependency found for org.netkas.FakeSMC.
Prelink failed for org.slice.NSCPC8739x; omitting from prelinked kernel.
ITEIT87x.kext - no dependency found for org.netkas.FakeSMC.
Prelink failed for org.mozodojo.ITEIT87x; aborting prelink.
Failed to generate prelinked kernel.
Child process /usr/sbin/kextcache[496] exited with status 71.
Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
 
Back
Top