View Single Post
 
Old 01-22-2010, 03:28 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
@ Imkantus - Good idea thanks for pointing that out I think the last time I updated a non retail install was before fakesmc came out

You can alternately install fakesmc.kext which should take care of the script. We will want to:

Download fakesmc.kext from here http://www.kexts.com/view/161-fakesmc_version_2.5.html and place it on your thumb drive. The download has two folders Leopard and Snow, you want to use the one in the Leopard folder.

1. Remove dsmos.kext
Code:
cd /Volumes/YOUR_INSTALL/System/Library
rm -R Extensions/dsmos.kext
2. Add fakesmc.kext
Code:
cp -R /Volumes/USB_DRIVE/fakesmc.kext Extensions
3. Corrent Permissions & Ownership
Code:
chown -R 0:0 Extensions/
chmod -R 755 Extensions/
4. Remove Extensions Cache
Code:
rm -R Extensions.mkext
5. Reboot with the following flags
Code:
-v -f blacklist=0

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote