Subscribe to our RSS news feed
AAPL 275.62 (0.56)

> Forum Guidelines

Welcome to the Genius Bar. Here's how this forum works:

1. Members are encouraged to make a guide that details something that they might have found troubling or challenging. Chances are, if you've seen the same question asked over and over again, you should write a guide for it.

2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it. Just don't start a thread for a specific question. Use the other forums here for that.

3. Posting links to off-site tutorials is not allowed.

4. That's it! Thanks for sharing your information with the rest of us. :)

To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up. Quality guides promoting new methods and encouraging users to learn will be approved.


24 Pages V   1 2 3 > »   
Reply to this topic Start new topic
Update hackintosh 10.4.8 to 10.4.9 and 10.4.9 to 10.4.10 INTEL ONLY, You can also use these instructions for 10.4.10
*******
  • Group: Members
  • Posts: 993
  • Joined: 29-January 06
  • From: Cairo, Egypt and New York, USA
  • Member No.: 21,972
THIS GUIDE HAS BEEN UPDATED AGAIN. biggrin.gif

As of 8/25/2007:
This guide can also be used to update a system from 10.4.9 to 10.4.10. It will not update from 10.4.8 to 10.4.10.
The combo update will not work with these instructions. I prefer that you only update the system and not the kernel. 10.4.10 kernel is not completed yet.



INSTRUCTIONS TO UPDATE THE KERNEL ARE BELOW. (only 10.4.9)

=======================================================================
Requirements:
1) 10.4.9 Delta updater: http://www.apple.com/support/downloads/mac...pdateintel.html
2) 15-30 minutes of your time
3) Pacifist
4) IRC client to get new kernel.

=======================================================================
Steps to update to 10.4.9/10.4.10 without new kernel:
1) Open up the terminal and type "sudo -s" then "your password" then the following (line by line):
CODE
cp /mach_kernel /old
cp -R /system/library/coreservices/loginwindow.app /
cp -R /system/library/extensions/AppleSMBIOS.kext /
cp -R /system/library/extensions/AppleACPIplatform.kext /
cp -R /system/library/extensions/AppleAPIC.kext /
cp -R /system/library/extensions/IOATAFamily.kext /
cp -R /system/library/extensions/system.kext /

2) Keep terminal open.
3) Open disk utility and keep it open
4) Run the delta installer (AND DO NOT RESTART---IGNORE THE INSTALLER WINDOW)
5) Open terminal and type the following:
CODE
cp /old /mach_kernel
cp -R /loginwindow.app /system/library/coreservices/
cp -R /AppleSMBIOS.kext /system/library/extensions/
cp -R /AppleACPIplatform.kext /system/library/extensions/
cp -R /AppleAPIC.kext /system/library/extensions/
cp -R /IOATAFamily.kext /system/library/extensions/
cp -R /system.kext /system/library/extensions/
rm -rf /system/library/extensions.*

6) Open disk utility and repair permissions for your OS X partition
7) Pray and restart the system (unless you have GMA 900 or GMA 950--> read below)
8) Post pictures of your 10.4.9/10.4.10 whistle.gif
NB:- The first system boot after the update might take very long and cause a couple of restarts.

=======================================================================
GMA 900/950 users: (Do these steps after finishing above steps)

900: Go to this site http://diabolik1605.com/DHF/iATi.html download the GMA900 package and install it then reboot.

950: install the support files from the 10.4.8 DVD or any other source that you have.

=======================================================================
Kernel update steps (for the 10.4.9 kernel):
Once you make sure that everything is working fine with above steps, do these.

1) Go to system>library>extensions and copy system.kext to the desktop
2) Open your update DMG and open the .pkg with pacifist.
3) Select system>library>extensions>system.kext (ONLY THIS KEXT) and click install.
4) Go to: irc.osx86.hu then #kernel the #1049 to get the link for the latest 8.9.1 universal kernel (use an irc client like colloquy)
5) Download the latest universal kernel, extract it, and rename it to mach_kernel instead of mach_sse2.
6) Put this kernel in the users folder (temporarily)
7) Open the terminal and type the following:
CODE
sudo -s
cp -R /mach_kernel /old
cp -R /users/mach_kernel /
(DO NOT DO IF YOU HAVE CORE 2) rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext
rm -rf /system/library/extensions.*

8) Repair permissions using disk utility.
9) Reboot and pray again... lol

=======================================================================
Congratulations, you now have the complete and latest version of OS X dance_24.gif

***If this does not work, boot with the boot flag "old" (without quotes)
Copy old system.kext from you desktop back to the extensions folder and repair permissions.
open terminal and type:
CODE
sudo -s
rm -rf /mach_kernel
cp -R /old /mach_kernel


=====================================================================
Disclaimer:
Again, I am not responsible for any damage happening to you, your computer, your data or anything due to following my instructions. Different hardware configurations could still cause problems.
Attached File(s)
Attached File  Picture_1.png ( 358.5K ) Number of downloads: 9454
Attached File  new.png ( 816.11K ) Number of downloads: 197474
 
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 53
  • Joined: 17-August 06
  • Member No.: 51,438
Hi!

I followed your method exactly, and it worked for me with SSE2 and b9 semthex kernel. Great work! Just loginwindow.app still crashes, which also was the case for me with 10.4.8, so no surprise there. Thats why i cant show a pic of it, but im running 10.4.9 on SSE2 and thats cool.

regards
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 20-July 06
  • From: South Brazil
  • Member No.: 47,352
Hello, just spent the last hour installing from zero 10.4.8... installed wireless and my gma900 support...

followed your instruction correctlly... before rebooting went to system info and it showed 10.4.9... but could not boot...

I got passed the grey logo screen, but it froze in the blue one (same as if i didn't have the vga dongle trick for the gma900)...
i dont know what i did wrong...

I noticed one thing: when i repaired permissions, there was nothing to be repaired, i even ran it twice just to be sure... I'm wondering if this is normal...

I'll have to format and reinstall 10.4.8 again and will try once more your method if someone idenfy if something is wrong here...

Thanks!
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 993
  • Joined: 29-January 06
  • From: Cairo, Egypt and New York, USA
  • Member No.: 21,972
QUOTE (Bra$$eN @ Mar 14 2007, 09:34 PM) *
Hello, just spent the last hour installing from zero 10.4.8... installed wireless and my gma900 support...

followed your instruction correctlly... before rebooting went to system info and it showed 10.4.9... but could not boot...

I got passed the grey logo screen, but it froze in the blue one (same as if i didn't have the vga dongle trick for the gma900)...
i dont know what i did wrong...

I noticed one thing: when i repaired permissions, there was nothing to be repaired, i even ran it twice just to be sure... I'm wondering if this is normal...

I'll have to format and reinstall 10.4.8 again and will try once more your method if someone idenfy if something is wrong here...

Thanks!


OK....
This is probably a problem related to your GMA900.
You probably should have backed-up you graphics frameworks and AppleIntelIntegratedFramebuffer.kext
I'm not really sure what the frameworks to be backed-up are. If anyone here is using a GMA900 and knows what frameworks are supposed be backed-up then it would be really appreciated if he could say. Alternatively, after following my instructions, you could just install the JaS 10.4.8 GMA900 support from the 10.4.8 DVD before rebooting.
I will update my GUIDE.

Steps:
1)Insert your 10.4.8 DVD
2)Navigate to DVD>system>installation>packages>
3)install JaS.10.4.8.GMA.900.support.pkg
4)reboot

I know this is a bit too late for you.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 79
  • Joined: 8-April 06
  • Member No.: 33,219
Just would like to add that you should backup System.kext too, since this kext is related to the kernel.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 23-April 06
  • Member No.: 35,906
This Tutorial works perfectly with all my settings/drivers, but after the update is it not possible to load any dmg-files.
my system

E6600 @ 3600MHz
ASUS P5B Deluxe AHCI
NVIDIA QuadroFX 1400 (Natit 2.0 Dualscreen)
3xSamsung SP2004 200GB
...

Du have a idea? Is it a problem with the ICH8-kext?
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 2,885
  • Joined: 19-April 06
  • From: United States Of Israel
  • Member No.: 35,151
use old system.kext form 10.4.8
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Retired
  • Posts: 4,156
  • Joined: 29-January 06
  • From: KFC
  • Member No.: 21,986
You shouldn't have to back up and use your entire old CoreServices folder.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 20-July 06
  • From: South Brazil
  • Member No.: 47,352
QUOTE (Ahmad Moawya @ Mar 14 2007, 04:47 PM) *
Alternatively, after following my instructions, you could just install the JaS 10.4.8 GMA900 support from the 10.4.8 DVD before rebooting.


the problem is JaS GMA900 support package in the dvd does not work... there's a solution to it in another thread.

I'll try again, reinstall 10.4.8 from scratch and try to update it without fixing my GMA900 and wireless... lets see what happens...

thanks
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 20-July 06
  • From: South Brazil
  • Member No.: 47,352
3rd attempt... nothing yet. What I did: installed 10.4.8 and followed the instructions (including backing up system.kext). I did not install/fix my GMA900 (CI/QE issue) and atheros wireless...

hangs at blue screen... I'm using the one wire method, but also tried with a vga dongle and no fix at all... no luck for me yet...

Hasn't anyone else with a GMA900 given this a try?

Thanks
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 18-June 06
  • Member No.: 43,628
is this the same reason I get the blue screen for like one second after rebooting and it immediately becomes black on mine? Will I need to acquire the DVD again for the kexts i need for my GMA950, or is there a way to get just the kexts? I can insert them into OSX with macdrive without booting from the DVD if I can do it that way (I loaned the DVD to someone)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 20-July 06
  • From: South Brazil
  • Member No.: 47,352
Greetings!

Finally! It lives!!! hahaha

Followed your instructions adding the system.kext back-up and apply JaS GMA900 (which needs tweaking to enable CI/QE) at the end of installation.

The update resolved and issue with my wireless that was a pain for me. At my office, I have disabled SSID broadcast, so every time I booted Mac OS, I had to insert my network name and password, it did not save the config. Now after 10.4.9 it works beautifully!

I took a print screen of it.

Now I need to find out how to "delete" my second display, because when my mouse hits the right side of the screen, it "disappears" to the one faked by the one wire trick. I managed to plug in the monitor of our office server and clicked the mirror option and it works for a few times, but eventually it crashes and I'm stuck with a blue screen again... Does anybody know a fix for this?

Thanks for your kind support!

Edit: I'm having no problems with dmg files as mentioned before

This post has been edited by Bra$$eN: Mar 16 2007, 12:55 AM
Attached File(s)
Attached File  Picture_1.jpg ( 209.99K ) Number of downloads: 3021
 
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 53
  • Joined: 17-August 06
  • Member No.: 51,438
I always had problems with my loginwindow.app, even that from 10.4.4 didnt work. Thx to this: http://netkas.freeflux.net/blog/archive/20...oginwindow.html i could finally resolve my problem! I also had to add system.kext, if its missing you cant open .dmg any more (this is clearly related to system.kext)
Ive attached a pic as loginwindow finally works thumbsup_anim.gif
Attached File(s)
Attached File  Bildschirmfoto_2007_03_16_04_50_31.jpg ( 397.38K ) Number of downloads: 1913
 
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 394
  • Joined: 1-January 07
  • From: Joplin, Missouri :D
  • Member No.: 73,195
THANKS biggrin.gif thumbsup_anim.gif IT WORKED FOR ME!!!

This post has been edited by FreakyMac: Mar 16 2007, 04:11 AM
Attached File(s)
Attached File  Picture_1.png ( 539.16K ) Number of downloads: 1732
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Newbies
  • Posts: 1
  • Joined: 15-March 07
  • Member No.: 92,963
i've done this onetoo,stepbystep and it seems to be working fine on my configuration. Thank you!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 31-May 06
  • Member No.: 41,434
could somebody upload a system.kext from 10.4.8 here, plz?
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 53
  • Joined: 17-August 06
  • Member No.: 51,438
You can get it out of the 10.4.8 delta update which is free to download. The problem maybe then, that you can't open it because without system.kext working, you can't open dmg-files. Use Transmac in Windows to open the dmg, then extraxt archive.pax. Get back to Mac to extract the archive.pax or open it with pacifist (as its a compressed file and not image, it works). Then replace the system.kext and youre done.

This post has been edited by mcfresh: Mar 16 2007, 05:50 PM
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 993
  • Joined: 29-January 06
  • From: Cairo, Egypt and New York, USA
  • Member No.: 21,972
You can just get it off your 10.4.8 DVD using pacifist. That's what I did anyway.

Also, for some reason I can't edit my first post anymore. I am trying to update it to include backing-up the system.kext
Is anyone having the same problem? I only see the quote and reply, no edit..... Pls help me MODs.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 26-January 07
  • Member No.: 79,408
I followed all your steps plus the added System.kext. Once i was done with all that I re-installed my graphics which happen to be GMA900.

Rebooted the machine and all works perfect. Screenshot below.
Attached File(s)
Attached File  MAC1049.jpg ( 828.99K ) Number of downloads: 1589
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 21-November 06
  • From: Montreal
  • Member No.: 65,299
Thank you it works, exept that when it rebooted it took a while for loading and the it restarted, thats when i freaked out but then everything went fine
THANKS thumbsup_anim.gif
Attached File(s)
Attached File  snapshot.tiff ( 1.56MB ) Number of downloads: 640
 
PM Profile Card
Go to the top of the page
+ Quote Post
24 Pages V   1 2 3 > » 
Reply to this topic Start new topic

2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 3rd September 2010 - 08:58 AM