Homelab & Misc

Fixing iMessage on Hackintosh

Tony Mattke · 2013.01.23 · 2 min read

Mid December 2012 Apple shut down the Messages Beta for Lion, soon after many hackintosh users started noticing issues with signing into iMessage. At some point in time, people far smarter than me managed to patch a little used bootloader called Clover to allow us to log into iMessage, but Clover is young and still full of random issues. Honestly, it never liked the system id on my partition, so I was never able to use it. But now, it seems that someone has patched our widely used Chameleon bootloader! I’ve tested it on my own hackintosh, and many users are also reporting success.

The instructions are simple enough, and should only take you 3 minutes + a reboot to implement and test!

  1. Download the following files to your hackintosh
  1. Execute the following commands
bash
sudo mkdir /Extra/modules
cd /Extra/modules
sudo unzip ~/Downloads/FileNVRAM.dylib.zip
sudo rm -rf __MACOSX
sudo rm -rf ACPICodec.dylib

If you have ACPICodec.dylib in your /Extra/modules folder, you need to delete it.

  1. Unzip the Chameleon installer, and run it — make sure you install to your boot disk
  2. Reboot, and try to login to iMessage

Hopefully this will take care of your issues. If not, it was worth a try! I highly recommend the Insanely Mac Forum for researching any issues you may be having. After all, where do you think I learned how to do this?

More in Homelab & Misc
comments powered by Disqus

Related Posts

Switching

Nexus 7000 vPC Features

Next generation data centers across the world are taking advantage of Cisco’s Virtual PortChannel.

2011.08.19 · 4 min
Fundamentals

Juniper Fast Track Program

This summer I learned about a fantastic offer from Juniper to ‘fast track’ you into a certification.

2009.08.11 · 1 min
Switching

Measuring Cable Lengths on a Catalyst Switch

A while back, I was playing on a 3750 switch in a customers lab and came across something I’ve never seen before.

2010.05.22 · 1 min