Not sure about that Ritalin, but here is the walkthrough. Let me know if there is anything people don't understand and remember - support Apple.
Install Leopard (or Tiger) easily on a Hackintosh if you can access an Intel Mac
OK, here is a rundown of a quick way to install Leopard if you have access to an intel mac. It's quick and should work and boot with just a few additions, I will explain these later. You will need access to an Intel mac running Leo or a standard copy of the Leo installation disk to install to a HDD on the intel mac. I kind of know that, if you have a Intel mac, why would you be building a hackintosh, well you may have access at work or a friend with one. This does also avoid massive (illegal) downloads. Just buy a disk and help Apple.
1. Connect your HDD to the Intel Mac and format it using the std GUID setting (found in disk utility under partitioning).
Then, either:
a. Clone the copy of Tiger or Leopard using Carbon Copy Cloner, to your newly formatted HDD.
OR
b. Insert your OSX Installation disk and install to your HDD on the Intel mac.
.....................................
Right, so you now have a Std copy of Tiger or Leo on a HDD, but it won't boot in a Hackintosh ...........yet. We need to add a few things.
2. We need to drop the dsmos.kext into the extensions folder for a start. Use google or whip the one out of the extensions folder if you have a Tiger install.
3. We also need to drop either NVinject OR Natit into the extensions folder (One or the other - not both). NVInject can be found here:
nvinject.free.fr/downloads.php4. Repair permissions in terminal (In Leo you can repair permissions if you are booted from the computers main disk). You can use the script below to repair permissions also, but you will have to wait a while, Leo takes much longer than Tiger to repair permissions!!
Click HereDownload EFI 7.2 or 7.3 from the irc. Make a folder called "iamefi" and place inside it, startupfiletool, boot1h and boot _v7. RENAME boot _v7 to just "boot" (without inverted comma's). Also leave the folder guid in there and place in there boot0. Then put this folder, (iamefi) inside your root drive (open up the HDD you are booted from and drop this in)
5.Open up the Terminal, but don't worry, nothing to taxing here.
Type in: sudo su
It will ask for your password, type it in.
Then type in: diskutil list
You should see something like the following:
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *465.8 Gi disk0
1: EFI 200.0 Mi disk0s1
2: Apple_HFS Leo 80.0 Gi disk0s2
3: Apple_HFS Tiger 39.9 Gi disk0s3
4: Apple_HFS DATAS 345.3 Gi disk0s4
Note that Leo is disk0. Note that disk0s1 is an EFI specific partition for GUID format, so first HFS+ is disk0s2 with Leo installed here. This is the installation we are interested in. Depending on how many HDD's you have connected, the disk you are interested in may have a different number. You need to make a note of the number if it is different and change the command in no 8. instruction below. It could be say disk2s2 or disk3s2 or so on.
6. Unmount your newly installed disk using the blue button at the top in disk utility that says "unmount".
7.Type into the terminal: cd /iamefi
and hit return.
8.Then type: ./startupfiletool /dev/rdisk0s2 ./boot
and hit return.
9. Then type: dd if=boot1h of=/dev/rdisk0s2 bs=512 count=1
and hit return.
10. Then type: dd if=./guid/boot0 of=/dev/disk0 bs=400 count=1
and hit return again.
When you hit the last return your HDD will pop back on the desktop, remember it was unmounted.
That's it, pop the HDD into your hackie and enjoy.
............Thanks to Gotoh for the above commands & NVInject............
.............Thanks go to Netkas for pc EFI............
For best results, you should also put the Netkas AppleSMBios.kext and latest modded kernel into the extensions folder. You can boot with the vanilla Apple kernel, but reboot will not work and shutdown is a bit flakey.