InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 08-17-2009, 06:34 AM
svitale75 svitale75 is offline
Puma
 
Join Date: Aug 2009
Posts: 15
How to Install OS X 10.6 (10A432) on P5 series mobo.

OK, so 10A432 is most likely the last 10.6 update, at least this is the last one that SU delivered to my machines.
Here is a quick guide how to get it going in less than 15 minutes. This guide assumes that you have a running 10.5 and a spare disk.

Configuration:
MOBO = Asus P5K-Deluxe (any P5 will do)
Video card = Nvidea GT8600 512MB

Files for grab:
Archive.zip

How to:
Get your drive ready by creating 2 partitions GUID; one will be named "install" the other one "os".

1. Mount your 10A432 image on you desktop.
2. Open Terminal and run the following commands:

Code:
sudo -s
type your password and then type:

Code:
chown 0:0 /Volume/os
3. Open Disk Utility and select Restore, source: your 10A432 image and destination: install
4. When DU is done with the restore, go back on a new Terminal windows and type:

Code:
open /Volume/os/System/Installation/Packages/OSInstall.mpkg
5. You should have a splash installer in front of you by now...start the installation and make sure you select "os" as destination hard disk.
6. When the installation is successfully completed do not reboot.
7. Install Bootloader2 and replace the Boot file in the root of os with the one included (color blue).
8. Put the dsmos.kext into /Volume/os/System/Library/Extensions
9. Repair your disk permission by running this code in Terminal:

Code:
sundo -s
chown -R root:wheel /Volume/os/System/Library/Extensions/*
chmod -R 755 Volume/os/System/Library/Extensions/*
10. Reboot and be ready to hit tab to enter the following:

Code:
-x -v
11. Enter safe mode finish the registration and open KextUtility and wait for full service for os.
12. Reboot without any argument on Kernel, you are good to go...and in 64bit




Last edited by svitale75; 08-31-2009 at 09:13 PM.
Reply With Quote
  #2  
Old 08-17-2009, 06:57 AM
OG-Phantom's Avatar
OG-Phantom OG-Phantom is offline
Jaguar
 
Join Date: Aug 2009
Posts: 64
Quote:
Originally Posted by svitale75 View Post
OK, so 10A432 is most likely the last 10.6 update, at least this is the last one that SU delivered to my machines.
Here is a quick guide how to get it going in less than 15 minutes. This guide assumes that you have a running 10.5 and a spare disk.

Configuration:
MOBO = Asus P5K-Deluxe (any P5 will do)
Video card = Nvidea GT8600 512MB

Files for grab:
Archive.zip

How to:
Get your drive ready by creating 2 partitions GUID; one will be named "install" the other one "os".

1. Mount your 10A432 image on you desktop.
2. Open Terminal and run the following commands:

Code:
sudo -s
type your password and then type:

Code:
chown 0:0 /Volume/os
3. Open Disk Utility and select Restore, source: your 10A432 image and destination: install
4. When DU is done with the restore, go back on a new Terminal windows and type:

Code:
open /Volume/os/System/Installation/Packages/OSInstall.mpkg
5. You should have a splash installer in front of you by now...start the installation and make sure you select "os" as destination hard disk.
6. When the installation is successfully completed do not reboot.
7. Install Bootloader2 and replace the Boot file in the root of os with the one included (color blue).
8. Put the dsmos.kext into /Volume/os/System/Library/Extensions
9. Repair your disk permission by running this code in Terminal:

Code:
sundo -s
chown -R root:wheel /Volume/os/System/Library/Extensions/*
chmod -R 755 Volume/os/System/Library/Extensions/*
10. Reboot and be ready to hit tab to enter the following:

Code:
-x -v
11. Enter safe mode finish the registration and open KextUtility and wait for full service for os.
12. Reboot without any argument on Kernel, you are good to go...and in 64bit



-----

A few things,

I noticed that you have your HD as a folder on the desktop, and also in your archive you don't have an update jmicron64bit kext or a achiplist injector. I can provide those to you if you want to add them (those will fix your hd as a folder issue i believe), also, if you try to repair disk premissions, I can almost guarantee it will fail. For a "perfect" install, after doing your walkthrough, from within snow leo, install snow leo onto another HD. When you install Snow Leo from within Leopard, the installer craps out on alot of the scripts, causing a bunch of issues. I also have DSDT instructions and TheKing made a kext for our audio (plist) that will give you audio on first boot. I can point (or email) you to them. Excellent walkthrough otherwise. I only found the answers to somethings through ALOT of trial and error.

[HACK P5K]
ASUS P5K Deluxe/Wifi [ Q9650 / 8GB OCZ / EVGA 8800 GTX ]
Windows Se7en 500GB SATA
OSX 10.6.4 (vanilla-EFI) 500GB SATA
[HACK EP43]
Gigabyte EP43-DS3L [ E6700 / 8GB OCZ / PNY 250 GTS ]
Windows Vista 64bit 250 SATA
OSX 10.6.4 (vanilla-EFI) 160GB SATA
Reply With Quote
  #3  
Old 08-19-2009, 11:01 PM
Tristano Tristano is offline
Cheetah
 
Join Date: Aug 2009
Posts: 2
Hi
I have asus p5k, my hardisk sata2 not know.
ide hd yes its works
I used ich fix by netkas its not work for me plase help me.

Tris
Reply With Quote
  #4  
Old 08-21-2009, 09:56 PM
Pigna145 Pigna145 is offline
Cheetah
 
Join Date: Aug 2009
Posts: 1
@OG-Phantom Don't know if you already shared files with svitale75 but otherwise could you post them to this thread. Would be nice to have good document for P5x boards.

Hmmm now I still have to find a solution for the ATI 3870 videocard that apparently is currently not supported.
Reply With Quote
  #5  
Old 08-24-2009, 06:05 AM
svitale75 svitale75 is offline
Puma
 
Join Date: Aug 2009
Posts: 15
Quote:
Originally Posted by OG-Phantom View Post
-----

A few things,

I noticed that you have your HD as a folder on the desktop,
Thanks for your notes.

Look close, that is an Alias not a folder.
On finder preferences you can now choose not to display your HDs on desktop and that is what I did.

No kexts are needed form my mobo to show the HD with proper icons. The only issue is restart and shutdown as far as I can tell. Minimum kexts mods is what I am looking for, this prove that SL is indeed open to regular PCs with the exception of DSMOS

As far as permissions, I have no problem there, I fixed my receipts and you can see the captures for more details:
Attached Images
File Type: jpg perm.jpg (104.3 KB, 62 views)

Last edited by svitale75; 08-24-2009 at 06:10 AM.
Reply With Quote
  #6  
Old 08-24-2009, 08:17 AM
schwinn555 schwinn555 is offline
Cheetah
 
Join Date: Dec 2008
Posts: 3
Thanks for the straight forward install with easy to follow info. My install doesn't boot and I have a couple of questions.
I wasn't able to repair permissions. Yes I made sure I changed the name to match my hard drive. Message I see in verbose mode that I have no idea how to fix nor why it appears.
"Mac OS version: Not yet set"
thanks
Reply With Quote
  #7  
Old 08-26-2009, 09:27 PM
rsilves rsilves is offline
Cheetah
 
Join Date: Aug 2009
Posts: 2
I followed the guide, but there's no place to hit tab, it just boots and gets stuck in the grey apple logo with the spinning wheel.

Any ideas?

Thanks,
Rodrigo
Reply With Quote
  #8  
Old 08-26-2009, 09:44 PM
Chrisb27's Avatar
Chrisb27 Chrisb27 is offline
Puma
 
Join Date: Aug 2009
Posts: 17
Edit your com.apple.Boot.plist with property list editor add "Timeout" and "10" for a value, that should give you the delay to add switches. It should be in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
Reply With Quote
  #9  
Old 08-27-2009, 12:49 AM
rsilves rsilves is offline
Cheetah
 
Join Date: Aug 2009
Posts: 2
Thanks!
I tried booting with another chamaleon bootloader in a usb stick (from this post) and then tried the com.apple.Boot.plist edit, and both lead the boot to almost the same point.

When I tried with the other chamaleon usb stick, the boot stuck in a line that started in AppleYukon2, then I don't remember what it said, and ended in "nothing received, soft reset of chip". After a long time (~15min) that message was repeated three times.

Now, loading with the bootloader from the drive (from this guide) the boot is stuck in "dsmos: Hook and decryption contexts set!".

Any ideas?
Thanks,
Rodrigo
Reply With Quote
  #10  
Old 08-31-2009, 07:00 PM
winnipc winnipc is offline
Cheetah
 
Join Date: Aug 2009
Posts: 2
Download

archive.zip link donīt work !!!



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply