Contribute
Register

How to prevent Parallels 7 from breaking kernel cache

Status
Not open for further replies.
Joined
Aug 17, 2011
Messages
21
Motherboard
Dell Vostro 3750
CPU
Intel® Core™ i7-2670QM Processor
Graphics
Intel® HD3000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi,

this is a fairly small and easy issue to fix. i'm mentioning this since it seems macinsane (viewtopic.php?f=7&t=25427&view=next) had trouble finding it.

so afaik the UseKernelCache option only works if every kext is located in /S/L/E and nowhere else. (so no more /E/E.)

parallels 7 creates symlinks in /S/L/E which should to be the cause for the kernel caching to fail.

to make it short, just copying them like this:

Code:
sudo rm /System/Library/Extensions/prl_*
sudo cp -vr /Library/Parallels/Parallels\ Service.app/Contents/Kexts/10.6/prl_* /System/Library/Extensions/

fixed it for me. parallels is still working as before (bootcamp, networking and everything).
i guess you will have to repeat this after each update.

regards,
below
 
Thank you for this. Others said to remove parallels, which is a terrible solution if you've paid for it and like it otherwise.
 
I don't get these error messages ( "S/L/E is more recent than kernel cache" or "KextIdentifiers is out of date" etc.) but this is still a good tip. I did it and P7 still works. Thanks!
 
Status
Not open for further replies.
Back
Top