달력

4

« 2024/4 »

  • 28
  • 29
  • 30
2012. 7. 19. 19:04

Chameleon Hackintosh/Chameleon2012. 7. 19. 19:04

http://uploaded.to/folder/qin1jd

Tip : If your hackintosh doesn't boot anymore, you can follow this tutorial on a real mac / other hackintosh and 

1. Open up the Terminal app

2. Use sudo -s to assume root privileges.

3. First get the partition / disk where your Mac partition is
diskutil list

You should see something like this:
Posted Image

4. In this tutorial is the Mac disk disk0s2

5. Extract the Chameleon archive, go inside the i386 folder, and go back to the terminal. 
To do this, type "cd " (space after cd), and drag the i386 folder onto the terminal.
Then hit return.

6. Install boot0 to the MBR:
fdisk -f boot0 -u -y /dev/r[b]disk0[/b]

7. Install boot1h to the bootsector of your OS X partition:
dd if=boot1h of=/dev/r[b]disk0s2[/b]

8. Copy the ‘boot’ file to your root partition:
cp boot /

Or if it's not your current volume:

cp boot /Volumes/[volume name]

9. Now we will make our partition active.
Our disk is disk0, so our code will be:

sudo fdisk -e /dev/[b]disk0[/b]
f
2
write
y
exit

It will look like:
Posted Image

---------------------------------------------------------------
For Chameleon 2.0 only
---------------------------------------------------------------

10. Copy Themes and smbios.plist to your Extra folder.
You can some themes in this forum, as well some smbios files.

11. Finally add any kexts you wish to /Extra/Extensions folder like you usually would. 

:
Posted by Ritz®™