InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Revision 2 Beta 2 - Please Read (Issue) (http://infinitemac.com/showthread.php?t=225)

xlslx 02-07-2008 03:40 AM

so i will make my drive EFI ready and BEFORE i reboot ill copy the kext to my HDD? can you tell me the Commands for it too? and which chmod/chown?

roisoft 02-07-2008 04:14 AM

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