| Source: http://discussions.apple.com/thread.jspa?messageID=5980211 Looking at the Network Installer log it mentioned /usr/lib/libbz2.1.0.dylib as a missing file. Now on the NetInstall image the file is actually there but is symlinked to /usr/lib/libbz2.1.0.3.dylib which oddly is not on the image, /usr/lib/libbz2.1.0.2.dylib is however… On my 10.4.11 disk both /usr/lib/libbz2.1.0.2.dylib and /usr/lib/libbz2.1.0.3.dylib were there but the SIU apparently only copied the obsolete /usr/lib/libbz2.1.0.2.dylib over. So copying /usr/lib/libbz2.1.0.3.dylib from your 10.4.11 disk to your image will fix this. You can do this by:
Yours might install fine now but mine still wouldn't… Network Installer this time complained about some checksum problem. You can fix this by using Terminal again, with the image mounted as above type (adjust for image name): sudo /usr/sbin/asr imagescan --source '/Volumes/YourNetInstallImageName/System/Installation/Packages/System.dmg' --filechecksum And unmount the image again. |