How to copy the App Store Lion DMG to a Thumb Drive & modify it to boot on picky (64-bit) Mac's/Hackintosh's:
You should now have a Lion install thumb drive bootable on any (64-bit) Mac or Hackintosh. You could also copy this to a new DMG or DVD.
Original info from: http://www.sysprobs.com/create-bootable-lion-os-installer-image-vmware-windows-intel-based-computers
- Plug in ==/>5GB thumb drive
. - Open Disk Utility and setup the thumb drive:
- Name: Mac OS X Install USB
- Format: Mac OS X Extended
- Partition: 1 Partition
- Partition Map: Apple Partition Map
. - Mount InstallESD.dmg from the App Store Lion installer
. - Mount /Mac OS X Install ESD/BaseSystem.dmg
. - Inside Disk Utility Restore the BaseSystem to your thumb drive:
- Source: Mac OS X Base System
- Destination: Mac OS X Install USB
- *Uncheck Erase Destination*
. - Open Terminal and type:
- cp "/Volumes/Mac OS X Install ESD/kernelcache" "/Volumes/Mac OS X Install USB/kernelcache"
. - Edit /Mac OS X Install USB/Library/Preferences/SystemConfiguration/com.apple.Boot.plist and add:
- <key>Kernel Cache</key>
<string>\kernelcache</string>
. - <key>Kernel Cache</key>
- In Terminal type:
- sudo rm "/Volumes/Mac OS X Install USB/System/Installation/Packages"
- sudo cp -R "/Volumes/Mac OS X Install ESD/Packages" "/Volumes/Mac OS X Install USB/System/Installation/Packages"
.
You should now have a Lion install thumb drive bootable on any (64-bit) Mac or Hackintosh. You could also copy this to a new DMG or DVD.
Original info from: http://www.sysprobs.com/create-bootable-lion-os-installer-image-vmware-windows-intel-based-computers