Jump to content

from 10.4.10 to 10.4.11


dodo
 Share

3 posts in this topic

Recommended Posts

any success on updating from 10.4.10 to 10.4.11

 

i have use this but no luck.

 

Updating 10.4.10 to 10.4.11

 

Note: This is a simple install guide - you may need to re-install other kexts to get all your hardware working again, though I'm sure you'll be able to work that bit out yourself - As you'll have had to do that at least once before!

 

Step 1) Open the Terminal (Go > Utilities > Terminal) Type the following:

 

Code: Select all

cd desktop

mkdir backup

cd backup

sudo cp -R /mach_kernel ./

sudo cp -R /System/Library/Extensions/AppleSMBios.kext ./

sudo cp -R /System/Library/Extensions/AppleACPIPlatform.kext ./

 

 

Step 2) Copy whatever graphics card driver you use to the backup directory too.

Step 3) Download the official Mac 10.4.11 Intel Update from Apple.

Step 4) Run the installer, DO NOT REBOOT when prompted.

Step 5) Open the Terminal (Go > Utilities > Terminal) Type the following:

 

Code: Select all

cd desktop/backup

sudo cp -R ./mach_kernel /mach_kernel

sudo cp -R ./AppleSMBios.kext /System/Library/Extensions

sudo cp -R ./AppleACPIPlatform.kext /System/Library/Extensions

 

 

Step 6) Copy whatever graphics card driver you use from the backup directory to /System/Library/Extensions

Step 7) Open Disk Utility (Go > Utilities > Disk Utility), select the Mac OS X partition, click the Repair Disk Permissions button, when it is completed reboot your computer.

 

 

ANY HELP WOULD BE APPRECIATED.

 

SYSTEM INFO

MOBO : GIGABYTE GA-8I865GME-775-RH

CPU : INTEL P D 3.4GHZ 800MHZ FSB

MEM : 1 GB 2x512

GPU : NVIDIA GF FX5700LE 256MB

CD/DVD DRIVE : SAMSUNG BURNER

PCI : VIA IEEE 1394

HDD : 1 300GB SEAGATE SATA (TIGER XxX 10.4.10 install)

Link to comment
Share on other sites

 Share

×
×
  • Create New...