- Open disk utility and insert your disk. Select the disk and hit new image. Save the image as cd/dvd master.
- Enable showing hidden folders/files. Open terminal and do this.
kkabdol$ defaults write com.apple.finder AppleShowAllFiles TRUE
kkabdol$ killall Finder
- Mount the image and go into the system/Installation/Packages.
- Copy OSInstall.mpkg file to a new folder on my desktop. For example desktop/install
- Extract .mpkg file and edit Distribution file. Open terminal again and do this.
kkabdol$ cd Desktop/install
kkabdol$ xar -x -f OSInstall.mpkg
kkabdol$ rm OSInstall.mpkgkkabdol$ vi Distribution
- In Distribution file, edit this. Insert old mac's identifier and save.
var hwbeSupportedMachines = [
'MacBook6,1',
'MacBook2,1',
];
- And make new .mpkg file. Do this.
kkabdol$ xar -c -f OSInstall.mpkg *
- Replace new OSInstall.mpkg of the mounted image
- Eject the mounted image and open disk utility.
- Insert a DL(Double Layer) DVD and hit burn.
burn it at the LOWEST speed possible.
- Install the burned dvd. It's all yours.









M