HOW-TO GUIDE: Snow Leopard Retail 10.6 on Asus P6T Deluxe V2, How to get a (nearly) perfect 10.6 install going on Asus P6T. |
HOW-TO GUIDE: Snow Leopard Retail 10.6 on Asus P6T Deluxe V2, How to get a (nearly) perfect 10.6 install going on Asus P6T. |
|
wziard
InsanelyMac Protégé
|
![]() |
Aug 31 2009, 05:27 AM Post #1
|
![]()
|
Snow Leopard Retail Install on Asus P6T Deluxe V2
Intro: This guide is basically pulling together bits and pieces from a hundred different things I read in the process of figuring this out, but I do believe I now have a good, clean method of installing Snow Leopard a432 (retail edition) on my hardware. This should work with most similar hardware configurations, just be aware that I've written the audio/ethernet/graphics section specifically for the P6T Deluxe V2 and my graphics card. My setup: Asus P6T Deluxe V2 Intel Core i7 920 @ 3.3ghz nVidia GTS 250 1gb WD SATA drive *note before beginning: I use the terms "copy" and "move" interchangeably; I'm not being specific. **other note: Since you will be doing all of the setup from a drive/OS other than the 10.6 installation you're installing, keep in mind that "/System/Library/Extensions" is on your current system, while "/Volumes/Snow/System/Library/Extensions" is the Snow Leopard drive. Just make sure you're not accidentally doing anything to your own system throughout the guide. I. Installing Snow Leopard This can be done a variety of ways, all we're trying to do is get a clean retail installation of SL onto a fresh disk/partition. Since I have a MacBook Pro and an external SATA enclosure, I just attached my drive to the laptop and installed straight from the disc, so that is what I will describe. If you have multiple internal drives you could copy the retail DVD to a drive and run the installer from there, or run it straight from the disc onto the drive you'll be installing on, whatever. All you need to end up with is a hard drive with a clean 10.6 install on it. a. Connect USB SATA drive to Mac b. Open Disk Utility. Select the USB drive in the sidebar and erase/reformat it, I used Mac OS X Extended (Journaled). In this guide I will assume the name of the drive is "Snow." Ensure that the Partition Map Scheme is GUID. If it's not, click the "Partition" tab and setup a single partition (or more, if you desire, one is easiest though) with GUID. c. IMPORTANT: Once the reformat/partitioning is complete, go to "Get Info" on the drive and look toward the bottom. Unlock the "Sharing & Permissions" section and uncheck "Ignore Ownership." d. To run the installer, open Terminal and enter the following: CODE open '/Volumes/Mac OS X Install DVD/System/Installation/Packages/OSInstall.mpkg' * This assumes you're running it straight from the disc. If this is not the case (for instance if you made a .dmg of the disc and then restored it to a separate drive/partition), amend the file path appropriately. e. Click through the install dialogue, click "Customize" and deselect printer driver, additional fonts, additional languages that you don't want. Let the install go, should take around 15-20 minutes. II. Installing Bootloader and DSDT patch a. Download this pack of useful materials that I have generously put together: click b. Run the Chameleon installer (Chameleon-2-1.0-r431.pkg) and be sure to change the install location to the drive you just put 10.6 on. c. Run this in terminal: CODE sudo -s rm /Volumes/Snow/boot * Remember to change the above path if your 10.6 drive is not called "Snow" d. From the download pack, move "boot" to the root directory of your Snow drive. (The last step was deleting the old one, you're just replacing it with one that will work.) e. Copy "dsdt.aml" from the download pack to the root directory of your Snow drive, but only if you have the same motherboard/cpu setup as me. If not, or if you encounter weird problems later, use the DSDT patcher GUI (also in download pack). To use that, just open the app, choose "Darwin/Mac OS X," check "Apple DSDT Patch to:", select your 10.6 drive from the drop-down, and hit "Run DSDT Patcher." III. Kexts and smbios a. Open the folder "Kexts" in the download pack and copy them all to /Snow/Extra/Extensions. You can also throw in any kexts I didn't include that you know you will need, if you're using different hardware. b. Put "Kext Utility" (from the download pack) in Applications, your dock, wherever, and drag the folder /Snow/Extra/Extensions onto it. This will repair the kext permissions and create a new Extensions.mkext file. c. Move "smbios.plist" from the download pack into /Snow/Extra. IV. Ethernet fix (only for Asus P6T's Yukon 88E8056) a. Open up Terminal, enter the following: CODE sudo nano /Volumes/Snow/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist Find <key>Yukon-88E8053</key> and make it <key>Yukon-88E8056</key> (change 53 to 56) Find <string>0x436211AB</string> and make it <string>0x436411AB</string></key> (change 62 to 64) Find <string>Yukon Gigabit Adapter 88E8053 Singleport Copper SA</string> and make it <string>Yukon Gigabit Adapter 88E8056 Singleport Copper SA</string> (change 53 to 56) Hit ctrl + o and then enter to save the file, then ctrl + x to exit nano. AT THIS POINT YOU SHOULD BE ABLE TO RESTART, SEE THE LOVELY CHAMELEON BOOTLOADER SCREEN, SELECT YOUR LEOPARD DRIVE, AND BOOT TO IT. If you don't see the lovely Chameleon bootloader screen make sure you're booting to the proper drive/partition, etc. If you encounter strange error(s) while booting, enter "-v" on the chameleon screen (just type it and it will show up on the bottom, then hit enter to boot) and see what it reports. Edit: at this point you should be doing the last couple steps from your new Snow Leopard system, not from the remote system. Cleverly, we fixed ethernet before the first boot, so that should work. V. Graphics fix Props to Aquamac for his work on this. I'm just reposting his instructions here for convenience. a. Download the necessary files for your nVidia graphics card (I'm not sure what to do for ATI cards, look around) from this page (the one in the download pack is for GTS 250): click b. Copy the two files you downloaded (gfxutil and in.plist) to your desktop. c. Enter this in Terminal: CODE cd ~/desktop ./gfxutil -f display You'll get something like this returned: PciRoot(0x1)/Pci(0xe,0x0)/Pci(0x0,0x0) d. Copy that string, open "in.plist", and replace the provided string with the one you copied. Save in.plist. e. Back in the same Terminal window, do this: CODE ./gfxutil -i xml -o hex ./in.plist ./out.hex f. A file called "out.plist" has appeared, magically, it seems, on your Desktop. Open it in a text editor and copy the string (or memorize it). g. Open "/Library/Preferences/SystemConfiguration/com.apple.Boot.plist" in a text editor, and add some lines at the bottom before </dict></plist>: CODE <key>device-properties</key> <string>PASTE YOUR LONG HEX STRING HERE!</string> <key>Graphics Mode</key> <string>1280x1024x32</string> *Stick your own screen resolution in there so system startup looks nice. h. Save that file, or if it won't let you, save it under a different name somewhere else, delete the original, and copy the new one over (with the same name as the original, com.apple.Boot.plist). i. Also put the new com.apple.Boot.plist in /Volumes/Snow/Extra/. VI. Sound Fix a. Terminal: CODE rm /System/Library/Extensions/AppleHDA.kext b. From the downloaded package, drag "VoodooHDA.kext" to Kext Utility, it will install it. That's all. Run Kext Utility again to make sure all permissions are set right, restart, and you should have working graphics and sound. Only the line-out works and not my front headphone jack, but this is the best I could do. If anyone gets it fully working let us know. Also I can't get IDE devices to show up even with the AppleIntelPIIXATA.kext, if someone figures that out I'd love to know. Good luck. - wziard |
wziard HOW-TO GUIDE: Snow Leopard Retail 10.6 on Asus P6T Deluxe V2 Aug 31 2009, 05:27 AM
scott_donald Date 250110... there is now a new guide provided k... Aug 31 2009, 09:42 AM
brio2 Thanks a lot wziard!!
Just a few addition... Aug 31 2009, 10:01 AM
sirdemonbrown thanx guys! i'm building my system this we... Aug 31 2009, 04:59 PM
brio2 NOTICE: There are currently problems with SATA har... Aug 31 2009, 07:30 PM
wziard brio2 -- Yeah, I probably have unnecessary kexts, ... Aug 31 2009, 08:02 PM

brio2 QUOTE (wziard @ Aug 31 2009, 10:02 PM) Th... Aug 31 2009, 08:52 PM

wziard QUOTE (brio2 @ Aug 31 2009, 09:52 PM) Mus... Aug 31 2009, 11:52 PM
yibbet QUOTE (brio2 @ Aug 31 2009, 08:30 PM) NOT... Sep 16 2009, 11:49 PM
tuck1989 Thanks all for the helpful info. Two questions tho... Sep 3 2009, 12:58 AM
smx2 great guide I hope you can keep it updated. Also i... Sep 3 2009, 08:58 AM
teosardel Hi.... I am doing all the steps but always get a k... Sep 4 2009, 07:33 AM
scott_donald ye i am all set to go too... but with a perfectly ... Sep 4 2009, 09:44 AM
wziard QUOTE (teosardel @ Sep 4 2009, 07:33 AM) ... Sep 4 2009, 09:39 PM
gecko What are your bios settings? Are you running AHCI... Sep 4 2009, 10:54 PM
rhalph Hi, My Specs are as follows:
Asus P6T Deluxe Sock... Sep 4 2009, 11:03 PM
passw QUOTE (rhalph @ Sep 4 2009, 11:03 PM) Hi,... Sep 5 2009, 06:43 AM

gecko QUOTE (passw @ Sep 5 2009, 01:43 AM) Use ... Sep 5 2009, 11:04 AM
sroddy QUOTE (rhalph @ Sep 4 2009, 11:03 PM) Hi,... Sep 5 2009, 03:52 PM
Wyzco i was trying to follow ur guide but there is no fi... Sep 5 2009, 02:10 PM
Dojomann I can't reboot after resuming from standby. An... Sep 6 2009, 04:33 AM
rhalph QUOTE (sroddy @ Sep 5 2009, 11:52 AM) for... Sep 6 2009, 05:18 AM
Dojomann there has to be a SATA0... in your BIOS is the har... Sep 6 2009, 05:37 AM
rhalph QUOTE (Dojomann @ Sep 6 2009, 01:37 AM) t... Sep 6 2009, 09:41 AM
Dojomann Do you have your sata drives set to AHCI mode? Sep 6 2009, 06:58 PM
absolutenot I was having the other hard drive speed issues unt... Sep 6 2009, 08:59 PM
harshw QUOTE (absolutenot @ Sep 6 2009, 11:59 PM... Sep 8 2009, 11:45 PM
passw for slow performance...
her is the solution:
http... Sep 6 2009, 09:58 PM
Danelgran Wizard-
In step e you state the following:
e. Co... Sep 7 2009, 06:44 AM
rhalph QUOTE (Dojomann @ Sep 6 2009, 02:58 PM) D... Sep 7 2009, 07:48 AM
smx2 QUOTE (rhalph @ Sep 7 2009, 07:48 AM) yes... Sep 7 2009, 09:21 AM
Dojomann Use a different bootloader. Try
rename it to ... Sep 7 2009, 08:02 AM
Dojomann Has anyone gotten proper reboot working after resu... Sep 8 2009, 06:32 AM
rhalph - Dojomann
did you make your own DSDT? or which o... Sep 8 2009, 08:01 AM
Dojomann QUOTE (rhalph @ Sep 8 2009, 04:01 AM) - D... Sep 9 2009, 02:13 AM
Edkroket Hi,
I've been able installing SL on P5Q-E... Sep 8 2009, 09:55 AM
karterilla Hi all; just to share some info.
I was able to hav... Sep 8 2009, 03:17 PM
Spiteful Monkey Alright, First off here are my specs:
ASUS P6T (n... Sep 8 2009, 10:38 PM
Spiteful Monkey After a ton of work I managed to get this bad boy ... Sep 9 2009, 02:55 AM
gecko QUOTE (Spiteful Monkey @ Sep 8 2009, 09:5... Sep 9 2009, 01:26 PM
hackedintosh Just wanted to post my success story..
To anyone ... Sep 9 2009, 06:14 AM
Dojomann I forgot to add, copying the com.apple.boot.plist ... Sep 9 2009, 07:10 AM
gecko Has anyone noticed that on the Asus P6T that Disk ... Sep 9 2009, 08:36 PM
daboat2xblx I'm stuck at single core w/o HT. When I boot ... Sep 9 2009, 11:38 PM
Dojomann What board do you have? Did you remember to remove... Sep 10 2009, 12:48 AM
daboat2xblx QUOTE (Dojomann @ Sep 10 2009, 12:48 AM) ... Sep 10 2009, 12:52 AM
Dojomann If it looks like this:
CODEScope (_PR)
{
... Sep 10 2009, 01:12 AM
daboat2xblx Your dsdt.aml combined with switching my SATA port... Sep 10 2009, 03:45 AM
vader722 First of all thank you all for your tons of inform... Sep 10 2009, 12:03 PM
KariNeko So does shutdown and restart work for anybody?
@ ... Sep 11 2009, 01:06 AM
Dojomann Yeah, the first return was the one that was actual... Sep 11 2009, 02:38 AM
drumz I have 10.5.8 up and running smoothly and I can... Sep 11 2009, 05:03 AM
Dojomann Which bootloader are you using? AFAIK anything old... Sep 11 2009, 06:09 AM
drumz QUOTE (Dojomann @ Sep 11 2009, 02:09 AM) ... Sep 13 2009, 12:22 AM
jb7 My pc only has windows 7 on it and i want to be ab... Sep 11 2009, 06:10 PM
scott_donald well followed guide up to yukon fix... then tried ... Sep 11 2009, 07:20 PM
Alexander. QUOTE (scott_donald @ Sep 11 2009, 03:20 ... Sep 11 2009, 08:06 PM
scott_donald QUOTE (Alexander. @ Sep 11 2009, 09:06 PM... Sep 11 2009, 08:10 PM
Alexander. Just wanted to say thank you to the OP for putting... Sep 11 2009, 08:13 PM
KariNeko QUOTE (Dojomann @ Sep 10 2009, 11:38 PM) ... Sep 11 2009, 08:28 PM
Dojomann QUOTE (KariNeko @ Sep 11 2009, 04:28 PM) ... Sep 12 2009, 02:30 AM
KariNeko QUOTE (Dojomann @ Sep 11 2009, 11:30 PM) ... Sep 12 2009, 11:39 AM
pedro bello QUOTE (wziard @ Aug 31 2009, 06:27 AM) Sn... Sep 11 2009, 10:31 PM
scott_donald hmmm still stuck..added the efi string for the gra... Sep 11 2009, 11:09 PM
Dojomann Hmm... now I'm not sure I'm reporting the ... Sep 12 2009, 06:32 PM
passw Is there anyone who have a working FIREWIRE...???
... Sep 12 2009, 07:51 PM
KariNeko QUOTE (Dojomann @ Sep 12 2009, 03:32 PM) ... Sep 12 2009, 10:55 PM
malou I followed your How-to (And part of this one: http... Sep 14 2009, 12:50 AM
drumz QUOTE (malou @ Sep 13 2009, 08:50 PM) I f... Sep 14 2009, 01:11 AM
CptSolo QUOTE (drumz @ Sep 14 2009, 01:11 AM) You... Sep 14 2009, 12:03 PM
daboat2xblx I have successfully loaded Snow Leopard, however w... Sep 14 2009, 01:22 PM
zeep25 QUOTE (CptSolo @ Sep 14 2009, 08:03 AM) W... Sep 15 2009, 01:51 AM
drumz QUOTE (zeep25 @ Sep 14 2009, 09:51 PM) I ... Sep 15 2009, 02:17 AM
CptSolo QUOTE (drumz @ Sep 15 2009, 02:17 AM) Yea... Sep 15 2009, 12:36 PM
daboat2xblx QUOTE (drumz @ Sep 15 2009, 02:17 AM) dab... Sep 15 2009, 04:39 PM
drumz QUOTE (daboat2xblx @ Sep 15 2009, 12:39 P... Sep 16 2009, 03:08 AM
daboat2xblx QUOTE (drumz @ Sep 16 2009, 03:08 AM) Yea... Sep 16 2009, 04:11 AM
drumz QUOTE (daboat2xblx @ Sep 16 2009, 12:11 A... Sep 17 2009, 03:05 AM
daboat2xblx QUOTE (drumz @ Sep 17 2009, 03:05 AM) I f... Sep 17 2009, 02:24 PM
drumz QUOTE (daboat2xblx @ Sep 17 2009, 10:24 A... Sep 18 2009, 05:49 PM
malou QUOTE (drumz @ Sep 14 2009, 02:11 AM) You... Sep 14 2009, 04:14 AM
malou QUOTE (daboat2xblx @ Sep 14 2009, 02:22 P... Sep 14 2009, 07:25 PM
dgobe I have a stable setup in both 32 bit and 64 bit an... Sep 16 2009, 06:12 AM
Calvo23 I make all the previous steps, restart the PC to b... Sep 16 2009, 03:24 PM
matt4077 QUOTE (Calvo23 @ Sep 16 2009, 04:24 PM) I... Sep 16 2009, 07:20 PM
hackedintosh QUOTE (Calvo23 @ Sep 16 2009, 04:24 PM) I... Sep 16 2009, 09:18 PM
stillingen RE: HOW-TO GUIDE: Snow Leopard Retail 10.6 on Asus P6T Deluxe V2 Sep 16 2009, 07:21 PM
KariNeko QUOTE (stillingen @ Sep 16 2009, 04:21 PM... Sep 16 2009, 10:41 PM
stillingen QUOTE (KariNeko @ Sep 17 2009, 12:41 AM) ... Sep 17 2009, 06:22 AM
KariNeko SATA in AHCI mode is now fixed thanks to THe KiNG Sep 17 2009, 12:06 AM
yibbet QUOTE (KariNeko @ Sep 17 2009, 01:06 AM) ... Sep 18 2009, 12:05 AM
Dojomann Hey guys I just noticed something:
My computer do... Sep 18 2009, 02:24 AM
BLARGiAMdEAD What would I need to change for the P6T (not delux... Sep 18 2009, 10:48 AM
the1994 has anyone been able to get an ide dvd drive on p6... Sep 19 2009, 03:59 AM
malou QUOTE (the1994 @ Sep 19 2009, 03:59 AM) h... Sep 19 2009, 05:23 AM
clesch Hi,
I literally dusted off my desktop machine tha... Sep 19 2009, 05:13 PM
malou Yeah, I had this problem too. Install RC3 (or RC1,... Sep 19 2009, 06:26 PM
clesch I ended up using Chameleon RC3 with dgobe’s file... Sep 20 2009, 09:09 AM
stillingen Hi all!
Thanks for sharing your info, finally... Sep 20 2009, 08:33 PM ![]() |
|
Lo-Fi Version | Time is now: 9th February 2010 - 02:31 PM |