Jump to content
6 posts in this topic

Recommended Posts

I have a triple boot Hackintosh with Yosemite, Windows 7, and Ubuntu.  Recently I added an internal hard drive and formatted with NTFS so I could copy an image of my Windows 7 installation to it. The problem is that now on my Clover boot boot menu there are two Windows boot options and I only want one.  Neither has an UUID and both say "Boot from HD1" 

And Ideas how to get rid of one of these?  

 

Thanks

Hi,

 

Copy your Clover to a FAT32 formatted USB driver, just in case, so you can boot from it.

 

Anyway, add this to your config.plist:

	<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>

Or:

 

post-1090626-0-20929900-1429911759_thumb.png

 

Solved it for me.

Lexhimself. Thank you.

 

Is this the part I need?

 

</dict>

<key>Scan</key>

<dict>

<key>Entries</key>

<true/>

<key>Legacy</key>

<false/>

<key>Tool</key>

<false/>

</dict>

 

I looked up what this entry does and I don't understand. Can you explain? Thanks again.

×
×
  • Create New...