Hi again!!
I'm updating from OC 0.5.8 to 0.5.9 my own Mac Pro 5.1 (the other that tonight don't boot fine and solved is of my wife) and I have a doubt:
In the config.plist of 0.5.8 I have this:
Code:
<key>NVRAM</key>
<dict>
<key>Add</key>
<dict>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<dict>
<key>boot-args</key>
<string>agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0</string>
<key>bluetoothHostControllerSwitchBehavior</key>
<string>always</string>
</dict>
</dict>
<key>Block</key>
<dict>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<array>
<string>boot-args</string>
<string>bluetoothHostControllerSwitchBehavior</string>
</array>
</dict>
<key>LegacyEnable</key>
<false/>
<key>LegacySchema</key>
<dict/>
</dict>
But, in the config.plist of 0.5.9, the key
Block is changed for
Delete... this is correct??
May I write this on the 0.5.9 config.plist?
Code:
<key>NVRAM</key>
<dict>
<key>Add</key>
<dict>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<dict>
<key>UIScale</key>
<data>AQ==</data>
<key>DefaultBackgroundColor</key>
<data>AAAAAA==</data>
</dict>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<dict>
<key>boot-args</key>
<string>agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0</string>
<key>bluetoothHostControllerSwitchBehavior</key>
<string>always</string>
</dict>
</dict>
<key>Delete</key>
<dict>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<array>
<string>UIScale</string>
<string>DefaultBackgroundColor</string>
</array>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<array>
<string>boot-args</string>
<string>bluetoothHostControllerSwitchBehavior</string>
</array>
</dict>
<key>LegacyEnable</key>
<false/>
<key>LegacyOverwrite</key>
<false/>
<key>LegacySchema</key>
<dict/>
<key>WriteFlash</key>
<false/>
</dict>