View Single Post
 
Old 08-18-2009, 12:02 AM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Make a folder on your desktop and use pacifist to open the Update. You will then be able to navigate through and pull the three files you need.
mach_kernel
system.kext
seatbelt.kext

Make sure your current kexts and kernel is backup up and then you can install the kexts using KextHelper or by the methods explained in my previous posts.

You can install the kernel by typing the following in Terminal (Note the ~ and replace FolderOnYourDesktop with yours)
Code:
sudo su
cp -r ~/FolderOnYourDesktop/mach_kernel /mach_kernel
chown root:wheel /mach_kernel
chmod 644 /mach_kernel
Reboot using the boot-flag cpus=1

If you can't reboot we can restore the previous files as they should be backed up.

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