View Single Post
 
Old 10-27-2008, 02:52 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
with Leo4Allv3, after you install with the correctly customized install, does it allow you to boot to the Hard drive without the DVD in the drive? if so, during the boot countdown, enter the boot flag
Code:
-f -s
and this will take you to the single user mode (which looks strangely like Terminal )

type the following:
Code:
/sbin/fsck -fy
/sbin/mount -uw /
passwd root
(you're going to enter a new password two times)
continue on:
Code:
touch /var/db/.AppleSetupDone
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -Rf Extensions.mkext
reboot
make sure you don't miss any spaces or punctuation. it is all there for a reason.

Now install chameleon. Then PM me for the updates as we cannot post the AMD updates on the forum.


Last edited by nfoav8or; 10-27-2008 at 02:54 AM.
Reply With Quote