
12-05-2008, 06:20 AM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
Quote:
Originally Posted by axhi
i also see an Extensions.mkext.KGrQ in my /System/Library folder, is that any good?
...
i have a bunch of NVDA kexts, are those good?
...
my nvinject says: family specific matching fails
|
NVinject family matching isn't a big deal as those NVDA... these were always a part of the problem with the GeForce kexts from early Leopard installers... (I even re-ran into this problem when I installed native to my AMD via the boot-132 method).
boot via "-s"
Code:
/sbin/mount -uw /
cd /System/Library/Extensions/
rm -Rf NVDA*
cd ..
rm -Rf Extensions.m*
reboot
The issue with the ".KGrQ" file is that it is a temporary cache file for the .mkext file when it is recreated (although named with a different extension each time).
|