首页 > 代码库 > Yosemite,On my computer
Yosemite,On my computer
##RECORD,help me remember
###Make Lazy Version Installer
1、Write this LazyVersion Installer DMG to a RAW empty disk
2、Use Clover lead to Install Interface
3、Setup
###It is not necessary to delete “have nothing to do ” KEXTS
this step,just throw Clover`s config.plist in Clover`EFI directory ,then the yosemite launched.
###Some Instruction For installing Kexts
(1)the NetWork Adapter may not worded with Official Driver ,so just Reinstall AUAS K45`Network
Driver to S/L/E
(2) USB maybe strange,install "RealtekRTL81xx.kext" to /S/LE,not /E/E,then restart.
###config.plist file instruction
1.cooperate clover configurator will be simpler a lot
2.<key>onlytext</key> control theme .if this attribute is "true",theme does work.
3.there are many parameters in <key>Arguments</key> ,such as <key>Arguments</key>
<string>darkwake=0 arch=x86_64 dart=0 slide=0</string> <string>kext-dev-mode=1</string>
this is a configure for my computer
4.this is a configure for my computer
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>ReuseFFFF</key> <false/> <key>Name</key> <string>DSDT.aml</string> <key>DropOEM_DSM</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <string>Yes</string> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>darkwake=0 arch=x86_64 dart=0 slide=0</string> <key>DefaultVolume</key> <string>OS X</string> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>Timeout</key> <integer>19</integer> <key>XMPDetection</key> <string>No</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>Detect</string> </dict> <key>USB</key> <dict> <key>Inject</key> <true/> <key>FixOwnership</key> <true/> <key>AddClockID</key> <true/> </dict> </dict> <key>DisableDrivers</key> <array> <string>CsmVideoDxe</string> </array> <key>GUI</key> <dict> <key>Language</key> <string>en:0</string> <key>Theme</key> <string>Mavericks</string> <key>TextOnly</key> <false/> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Speed</key> <integer>8</integer> <key>Enabled</key> <true/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <true/> </dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> </dict> <key>Graphics</key> <dict> <key>DualLink</key> <integer>1</integer> <key>ig-platform-id</key> <string>0x01660003</string> <key>LoadVBios</key> <true/> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>AppleAHCIPort</string> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Replace</key> <data> SW50ZXJuYWw= </data> <key>Comment</key> <string>External icons patch</string> </dict> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data> eG1sLnps </data> <key>Replace</key> <data> em1sLnps </data> <key>Comment</key> <string>Patch_to_ALC270 (xml.zl to zml.zl)</string> </dict> <dict> <key>Name</key> <string>AppleTyMCEDriver</string> <key>Find</key> <data> cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY </data> <key>Replace</key> <data> cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY </data> <key>Comment</key> <string>ECC Memory Check Hack</string> </dict> <dict> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Find</key> <data> QVBQTEUgU1NEAA== </data> <key>Replace</key> <data> AAAAAAAAAAAAAA== </data> <key>Comment</key> <string>Trim Enabler</string> </dict> </array> </dict> <key>SMBIOS</key> <dict> <key>ProductName</key> <string>MacBookPro10,1</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist>