Contribute
Register

[Solved] [Clover] Config.plist empty when loaded with Clover configurator

Status
Not open for further replies.
Joined
Jul 9, 2015
Messages
12
Motherboard
HP G1 600 mini
CPU
i5-4570T
Graphics
HD 4600
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
Hi Guys,

Everything is working and config.plist is loaded at boot but when I use the latest Clover Configurator all the fields are blank.

There maybe a structure issue that cause Configurator to be unable to load the file, any idea what could it be ?

Looks like it appeared after I added the NVIDIA web driver config.

I've attached my config.plist.

Edit : Had redundant labels in the config file, thanks to P1LGRIM for plutil cmd tip
 

Attachments

  • config.plist
    4.9 KB · Views: 585
Last edited:
Hi Guys,

Everything is working and config.plist is loaded at boot but when I use the latest Clover Configurator all the fields are blank.

There maybe a structure issue that cause Configurator to be unable to load the file, any idea what could it be ?

Looks like it appeared after I added the NVIDIA web driver config.

I've attached my config.plist.
This typically happens when the config.plist is corrupt, as is yours :
Code:
config.plist: Found non-key inside <dict> at line 263

This often happens when you edit the file with a text editor instead of a dedicated plist editor.
 
Thanks for the super quick tip :).

By curiosity which tool did you use to validate the file integrity ? (Xcode ?)
 
Thanks for the super quick tip :).

By curiosity which tool did you use to validate the file integrity ? (Xcode ?)

Open Terminal and type plutil followed by a space, then find your plist in Finder and drag & drop it into the Terminal window.
Click inside the Terminal window then press return - Presto hey !!
 
Perfecto! thanks for the tip :)
 
I've done the cleanup and found the redundant label.

Thanks again
 
Guys, I don't know how to edit my plist to make it correct. I know there are errors in my plist using plutil but I really do not know how to correctly close tag, add tag, et cetera. Please help.

I feel I made a mistake in editing it via text wrangler. :(
 

Attachments

  • config.plist
    6.6 KB · Views: 282
  • workingconfig.plist
    6.6 KB · Views: 297
Status
Not open for further replies.
Back
Top