Contribute
Register

Hide extra Windows partition in clover config error?

Status
Not open for further replies.
Joined
Aug 23, 2016
Messages
2
Hello
I'm new to dual booting and I would like to know how to hide a windows partition that shows up twice in clover bootloader screen. I have mac and windows installed on the same ssd but I can't manage to find that particular partition. I have successfully managed to hide another partition by looking at the bootlog and hiding it in GUI in config but I can't manage to hide the "Windows boot from" option that appears when I start my pc.

Also I have an error in my config at line 182 and 247. I'm using brackets text editor and it's showing up in red.

Any help for the two problems would be much appreciated and I'm sorry in advance for sounding like an idiot. Like I said I'm new to this and I've tried every solution that google has given me.
 

Attachments

  • config.plist
    4.6 KB · Views: 167
  • bootlog.log.txt
    24.7 KB · Views: 123
If the boot Windows from Legacy1 and from Legacy2 bother you edit the config.plist under scan to be Legacy=false
 
Thank you for the response. Unfortunately I already did

<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<true/>
</dict>

For some reason when I hide the uuid of the apple recovery in the config its hidden but when I try it with the uuid of the two windows partitions nothing is affected and they still show up at the bootloader. If it's any help installed windows with gpt to a eufi system using rufus.
 
Hi @dementedhatter, i had the same "issue" than you with this useless "Windows boot from" option, and managed to remove it.
I removed "Legacy" key from Boot section, set "XMPDetection" to false and set "GUI" > "Scan" > "Legacy" to false
 
Last edited:
Status
Not open for further replies.
Back
Top