Hi all -
This is my attempt to give back to the community - I had a tough time finding this info since it was in so many separate places, so I thought I'd share what I wrote down. This took me about a week to hammer out

My hardware is the following:
- Intel DG31PR motherboard
- Core 2 Duo E4500, 2.2GHZ
- 2 GB DDR800 RAM
- 80 GB 2.5" SATA hard drive
- Generic IDE DVD burner
- Nvidia GeForce 7200GS video card because onboard X3100 seems hard to get working with QE/CI. This one works fine and it's only $25 (US).
- PCI ethernet card. The onboard card works out of the box, but you need to install the RealtekR1000 driver, which didn't appeal to me for some reason. The PCI card worked out of the box with no extra drivers. And it's only $8 (US).
Here are the steps that I followed. NOTE: STEPS 6 AND 7 WILL ERASE ALL DATA ON YOUR HARD DISK!
- Download a boot-132 CD. I found that the "generic.iso" version worked without any extra work, so that's the one I used. (Link - it's the link that says "Download .ISO with modified kexts:")
- After the .iso image is burned to a CD, insert the disk and boot up the machine. Make sure your BIOS is set to look at the optical drive first in the booting order.
- When the disk loads, a boot: prompt will appear. Eject the disk in the drive and load the Leopard retail disk. Hit enter.
- Your presented with a prompt to choose which disk to boot up with. Hit enter to use the default, and enter again to boot up.
- Leopard install will begin to load. When the CD is done loading, open Disk Utility by selecting it from the menu bar (I forgot to write down which menu).
- NOTE: THE NEXT TWO STEPS WILL ERASE ALL DATA ON THE SELECTED HARD DISK AND MAY MAKE OTHERS INACCESSIBLE. Click on your hard disk. Under the Partition tab, under Volume Scheme, choose 1 Partition. Choose Options.... Make sure that GUID is checked, otherwise Leopard will not install.
- Click Apply.
- After the disk is done formatting, close Disk Utility and click through the Leopard install options to begin installation.
- When installation is complete, the PC will restart. At this point put your generic.iso CD back in the PC. When the disk loads, a boot: prompt will appear. Eject the disk. Hit enter. Type "80". This tells the bootloader to boot off of the primary disk. If you installed on a secondary disk, type "81". Hit enter.
- Leopard will begin booting off of your hard disk. You now have a working install!
- At this point, the PC is still in a state where you will have to have the CD in the drive to boot Leopard by following step 9. This can be alleviated using Chameleon. Google chameleon osx86 to find it.
- From your generic.iso CD, double click on initrd.img. From the resulting disk image, drill down into the folders until you see several .kext files. Copy dsmos.kext and IntelCPUPMDisabler.kext into /System/Library/Extensions/ The system will ask for your password before it copies the files.
- Open a Terminal window from Terminal.app in the utilities folder. Type in the window: nano /Library/Preferences/System/SystemConfiguration/com.apple.Boot.plist
- Navigate to the <strings> </strings> line after the <key>Kernel Flags</key> line.
- Add "-f" (without the quotes) in between the string flag, so it looks like this: <strings>-f</strings>
- Install Chameleon from step 11.
- Take the CD out and reboot.
- The system should boot up. At this point, I would go to Software Update under the Apple menu and download the updates.
Notes:
- For my video card (7000 series GeForce), I had to download Leopard Graphics Update 1.0 from Apple, install it using Pacifist, and install the latest NVInject.
- To get my sound working, I had to install the ALC888.txt file linked to on the wiki using AppleHDAPatcherv1.20. The ALC888.txt file can be found on the wiki, the AppleHDAPatcherv1.20 can be found here: (Link)
If you have to do the steps in "Notes," do them last. When the system updates itself, I've noticed that these steps may have to be repeated.
Hope this helps someone!