View Single Post
 
Old 08-28-2009, 01:21 AM
Imkantus Imkantus is offline
 
Join Date: Jul 2009
Location: Germany
Posts: 779
Quote:
Originally Posted by fairlyodd View Post
http://www.insanelymac.com/forum/ind...c=107760&st=40

Anyone have any idea if it would?

Thanks
Much less complicated then that.

First of all I would always apply only the next higher update, so you can assess where problems occur.
Furthermore I would change onto some newer Kernelversion, if you want to update to 10.5.8 - Doesn't the Voodoo Kernel work for you? If not I recommend to use Stage Kernel, it has the same patches applied as ToH 9.2.0 has, but it's 9.4.0 based (using it myself )

Anyway here is how you do:

1. Create a back-up of your working kernel using:
Code:
sudo cp /mach_kernel /working_kernel
Do the same with you Extensions folder, each time you update;
Code:
sudo cp -R /System/Library/Extensions /Extensions_bak
2. Make sure you have Disabler.kext and a Decrypter (dsmos.kext or AppleDecrypt.kext) installed.
3. Download the next Delta Update from Apple and apply it, but do not restart.
4. Open up Terminal and edit the first boot script using
Code:
sudo nano /System/InstallAtStartup/scripts/1
go to the end and replace "Dont Steal Mac OS X.kext" with your Decrypter (2). *
5. Boot up using
Code:
/working_kernel -v
for the next time.
6. Reapply system.kext and eventually even seatbelt.kext and AppleSMBIOS.kext from your back-up to avoid the known problems.

* This is no longer necessary at Update from 10.5.7 to 10.5.8 - instead of it make sure to repair file-permissions using OSx86 Tools before you reboot.

Report your problems and errors and I am sure we'll find a solution, feel free to ask questions about my offhand-written How-To

AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++
AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD

Last edited by Imkantus; 08-28-2009 at 01:26 AM.
Reply With Quote