mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-02 13:03:28 +01:00
7c0aa811ec
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
|
|
|
|
==========================================================================================================================
|
|
|
|
How to install InstallESD.dmg to GPT with 10.7.x and 10.8.x. (since rev. 480)
|
|
----------------------------------------------------------------
|
|
|
|
|
|
First, you need to Restore InstallESD.dmg to disk by using Disk Utility.
|
|
|
|
Then, follow the stage 1 and stage 2 to install 10.7.x or 10.8.x to GPT, and auto-create the Recovery HD used for iCloud.
|
|
|
|
|
|
Stage 1
|
|
---------
|
|
|
|
1.Remove kernelcache in InstallESD.dmg/Library/Preferences/SystemConfiguration/com.apple.Boot.plist.
|
|
<key>Kernel Cache</key> remove this line.
|
|
<string>xxxxxxxxxxxxx</string> remove this line.
|
|
|
|
2.Copy BaseSystem.dmg/System/Library/Extensions to partition of InstallESD.dmg and add other kexts (FakeSMC.kext).
|
|
|
|
3.Clover select to "Boot Mac OS X with extra kexts (skips cache)", and follow the installation with restart first time.
|
|
|
|
|
|
Stage 2
|
|
---------
|
|
|
|
1.Remove kernelcache in target partition's /OS X Install Data/com.apple.Boot.plist.
|
|
<key>Kernel Cache</key> remove this line.
|
|
<string>xxxxxxxxxxxxx</string> remove this line.
|
|
( 10.7.x is /Mac OS X Install Data/com.apple.Boot.plist )
|
|
|
|
2.Copy InstallESD.dmg/System/Library/CoreServices and /mach_kernel to target partition's / .
|
|
|
|
3.Copy BaseSystem.dmg/System/Library/Extensions to target partition's / and add other kexts (FakeSMC.kext).
|
|
|
|
4.Boot to "OS X Install" with "Boot Mac OS X with extra kexts (skips cache)" and finish the installation.
|
|
(10.7.x is "Mac OS X Install")
|
|
|
|
==========================================================================================================================
|