That package is for the bundled stuff, not for OS X itself.
Thanks for the link.
I'm using a partition on an external FireWire drive for the installer. I changed all three occurrences of iMac5,1 with iMac7,1.
Code:
sudo grep 'iMac5,1' -R --include '*.plist' --include '*.dist' /Volumes/Tiger\ Install\ 10.4.7\ iMac
/Volumes/Tiger Install 10.4.7 iMac/System/Installation/Packages/Bundled Software.mpkg/Contents/Info.plist: <string>iMac5,1</string>
/Volumes/Tiger Install 10.4.7 iMac/System/Installation/Packages/OSInstall.mpkg/Contents/OSInstall.dist: var hwbeSupportedMachines = ['iMac5,1'];
/Volumes/Tiger Install 10.4.7 iMac/System/Library/SystemProfiler/SPPlatformReporter.spreporter/Contents/Resources/SPMachineTypes.plist: <key>iMac5,1</key>
One thing to be careful about is that the date of /System/Library/Extensions needs to match /System/Library/Extensions.mkext otherwise it can't boot. If the dates are different (because you looked at the Extensions folder in the Finder), the mkext cache is invalid and the booter will try to rebuild the cache but /System/Library/Extensions doesn't contain all the kexts needed to boot!
The following command will copy the date from the DVD to the FireWire partition:
touch -r /Volumes/Mac\ OS\ X\ Install\ Disc\ 1/System/Library/Extensions /Volumes/Tiger\ Install\ 10.4.7\ iMac/System/Library/Extensions
Now the installer on the FireWire partition boots and now allows me to choose install items and a destination disk. It would not let me choose some perfectly valid disks though. The installer fails after 10 seconds of trying to validate the chosen destination. I think there's problems with /System/Library/PrivateFrameworks/DiskManagement.framework/Resources/DiskManagementTool. Maybe it doesn't like multiple disks.
There are sites that have downloads for
1) iMac, Mac OS X Install Disk 1, Mac OS version 10.4.7, AHT version 3A111, Disc version 1.0, 2Z691-5859-A, 2006
2) Mac OS X Install Disk 2, Disc version 1.0, 2Z691-5862-A, 2006
Does anyone know a site with the 10.4.10 disks?