Jump to content

How to upgrade ToH RC2 Mac OS X 10.5 to 10.5.1 on Intel only!


cmdshft
 Share

18 posts in this topic

Recommended Posts

How to upgrade ToH RC2 Mac OS X 10.5 to 10.5.1 on Intel only!

 

1. Download the Apple Update from the website here

 

2. Backup your kernel to your desktop:

 

sudo cp /mach_kernel ~/Desktop

 

3. Go to your extension folder and move any kexts you have customized to your dektop (nvidia kexts, natit, any wireless drivers, etc). Make sure to backup your AppleSMBIOS.kext if you used a custom one for the Adobe CS3 fix. Just drag and drop them to the desktop.

 

4. Run the update you downloaded. When it says it's finished, don't click anything, just move it to the side and ignore it for now.

 

5. Now, let's copy back your kernel and kext's:

 

Kernel:

sudo cp ~/Desktop/mach_kernel /

 

Kexts: (natit is used as an example)

sudo cp ~/Desktop/Natit.kext /System/Library/Extensions

 

Repeat for each kext you copied to the desktop.

 

6. Time to run a few more commands.

 

Kernel

sudo chmod -R 644 /mach_kernel

 

Kexts: (run these on each kext you copied back to the extensions folder, i will use AppleSMBIOS as an example)

sudo chmod -R 755 /System/Library/Extensions/AppleSMBIOS.kext
chown -R root:wheel /System/Library/Extensions/AppleSMBIOS.kext

 

7. Go back to the installer, and finish it. Your system will now reboot. If you've done everything as directed, you will now have booted successfully into Mac OS X 10.5.1

 

8. Congrats, you're done!

Link to comment
Share on other sites

Didn't work for my ASUS W5F notebook.

After a new fresh Leo install I followed these instructions and it shows a like desktop blue screen only.

No icons, no cursor, nothing...

I had no custom kext only that from Leo install.

No software installed either.

Can be my GMA950 video? It works fine in 10.5.0. Ci/QE ok.

Link to comment
Share on other sites

Didn't work for me. Like Maskhere the computer boots into a solid blue screen. I tried plugging in an external monitor but nothing. Laptop HPDV6205US with GMA950. Worked fine (and without Natit) using 10.5.0. Now I can't even boot in using -x safe mode. Any suggestions welcome!

Link to comment
Share on other sites

I am not sure but it seems that 10.5.1 borks GMA950 support, everyone i talked to about this issue all have that chipset. Offhand i have no idea how you can fix it so i suggest that you dont update if you have GMA950.

Link to comment
Share on other sites

You need the intel kexts which can be downloaded here:

 

GMA950.zip

 

Simply replace the existing kexts in /System/Library/Extensions with these and change to the appropriate ownership and permissions with:

 

$sudo chown -R root:wheel AppleIntel* && chmod -R 755 AppleIntel*

 

Finally remove Extensions.kextcache and Extensions.mkext from /Systems/Library/:

 

$sudo rm Extensions.kextcache Extensions.mkext

 

Reboot and that should fix your display.

Link to comment
Share on other sites

You need the intel kexts which can be downloaded here:

 

GMA950.zip

 

Simply replace the existing kexts in /System/Library/Extensions with these and change to the appropriate ownership and permissions with:

 

$sudo chown -R root:wheel AppleIntel* && chmod -R 755 AppleIntel*

 

Finally remove Extensions.kextcache and Extensions.mkext from /Systems/Library/:

 

$sudo rm Extensions.kextcache Extensions.mkext

 

Reboot and that should fix your display.

 

 

Model Name: Mac

Model Identifier: ACPI

Processor Name: Intel Core Solo

Processor Speed: 1.66 GHz

Number Of Processors: 1

Total Number Of Cores: 1

L2 Cache: 1 MB

Memory: 1 GB

Bus Speed: 667 MHz

Intel GMA 950:

 

Chipset Model: GMA 950

Type: Display

Bus: Built-In

VRAM (Total): 64 MB of shared system memory

Vendor: Intel (0x8086)

Device ID: 0x27a2

Revision ID: 0x0003

Displays:

Display:

Resolution: 1280 x 768

Depth: 32-bit Color

Core Image: Hardware Accelerated

Main Display: Yes

Mirror: Off

Online: Yes

Quartz Extreme: Supported

AL2016W:

Resolution: 1280 x 1024 @ 75 Hz

Depth: 32-bit Color

Core Image: Hardware Accelerated

Mirror: Off

Online: Yes

Quartz Extreme: Supported

Laptop HP Pavilion dv1000

 

Works for me too :=) !!!!

Link to comment
Share on other sites

How do you prevent Pacifist from installing the Kernel (or other files for that matter)? I dont't see any 'check' areas to decide whihc specific files to install within Pacifist. (Pacifist 2.5.1 - latest version).

Steve

 

 

You can highlight all of the packages in the updater installer, then un-highlight mach_kernel from the list.

Link to comment
Share on other sites

 Share

×
×
  • Create New...