View Single Post
 
Old 12-22-2008, 08:31 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by OrangeJuice View Post
I have two intel machines that I got running 10.5.2 as their default OS. However they are quickly dragging behind my real macs and I need to update them.

Since I did this install 3-4 months ago, a lot has changed so I'll start here and just inform me if there is anything I need to know. I'm looking to update to 10.5.6 with the Voodoo Kernel. Is there a combo update released somewhere that will get me up to 10.5.5 or 10.5.6?

And can somebody explain the new requirements for 10.5.6, I keep reading that it requires some preparation but I don't understand exactly what has to be done and why.



I appreciate any help.
First off, an update sounds like its just what you need.

The Voodoo kernel supports a lot of CPUs and I'm hoping that it will support yours as well, but since you haven't posted any system specs I can't say for sure. Can you edit your Signature (Quicklinks -> Edit Signature) to include both machine's specs? Thanks.

Now on to updating. First you want to save all the files that you used in order to get your machines working (chipset, video, audio, wireless/LAN, etc.). Once you've got these backed up, (my recommendation is to) manually install the Voodoo kernel (assuming from above that it works) and check to make sure you have an AppleDecrypt kext, an AppleSMBIOSEFI kext, and an IntelCPUPMDisabler kext (you may not need this kext depending on the Intel CPU you have). These three files along with the Voodoo kernel are the keys to getting the retail installs to work... if you need any of them, PM me and I'll send the links your way. (We can't post links to those kinds of files in the general forum as it goes against Apple's Copyright, so we use Private Messages in the forum. )

Yes, you heard me right ... retail as in download the updates right through Apple Software Update and install. But first...

I wouldn't recommend this until you've posted your specs and we can first make sure the Voodoo kernel works fine with your system.

To manually install the Voodoo kernel, download the kernel from its the xnu-dev site. open the Terminal and type:
Code:
sudo -s
cp /Volumes/Voodoo\ Kernel/Files/mach_kernel.voodoo /
cp /Volumes/Voodoo\ Kernel/Files/mach_kernel.voodoo /mach_kernel
One more thing of note with this is why i had you copy it twice to two different files... This is because when you use Apple's updates they will overwrite the mach_kernel file with the new retail one from Apple so when you DO decide to update, make sure you use the boot flag: "mach_kernel.voodoo" to specify the kernel that will not be updated. You will want to use this kernel before and after you update your system in order to not get Kernel Panics or auto-restarts at boot. now when you are done updating, simply use Terminal again and type:
Code:
sudo -s
cp /mach_kernel.voodoo /mach_kernel
and restart without having to use the boot flags anymore.

You mentioned above the distress about 10.5.6 having to need a little something extra... This is not true anymore in terms of the dsdt.aml file, however Apple made it so that the Voodoo kernel is unable to blacklist the AppleIntelCPUPowerManagement.kext file anymore so therefore (if your system Kernel Panics by using this) you need the IntelCPUPMDisabler.kext mentioned above.

Hope this helps. Any more questions, ask away....

remember to post your specs. Thanks.

Reply With Quote