sk峰峰 发表于 2017-8-26 21:40

如何关闭clover的啰嗦模式

本帖最后由 sk峰峰 于 2017-8-27 10:19 编辑

黑苹果搞了很久,半懂不懂的安装好了,现在基本上完美了,但是每次开机都是啰嗦模式 请问怎么关闭,附上在论坛下的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>
                        <false/>
                        <key>ReuseFFFF</key>
                        <false/>
                </dict>
                <key>SSDT</key>
                <dict>
                        <key>DropOem</key>
                        <false/>
                        <key>Generate</key>
                        <dict>
                              <key>CStates</key>
                              <true/>
                              <key>PStates</key>
                              <true/>
                        </dict>
                </dict>
      </dict>
      <key>Boot</key>
      <dict>
                <key>Arguments</key>
                <string>-v dart=0</string>
                <key>Debug</key>
                <false/>
                <key>DefaultVolume</key>
                <string>macOS</string>
                <key>Legacy</key>
                <string>PBR</string>
                <key>Secure</key>
                <false/>
                <key>Timeout</key>
                <integer>0</integer>
                <key>XMPDetection</key>
                <false/>
      </dict>
      <key>CPU</key>
      <dict>
                <key>UseARTFrequency</key>
                <false/>
      </dict>
      <key>Devices</key>
      <dict>
                <key>Audio</key>
                <dict>
                        <key>Inject</key>
                        <string>No</string>
                </dict>
                <key>USB</key>
                <dict>
                        <key>AddClockID</key>
                        <true/>
                        <key>FixOwnership</key>
                        <true/>
                        <key>Inject</key>
                        <true/>
                </dict>
      </dict>
      <key>DisableDrivers</key>
      <array>
                <string>Nothing</string>
      </array>
      <key>GUI</key>
      <dict>
                <key>Hide</key>
                <array>
                        <string>BOOTX64.EFI</string>
                        <string>Windows</string>
                </array>
                <key>Language</key>
                <string>zh_CN:0</string>
                <key>Mouse</key>
                <dict>
                        <key>DoubleClick</key>
                        <integer>500</integer>
                        <key>Enabled</key>
                        <true/>
                        <key>Mirror</key>
                        <false/>
                        <key>Speed</key>
                        <integer>8</integer>
                </dict>
                <key>Scan</key>
                <dict>
                        <key>Entries</key>
                        <true/>
                        <key>Legacy</key>
                        <true/>
                        <key>Linux</key>
                        <false/>
                        <key>Tool</key>
                        <true/>
                </dict>
                <key>Theme</key>
                <string>black_green</string>
      </dict>
      <key>Graphics</key>
      <dict>
                <key>Inject</key>
                <dict>
                        <key>ATI</key>
                        <false/>
                        <key>Intel</key>
                        <false/>
                        <key>NVidia</key>
                        <false/>
                </dict>
                <key>NvidiaSingle</key>
                <false/>
      </dict>
      <key>KernelAndKextPatches</key>
      <dict>
                <key>AppleRTC</key>
                <true/>
                <key>AsusAICPUPM</key>
                <true/>
                <key>Debug</key>
                <false/>
                <key>DellSMBIOSPatch</key>
                <false/>
                <key>KernelCpu</key>
                <false/>
                <key>KernelHaswellE</key>
                <false/>
                <key>KernelLapic</key>
                <false/>
                <key>KernelPm</key>
                <true/>
                <key>KextsToPatch</key>
                <array>
                        <dict>
                              <key>Comment</key>
                              <string>External icons patch</string>
                              <key>Disabled</key>
                              <false/>
                              <key>Find</key>
                              <data>
                              RXh0ZXJuYWw=
                              </data>
                              <key>Name</key>
                              <string>AppleAHCIPort</string>
                              <key>Replace</key>
                              <data>
                              SW50ZXJuYWw=
                              </data>
                        </dict>
                </array>
      </dict>
      <key>RtVariables</key>
      <dict>
                <key>BooterConfig</key>
                <string>0x28</string>
                <key>CsrActiveConfig</key>
                <string>0x67</string>
      </dict>
      <key>SMBIOS</key>
      <dict>
                <key>Trust</key>
                <false/>
      </dict>
      <key>SystemParameters</key>
      <dict>
                <key>InjectKexts</key>
                <string>Yes</string>
                <key>InjectSystemID</key>
                <true/>
                <key>NvidiaWeb</key>
                <true/>
      </dict>
</dict>
</plist>


小小的爱 发表于 2017-8-26 22:11

<key>Arguments</key>
                <string>-v dart=0</string>去掉这里的”-v”

tudoubocai 发表于 2017-8-26 22:12

用这个,Clover Configurator,挂载efi分区,并打开你的clover.plist。找找看,好像在boot里面,有一个-v,把勾去掉就可以了。

czyjian 发表于 2017-8-26 23:55

<key>Boot</key>
      <dict>
                <key>Arguments</key>
                <string>-v dart=0</string>


-v 去掉

甘新平 发表于 2017-8-27 01:19


2楼正解,或者进系统用Clover Configurator打开config.plist,去掉Verbose(-v)前面的勾

sk峰峰 发表于 2017-8-27 10:18

小小的爱 发表于 2017-8-26 22:11 https://www.pcbeta.com/static/image/common/back.gif
Arguments
                -v dart=0去掉这里的”-v”

谢谢!已经搞定!

sk峰峰 发表于 2017-8-27 10:19

甘新平 发表于 2017-8-27 01:19 https://www.pcbeta.com/static/image/common/back.gif
2楼正解,或者进系统用Clover Configurator打开config.plist,去掉Verbose(-v)前面的勾

谢谢,学习到了!

samun2014 发表于 2020-1-12 11:54

学到了,谢谢。

liven2050 发表于 2020-11-21 22:02

我的去掉了还是啰嗦模式,真是无语了

张某某328 发表于 2022-3-24 20:11

liven2050 发表于 2020-11-21 22:02 https://bbs.pcbeta.com/static/image/common/back.gif
我的去掉了还是啰嗦模式,真是无语了

你好,解决了吗,我的也是去掉了还是开机跑代码
页: [1]
查看完整版本: 如何关闭clover的啰嗦模式