Contribute
Register

Successful Install Notes P8P67/Radeon 5850/Displayport

Status
Not open for further replies.
Joined
Jan 25, 2011
Messages
10
Motherboard
Hackintosh
CPU
i5
Graphics
670 GTX
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
THANKS to everyone on this board who has posted their experiences/fixes/guides to getting OSX on the Sandy Bridge platform, I've got myself a very solid 2500k Mac Pro - and I think from what I can see I may be the first running a Displayport output at 2560x1440, working beautifully with full 3d acceleration. Basically the only thing I have yet to figure out at this point is getting Speedstep enabled - incredible!

Hardware:
Asus P8P67 Motherboard (plain vanilla)
i5 2500k @ 4.3Ghz
G.skill Phoenix Pro 60Gb SSD
Edimax EW-7611UTn Wireless N USB Dongle
Dell U2711 Displayport
Radeon 5850 (MSI Twin Frozr II)
External USB HornetTek D-Slim DVD Drive

Installation process:

1. The iBoot Legacy CD many have used here never worked for me regardless of any PCIRoot options used, so I was able to use the Gigabyte Intel boot CD located here: http://www.mediafire.com/?9lq0il8d0vlra2u.

1b. Before booting I disabled the onboard sound and firewire in the BIOS for installation simplicity. I also disabled SpeedStep to keep the processor at a decent speed. (Otherwise the CPU was stuck at < 800Mhz).

2. Used Macbook Air to install Snow Leopard onto SSD using OSInstall.mpkg (/system/installation/packages/OSInstall.mpkg on leopard DVD)

- This step was necessary because my burned DVD kept telling me that "OS X cannot be installed on this computer" - this MAY not have been necessary if I had disabled Speedstep the first time around.

3. Booted from the same Gigabyte boot CD as above and selected the newly available OSX Partition. No need for any startup flags, or PCIRoot flags. You can use a -v if you like to see what's going on during startup.

4. After Booting into OSX, I installed the latest 10.6.6 Combo Update, didn't click restart at the end, and installed BridgeHelper 1.1.0 and MultiBeast 3.1.0. MultiBeast options were only to use the ATI Experimental Bootloader, and to use 64-bit Apple Boot Screen. (Note that later I changed my boot.plist to 32-bit only, but for the sake of clarity this is what I had done at this point.)

5. Restart the computer, this time without need for a Boot CD (the Boot CD shouldn't be necessary from this point on) wait for the black screen.. and after hours of testing.. I find out that I just had to turn the monitor off and back on to get video! Not sure why this happens yet but a small issue. Anyway - glorious 2560x1400 through my displayport with full Quartz Extreme! Unfortunately the mouse was jumpy and the Quartz graphics were slow. On to the next step.

6. Edit /Extra/com.apple.Boot.plist - for me GraphicsEnabler=yes was already there, but I also added in the following Kernel Flags:

Code:
<string>busratio=29 arch=i386</string>

The busratio fixes the mouse speed as well as Video playback, and the i386 locks in 32-bit mode to fix stuttering/sluggish graphics. Eventually there may be a way to boot into 64-bit mode and have smooth graphics, but I'm only using 4GB of memory so it's not a huge deal to me.

So my full boot plist is as follows:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string>busratio=29 arch=i386</string>
	<key>GraphicsEnabler</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>1</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>EthernetBuiltIn</key>
	<string>Yes</string>
</dict>
</plist>

7. I then installed the latest drivers from Edimax for the USB Dongle and had full internet.

8. Installed the latest SleepEnabler from http://code.google.com/p/xnu-sleep-enab ... p&can=2&q=. Sleep works fine, the only issue I've noticed is that I lose my USB keyboard on awake.

9. Installed the latest version of VoodooHDA from http://code.google.com/p/voodoohda/down ... p&can=2&q=. Sound seems to be working perfectly save for a bit of random crackling/popping which is apparently the result of some default.

To do:

10. I'm going to flash a broadcom mini pci-e card to an Airport card ala http://x86wifi.blogspot.com/ as soon as I get the hardware, as the USB dongle is running very slowly.

11. I still need to figure out a way to enable SpeedStep, not 100% necessary but it would be nice from an economical/environmental point of view.
 

Attachments

  • Screen shot 2011-01-28 at 7.35.28 PM.png
    Screen shot 2011-01-28 at 7.35.28 PM.png
    130 KB · Views: 892
So you were able to overclock your processor to 4.3 GHz and still use "busratio=29"?
 
i7 fanatic said:
So you were able to overclock your processor to 4.3 GHz and still use "busratio=29"?

Yup, exactly right.
 
Thank you drvelocity for posting the busration plist string - I was struggling with that one.

:)

Sparty
 
drvelocity said:
i7 fanatic said:
So you were able to overclock your processor to 4.3 GHz and still use "busratio=29"?

Yup, exactly right.

Great! Waiting patiently for my Sandy Bridge components to arrive -- should have all of them on Monday. :cool:
 
Very nice, so the 5850 worked with just what you wrote in the post? I seem to be getting conflicting info, some people are saying it works like you've posted, and other people say that this

http://www.insanelymac.com/forum/index. ... pic=231768

has to be used. Can't wait to get my 5850, should be here next week.
 
Absolutely, the 5850 works perfectly without any extra modifications - Steam games are ridiculously fast, at least for a Mac. :)
 
Hello,
Have you tried running R5850 in 64-bit mode? I have the same MSI card as you but could not get 64-bit to boot. 32-bit with ATY_init Uakari and ATI experimental bootloader works fine but no go for 64-bit

See here for more info on 64-bit ATI support:
http://www.insanelymac.com/forum/index. ... pic=231768
 
deckcard said:
Hello,
Have you tried running R5850 in 64-bit mode? I have the same MSI card as you but could not get 64-bit to boot. 32-bit with ATY_init Uakari and ATI experimental bootloader works fine but no go for 64-bit

See here for more info on 64-bit ATI support:
http://www.insanelymac.com/forum/index. ... pic=231768

I can get into 64-bit mode, and everything works, but the graphics are extremely sluggish, even just clicking a menu item gets about 1 FPS on the fadeout. So probably something to do with the correct drivers not kicking in under 64-bit mode?
 
drvelocity said:
deckcard said:
Hello,
Have you tried running R5850 in 64-bit mode? I have the same MSI card as you but could not get 64-bit to boot. 32-bit with ATY_init Uakari and ATI experimental bootloader works fine but no go for 64-bit

See here for more info on 64-bit ATI support:
http://www.insanelymac.com/forum/index. ... pic=231768

I can get into 64-bit mode, and everything works, but the graphics are extremely sluggish, even just clicking a menu item gets about 1 FPS on the fadeout. So probably something to do with the correct drivers not kicking in under 64-bit mode?
How did you get it to boot?

creating 1002_6899.rom into /Extra? Modify com.apple.Boot.plist?

Which AtiConfig did you try? Perhaps using different framebuffer helps?
 
Status
Not open for further replies.
Back
Top