
02-07-2008, 04:14 AM
|
 |
|
|
Join Date: Jan 2008
Location: Spain
Posts: 450
|
|
you can do this steps after reboot donīt worry your applesmbios works too.
If you can boot into leo then go to /system/library/extensions and replace (drag & drop) the old aplesmbios for the new one, open a terminal and type
sudo -s
(your password)
cd /system/library/extensions
chmod -R 755 * && chown -R root:wheel *
cd ..
rm extensions.mkext
kextcache -a i386 -e
reboot
|