Contribute
Register

where is the DropMCFG and Drop in Clover 2184 config.list?

Status
Not open for further replies.
Joined
Sep 26, 2012
Messages
3
Motherboard
10.8.2
CPU
e3 1230 v2
Graphics
6870
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
[h=3]DropDMAR[/h]<key>DropDMAR</key>
<true/>

Enables booting on systems with CPUs supporting Intel's VT-d virtualization technology for directed I/O.



[h=3]DropMCFG[/h]<key>DropMCFG</key>
<false/>

Fixes booting issues when using a MacMini or MacBook Pro SMBIOS.



This is The old config.list configuracion.
I want use Macmini6,2 SMBIOS

:crazy:
 
DropDMAR

<key>DropDMAR</key>
<true/>

Enables booting on systems with CPUs supporting Intel's VT-d virtualization technology for directed I/O.



DropMCFG

<key>DropMCFG</key>
<false/>

Fixes booting issues when using a MacMini or MacBook Pro SMBIOS.



This is The old config.list configuracion.
I want use Macmini6,2 SMBIOS

:crazy:
use clover configurator and forget about where goes what:thumbup:.
 
It used to be here:

PHP:
    <key>ACPI</key>
    <dict>
          <key>DropMCFG</key>
          <string>true</string>
     <dict>

I don't know if it's still supported, just try it.
 
It used to be here:

PHP:
    <key>ACPI</key>
    <dict>
          <key>DropMCFG</key>
          <string>true</string>
     <dict>

I don't know if it's still supported, just try it.

Code:
[COLOR=#000080]<key>[/COLOR]DropTables[COLOR=#000080]</key>[/COLOR]
[COLOR=#000080]<array>[/COLOR]
  [COLOR=#000080]<dict>[/COLOR]
    [COLOR=#000080]<key>[/COLOR]Signature[COLOR=#000080]</key>[/COLOR]
    [COLOR=#000080]<string>[/COLOR]MCFG[COLOR=#000080]</string>[/COLOR]

Just use clover configurator for this


after this check boot.log

Dropping 2 tables
0:459 0:000 Drop table 0 signature="DMAR" (52414D44)
0:459 0:000 set table: 52414D44, 0 to drop:
0:459 0:000 Drop table 1 signature="MCFG" (4746434D)
0:459 0:000 set table: 4746434D, 0 to drop: true
 
非常感谢
thank you very much~:clap:
 
Status
Not open for further replies.
Back
Top