I recently ran into some trouble on my hackintosh after updating the MultiBeast package. I updated to MultiBeast 4.2.1. After rebooting, I discovered that my Radeon HD 6770 card stopped working leaving me with a black screen.
Work-Around
Luckily my onboard display (Intel HD3000) still worked under Mac OS Lion 10.7.2. For a work-around you can enable your onboard display in the BIOS and physically remove your Ati card. Keep reading, and I’ll show you how I got my Ati card fully working again.
Here is my hardware list. If you have the same hardware, this solution might work for you.
OS: Mac OSX Lion 10.7.2
Motherboard: Gigabyte GA-Z68MA-D2H-B3
Display: Gigabyte Radeon HD 6770
CPU: Intel i5 2500K
MultiBeast 4.2.1 contains an updated bootloader (Chimera v1.7.0.r1394). The HD 6770 display card is not being correctly identified anymore.
Solution
You need to give the kernel some extra parameters so it will know the correct Ati config to use.
To get your workstation to boot up cleanly, hit the spacebar during the bootloader and give the following parameters to the bootloader.
AtiConfig=Bulrushes AtiPorts=3 PciRoot=0
If you were able to boot successfully using those parameters, you should now update your bootloader config file–so that those changes will be lasting.
Add the following items to the file /Extra/org.chameleon.Boot.plist
<key>AtiConfig></key> <string>Bulrushes</string> <key>AtiPorts</key> <string>3</string> <key>PciRoot</key> <string>0</string>
Save those changes and now your hackintosh should boot cleanly every time without you having to manually add parameters at boot time.










