Contribute
Register

[Solved] Direct Upgrade to macOS High Sierra Not Working for Me

Status
Not open for further replies.
Bildschirmfoto 2017-10-06 um 14.40.50.png
Thanks - now the installation worked! I guess I just need to fix the sound.
But most important: How can i drop mats continiuseley?

Do I have to embed this code:
Code:
<key>APCI</key>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>MATS</string>
</dict>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
</array>
...into my config.plist? If yes, where exactly?
Thanks!
Use Clover Configurator to edit your config.plist. It's the easiest way with the dropdown item.
 
Perfect, problem solved, thanks a lot!
 
Hi I am having the same issue, I have checked and Vtd is disabled, and ACPI is activated. I get the Apple logo after restart, I have followed the guide as Jackblack87 did, however I cannot get past the apple logo. I have went into clover config and added drop MATS, however the last section of the table I don't know which option to choose.
 
Read post #164 :) Credit to @vulgo

"ACPI: VT-d can be disabled in firmware settings (under CPU features), otherwise we can drop DMAR table. MATS is known by some to prevent 10.13 boot so drop that as well."

Code (Text):

<key>APCI</key>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>MATS</string>
</dict>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
</array>

"Recent betas seem to raise problems with SIP partially disabled, resulting in errors later on in boot. This log is from a boot into 10.12, but setting the CSR bits 0x3FF for booting High Sierra."

Code (Text):
https://inro.in/showbox/
https://inro.in/tutuapp/
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x3FF</string>
</dict>
Isn't there any other workaround to get rid of this problem? I repeat my Problem:
I followed the APFS guide
 
Last edited:
@surdelmavo, please update your profile (personal details) with your Motherboard, CPU and iGPU or Graphics Card(s).
If you have a prebuilt computer enter make and model instead of motherboard.
The Rules said:
Profiles are mandatory so that others can assist you.
 
Status
Not open for further replies.
Back
Top