Contribute
Register

[Solved] Can not skip the selection screen of Clover

Status
Not open for further replies.
Joined
Feb 22, 2017
Messages
3
Motherboard
GA-Z170N-WIFI
CPU
I3-6320
Graphics
Intel HD Graphics 530
I have set the config.plist as follow. But it is not work at all.
This is my clover's config.plist. I have no idea with it. Please help me.

<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0</string>
<key>Debug</key>
<false/>
<key>DefaultLoader</key>
<string>CLOVERX64.efi</string>
<key>DefaultVolume</key>
<string>LastBootedVolume</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>0</integer>
<key>XMPDetection</key>
<false/>
</dict>
 
LastBootedVolume as DefaultVolume will only work if you have native or emulated NVRAM.
Gigabyte 100 series boards do not have native NVRAM support.

To fix this install EmuVariableUefi-64 and RC Scripts
See Problem 6 of Solving NVIDIA Driver Install & Loading Problems
 
LastBootedVolume as DefaultVolume will only work if you have native or emulated NVRAM.
Gigabyte 100 series boards do not have native NVRAM support.

To fix this install EmuVariableUefi-64 and RC Scripts
See Problem 6 of Solving NVIDIA Driver Install & Loading Problems

Thanks for your reply. I have changed it to boot volume name but it still not work. Is it caused by I made fusion drive?
 
Remove the DefaultLoader key and try changing the DefaultVolume to the GUID or device path.

Please provide your boot.log
 
Remove the DefaultLoader key and try changing the DefaultVolume to the GUID or device path.

Please provide your boot.log

Thanks a lot. I just removed the DefaultLoader key, then it worked.
 
Status
Not open for further replies.
Back
Top