Hi..
The steps I taken So far...
I used this guide to enabling HD 2500.
I used this guide to enabling the VGA out
I just did these two things exactly as the guides. After i restarted the system it was not getting in to desktop.
it hanged in boot logo with the loading animation icon (loading icon also freeze like after 30 sec.)
when boot with -v i noted there is a new line.
[AGPM Controller] unknownPlatform
The way system loading it is like system fully loaded and i just not seen on the screen.
I tried to boot the system with -F -f -x -v GraphicsEnabler=No but system not loading to desktop , it stuck on verbose screen.
Any help really appreciate.
Thanks
The steps I taken So far...
I used this guide to enabling HD 2500.
Code:
1. Adjust your BIOS
To make HD 2500 work in Mac OS X, you need to adjust the amount of internal graphics memory used by Mac OS X. You can do this in your computer's BIOS, which is essentially the settings page for your motherboard. Boot your computer, and enter the BIOS. To enter the BIOS on a Gigabyte motherboard, you have to press the delete key when it boots (before the operating system starts). Different manufacturers set different keys for opening the BIOS.
The specific name of the BIOS setting that you need to change depends on the brand of your motherboard. On Gigabyte motherboards, this setting is literally called "Internal Graphics Memory Size".
Change this setting to 32M. Be sure to adjust the setting for "Internal Graphics Memory Size", not "DVMT Total Memory Size" (as Mac OS X ignores this setting). Save your changes by pressing the F10 key, and reboot.
2. Adjust settings for Chimera
At this point, Mac OS X still won't recognize your Intel HD 2500 integrated graphics. Even though Mac OS X now includes drivers for HD 2500, these drivers don't work on Hackintoshes by default. To fix this, boot into your Hackintosh. Open up Finder, go to /Extra in the main hard drive, and open the file org.Chameleon.boot.plist with TextEdit. Between <dict> and </dict>, insert the following line.
<key>device-properties</key>
<string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d00690064000000080000000b006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string>
3. Install the "Mac mini" system definition
As a final touch, you will need to install the Mac Mini system definition. Open Multibeast, and select the following option.
System definitions pretend that your Hackintosh is a real Mac. When Mac OS X sees that your Hackintosh is a "Mac mini", which uses integrated graphics, it enables the built-in drivers for HD 2500, which are otherwise turned off.
I used this guide to enabling the VGA out
Code:
Look for this string in AppleIntelFramebufferCapri.kext: 02 05 00 00 00
The whole block looks probably something like this:
02 05 00 00 00 04 00 00 07 01 00 00
03 04 00 00 00 04 00 00 07 01 00 00
04 06 00 00 00 08 00 00 06 00 00 00
which means:
02 05 00 00 00 04 00 00 07 01 00 00 // (DisplayPort)
03 04 00 00 00 04 00 00 07 01 00 00 // (DisplayPort)
04 06 00 00 00 08 00 00 06 00 00 00 // (HDMI)
(maybe the block is different on your system, because the GA-Z77-DS3H MOBO has no DisplayPort connectors)
Change the block to:
04 06 00 00 00 08 00 00 06 00 00 00
06 02 00 00 02 00 00 00 30 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00
which means:
04 06 00 00 00 08 00 00 06 00 00 00 // (HDMI)
06 02 00 00 02 00 00 00 30 00 00 00 // (VGA)
00 00 00 00 00 00 00 00 00 00 00 00 // (NONE)
Save the changes and see if it works. Be sure to make a backup of AppleIntelFramebufferCapri.kext, so you can revert to the original situation in case it's not working. Better yet, make a backup of your whole system if you can.
There is no guarantee that you will get the VGA-port working, it's a lot of trial-and-error. Read this whole thread and try different strings for the VGA connector, for example 01 00 00 00 00 01 00 00 09 00 00 00 instead of 06 02 00 00 02 00 00 00 30 00 00 00.
I just did these two things exactly as the guides. After i restarted the system it was not getting in to desktop.
it hanged in boot logo with the loading animation icon (loading icon also freeze like after 30 sec.)
when boot with -v i noted there is a new line.
[AGPM Controller] unknownPlatform
The way system loading it is like system fully loaded and i just not seen on the screen.
I tried to boot the system with -F -f -x -v GraphicsEnabler=No but system not loading to desktop , it stuck on verbose screen.
Any help really appreciate.
Thanks
source
source
Post a Comment