Jump to content

Random themes


3 posts in this topic

Recommended Posts

I have a Hackintosh with Yosemite 10.10.3. I use Clover as the booltloader. I have tried te set the Clover boot themes but they are always random. I chose a theme I wanted and selected NVRAM assuming that would work. It didn't.

 

Can someone please explain step by step how to set the Clover themes? Is there a config.plist entry as well as a NVRAM entry? I don't get it.

 

Thanks

Link to comment
Share on other sites

Hi,

 

In the config.plist of clover, set the theme you want: 

	<key>GUI</key>
	<dict>
		<key>Language</key>
		<string>nl: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>
			<false/>
			<key>Tool</key>
			<false/>
		</dict>
		<key>ScreenResolution</key>
		<string>1920x1080</string>
		<key>Theme</key>
		<string>bootcamp</string>
	</dict>

post-1090626-0-22945200-1430066875_thumb.png

 

Clover configurator: 

 

post-1090626-0-15797600-1430066963_thumb.png

 

If the option Apply NVRAM does not work, see if you have the EmuVariableUEFI installed.

If not, install it and check if it works, if you have it installed, it might actually be causing the issue, so remove it and test if it solves the problem.

Link to comment
Share on other sites

 Share

×
×
  • Create New...