Jump to content

Recommended Posts

Posted

Hello ,

There are some useless boot option under clover start menu ,For example :Boot Windows from w  , Boot Windows from b , Boot Windows from c ...etc .

blow is configure description

I type three parameter  " Preboot ,Recovery , Windows" under Hide volume column for GUI 

i select this two option " Entries,Legacy " under Scan column for GUI 

By the way 

i try only select one option "entries" under Scan column ,then restart laptop ,but  useless boot options are still existing .

Attachment is useless boot option photo and GUI configure photo .

Please help me and give some suggestions.

Thank you 

 

config.plist.zip useless boot option.jpg.zip GUI_Configure.jpg.zip

  • Administrators
Posted

gui tab, Hide Volume option

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Hello ,

i add three options ( Boot Windows from   w ,Boot Windows from b , Boot Windows from  ) in Hide volume column under GUI table . They are all full-name.

then i restart laptop ,  i find out that useless options are still existing now .

Attachment is current GUI configure photo .

GUI_Configure.jpg.zip

Posted

Hello ,

I had been resolve this problem.

The following is resolve method .

Frist use Text editor open config.plist, then find out below codes
                <key>Scan</key>
                <dict>
                        <key>Entries</key>
                        <true/>
                        <key>Legacy</key>
                        <true/>
                        <key>Tool</key>
                        <false/>
                </dict>

then change them to below codes

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

  • Administrators
Posted

;) 

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...