求助:10.14.6升级到10.15需要提前准备些什么?
如题,比如clover我知道需要升级到最新正式版,然后appleALC、FakeSMC、Lilu、WhateverGreen、ACPIBatteryManager我升级到了最新正式版。其他还要注意提前准备些什么不?电脑配置信息在签名中已经成功升级,完美升级,嘿嘿。居然没有出现任何一场,第一次 在等待,看看有什么坑 我只升级了clover,驱动没升级 zenghongfei1 发表于 2019-10-11 16:54 https://www.pcbeta.com/static/image/common/back.gif
已经成功升级,完美升级,嘿嘿。居然没有出现任何一场,第一次
兄弟,分享一下EFI嘛,配置相似啊{:7_426:} 金鱼阿达西 发表于 2019-10-11 19:34 https://www.pcbeta.com/static/image/common/back.gif
兄弟,分享一下EFI嘛,配置相似啊
我的efi也没有什么太多特别东西,都是网络上常用都东西。按照我说的把那几个驱动更新到最新吧。clover更新一下就没有问题了。然后至于config文件内容,参照如下:(注意,有几处涉及隐私的信息用?代替了,有多少个?就缺省多少位字母或数字)
<?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>DropOEM_DSM</key>
<true/>
<key>Fixes</key>
<dict>
<key>AddHDMI</key>
<true/>
<key>Comment-IRQ Fix</key>
<string>The following fixes may be needed for onboard audio/USB/etc</string>
<key>FixAirport</key>
<true/>
<key>FixHPET</key>
<true/>
<key>FixIPIC</key>
<true/>
<key>FixRTC</key>
<true/>
<key>FixTMR</key>
<true/>
</dict>
<key>Name</key>
<string>DSDT.aml</string>
<key>Patches</key>
<array>
<dict>
<key>Comment</key>
<string>change _OSI to XOSI, pair with SSDT-XOSI.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
X09TSQ==
</data>
<key>Replace</key>
<data>
WE9TSQ==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change H_EC to EC</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
SF9FQw==
</data>
<key>Replace</key>
<data>
RUNfXw==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change EHC1 to EH01, optionally pair with SSDT-EH01.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
RUhDMQ==
</data>
<key>Replace</key>
<data>
RUgwMQ==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change EHC2 to EH02, optionally pair with SSDT-EH02.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
RUhDMg==
</data>
<key>Replace</key>
<data>
RUgwMg==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change GFX0 to IGPU, optionally pair with SSDT-IGPU.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
R0ZYMA==
</data>
<key>Replace</key>
<data>
SUdQVQ==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change SAT0 to SATA, optionally pair with SSDT-SATA.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
U0FUMA==
</data>
<key>Replace</key>
<data>
U0FUQQ==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change LPC to LPCB, optionally pair with SSDT-DEHCI.aml, SSDT-DEH01.aml, SSDT-DEH02.aml, SSDT-LPC.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
TFBDXw==
</data>
<key>Replace</key>
<data>
TFBDQg==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change Method(_PTS,1,N) to ZPTS, pair with SSDT-PTSWAK.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
X1BUUwE=
</data>
<key>Replace</key>
<data>
WlBUUwE=
</data>
</dict>
<dict>
<key>Comment</key>
<string>change Method(_WAK,1,N) to ZWAK, pair with SSDT-PTSWAK.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
X1dBSwE=
</data>
<key>Replace</key>
<data>
WldBSwE=
</data>
</dict>
<dict>
<key>Comment</key>
<string>change Method(XWAK,0,S) to ZWAK, pair with SSDT-XWAK.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
WFdBSwg=
</data>
<key>Replace</key>
<data>
WldBSwg=
</data>
</dict>
<dict>
<key>Comment</key>
<string>change Method(XSEL,0,S) to XSEZ, pair with SSDT-XSEL.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
WFNFTAg=
</data>
<key>Replace</key>
<data>
WFNFWgg=
</data>
</dict>
<dict>
<key>Comment</key>
<string>change Method(ESEL,0,S) to ESEZ, pair with SSDT-ESEL.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
RVNFTAg=
</data>
<key>Replace</key>
<data>
RVNFWgg=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Change (_TMP,0,S) to XTMP</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
X1RNUA==
</data>
<key>Replace</key>
<data>
WFRNUA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>change Method(_Q11,0,N) to XQ11,optionally pair with SSDT-FN.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
X1ExMQA=
</data>
<key>Replace</key>
<data>
WFExMQA=
</data>
</dict>
<dict>
<key>Comment</key>
<string>change Method(_Q12,0,N) to XQ12,optionally pair with SSDT-FN.aml</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
X1ExMgA=
</data>
<key>Replace</key>
<data>
WFExMgA=
</data>
</dict>
</array>
<key>ReuseFFFF</key>
<false/>
<key>SuspendOverride</key>
<true/>
</dict>
<key>HaltEnabler</key>
<true/>
<key>PatchAPIC</key>
<true/>
<key>ResetAddress</key>
<string>0x64</string>
<key>ResetValue</key>
<string>0xFE</string>
<key>SSDT</key>
<dict>
<key>C3Latency</key>
<string>0xc6</string>
<key>DoubleFirstState</key>
<true/>
<key>DropOem</key>
<true/>
<key>EnableC2</key>
<true/>
<key>EnableC4</key>
<true/>
<key>EnableC6</key>
<true/>
<key>Generate</key>
<dict>
<key>APLF</key>
<true/>
<key>APSN</key>
<true/>
<key>CStates</key>
<true/>
<key>PStates</key>
<true/>
<key>PluginType</key>
<true/>
</dict>
<key>PluginType</key>
<string>1</string>
<key>UseSystemIO</key>
<true/>
</dict>
<key>SortedOrder</key>
<array>
<string>SSDT-RMCF.aml</string>
<string>SSDT-CpuPm.aml</string>
<string>SSDT-XCPM.aml</string>
<string>SSDT-BATT.aml</string>
<string>SSDT-EH01.aml</string>
<string>SSDT-EH02.aml</string>
<string>SSDT-FN.aml</string>
<string>SSDT-ESEL.aml</string>
<string>SSDT-IGPU.aml</string>
<string>SSDT-DDGPU.aml</string>
<string>SSDT-LPC.aml</string>
<string>SSDT-94352hmb.aml</string>
<string>SSDT-PNLF.aml</string>
<string>SSDT-PTSWAK.aml</string>
<string>SSDT-SATA.aml</string>
<string>SSDT-XOSI.aml</string>
<string>SSDT-XSEL.aml</string>
<string>SSDT-XWAK.aml</string>
</array>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0 darkwake=0 -xcpm -alcbeta</string>
<key>CustomLogo</key>
<string>Theme</string>
<key>Customflage</key>
<string>shikigva=1</string>
<key>Debug</key>
<true/>
<key>DefaultLoader</key>
<string>CLOVERX64.efi</string>
<key>DefaultVolume</key>
<string>macOS Mojave</string>
<key>IgnoreNVRAMBoot</key>
<false/>
<key>Legacy</key>
<string>LegacyBiosDefault</string>
<key>LegacyBiosDefaultEntry</key>
<integer>1</integer>
<key>Secure</key>
<true/>
<key>Timeout</key>
<integer>5</integer>
<key>XMPDetection</key>
<string>Yes</string>
</dict>
<key>CPU</key>
<dict>
<key>UseARTFrequency</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<integer>6</integer>
</dict>
<key>FakeID</key>
<dict>
<key>ATI</key>
<string>0x67601002</string>
<key>IMEI</key>
<string>0x0000</string>
<key>IntelGFX</key>
<string>0x01668086</string>
<key>LAN</key>
<string>0x0000</string>
<key>NVidia</key>
<string>0x0000</string>
<key>SATA</key>
<string>0x0000</string>
<key>WIFI</key>
<string>0x0000</string>
<key>XHCI</key>
<string>0x0000</string>
</dict>
<key>USB</key>
<dict>
<key>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
<key>UseIntelHDMI</key>
<true/>
</dict>
<key>GUI</key>
<dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>UEFI Internal</string>
<key>Hidden</key>
<string>Always</string>
<key>Ignore</key>
<false/>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>Other</string>
</dict>
</array>
</dict>
<key>Hide</key>
<array>
<string>Recovery</string>
<string>Preboot</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>DoubleClick</key>
<integer>500</integer>
<key>Enabled</key>
<true/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>5</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Linux</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>Theme</key>
<string>Universe</string>
</dict>
<key>Graphics</key>
<dict>
<key>DualLink</key>
<integer>1</integer>
<key>EDID</key>
<dict>
<key>Inject</key>
<true/>
<key>ProductID</key>
<string>0x4ca3</string>
</dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>LoadVBios</key>
<false/>
<key>NvidiaSingle</key>
<false/>
<key>PatchVBios</key>
<true/>
<key>ig-platform-id</key>
<string>0x01660003</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleIntelCPUPM</key>
<true/>
<key>AppleRTC</key>
<true/>
<key>Debug</key>
<false/>
<key>KernelCpu</key>
<false/>
<key>KernelLapic</key>
<true/>
<key>KernelPm</key>
<true/>
<key>KernelXCPM</key>
<false/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Boot graphics glitch, 10.13 beta (based on denskop patch)</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AQAAdSI=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>
AQAA6yI=
</data>
</dict>
<dict>
<key>Comment</key>
<string>AppleHDA/Realtek ALC269</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
YgLsEA==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
aQLsEA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>SSD_Trim_Patch</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
QVBQTEUgU1NE
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>USB Port limit patch 10.14 (credits FredWst)-180928</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g/sPD4MDBQAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>com.apple.driver.usb.AppleUSBXHCI</string>
<key>Replace</key>
<data>
g/sPkJCQkJCQ
</data>
</dict>
<dict>
<key>Comment</key>
<string>External icons patch</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
RXh0ZXJuYWw=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Replace</key>
<data>
SW50ZXJuYWw=
</data>
</dict>
<dict>
<key>Comment</key>
<string>AppleRTC_patch</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
dS4Ptg==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleRTC</string>
<key>Replace</key>
<data>
6y4Ptg==
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x367</string>
<key>MLB</key>
<string>C02421400????????</string>
<key>ROM</key>
<data>
????????
</data>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>21/03/12</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MBP91.88Z.00D3.B00.12????????</string>
<key>Board-ID</key>
<string>Mac-6F01561E????????</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardSerialNumber</key>
<string>C02421400????????</string>
<key>BoardType</key>
<integer>10</integer>
<key>BoardVersion</key>
<string>MBP91.00D3.B00</string>
<key>ChassisAssetTag</key>
<string>MacBook-Aluminum</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>08</string>
<key>Family</key>
<string>MacBook Pro</string>
<key>FirmwareFeatures</key>
<string>0xC00D????</string>
<key>FirmwareFeaturesMask</key>
<string>0xFF1F????</string>
<key>LocationInChassis</key>
<string>Part Component</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<true/>
<key>ProductName</key>
<string>MacBookPro9,2</string>
<key>SerialNumber</key>
<string>C02K????????</string>
<key>SmUUID</key>
<string>EE26FCBC-D7AB-5575-B3F0-280b????????</string>
<key>Trust</key>
<true/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Yes</string>
<key>InjectSystemID</key>
<true/>
<key>NoCaches</key>
<true/>
</dict>
</dict>
</plist>
zenghongfei1 发表于 2019-10-11 16:54 https://www.pcbeta.com/static/image/common/back.gif
已经成功升级,完美升级,嘿嘿。居然没有出现任何一场,第一次
同款笔记本,求EFI文件,看了前辈2015年共享的文件,好像还是版本较早,无法匹配新版clover,进clover只显示光标 rooso 发表于 2020-3-22 02:43 https://www.pcbeta.com/static/image/common/back.gif
同款笔记本,求EFI文件,看了前辈2015年共享的文件,好像还是版本较早,无法匹配新版clover,进clover只显 ...
遇到同款笔记本太难得了
我的efi现在弄得很大,等我清理一下发你。 rooso 发表于 2020-3-22 02:43 https://www.pcbeta.com/static/image/common/back.gif
同款笔记本,求EFI文件,看了前辈2015年共享的文件,好像还是版本较早,无法匹配新版clover,进clover只显 ...
这个是最新的自用的EFI,部分敏感信息已删除,需要根据自身情况适当修改。内含DSDT.aml,config.plist以及kext等重要配置和驱动文件
链接: https://pan.baidu.com/s/1AqxkftWcjsf6kNDnSBcKSQ 提取码: 8f5u 金鱼阿达西 发表于 2019-10-11 19:34 https://www.pcbeta.com/static/image/common/back.gif
兄弟,分享一下EFI嘛,配置相似啊
这个是我今天整理分享的自用EFI(部分敏感信息删除,需根据需要自行修改添加)
分享链接
链接: https://pan.baidu.com/s/1AqxkftWcjsf6kNDnSBcKSQ 提取码: 8f5u zenghongfei1 发表于 2020-3-22 22:52 https://www.pcbeta.com/static/image/common/back.gif
这个是最新的自用的EFI,部分敏感信息已删除,需要根据自身情况适当修改。内含DSDT.aml,config.plist以及 ...
谢谢分享🙏 zenghongfei1 发表于 2020-3-22 21:24 https://www.pcbeta.com/static/image/common/back.gif
遇到同款笔记本太难得了
我的efi现在弄得很大,等我清理一下发你。
确实太难了刚刚搞好了thinkpadyoga以为自己可以搞定HP,试了发现还是道行太浅{:5_272:},谢谢老兄
页:
[1]