Contribute
Register

[Solved] Clover AutoBoot d'ont work

Status
Not open for further replies.
Joined
Oct 12, 2018
Messages
2
Motherboard
Gigabyte p55a-ud4p
CPU
Core i7 @860
Graphics
1060 3GB
Hi

install Macos high sierra and windows 10 by clover and everything its ok but many try suggested in Forum and other site dont help me to correct auto boot and timeout in volume EFI windows 10, search in google and test any way but its not correct

Please help

my clover plist file

<key>Boot</key>
<dict>
<key>Arguments</key>
<string>nvda_drv=1</string>
<key>CustomLogo</key>
<string>Theme</string>
<key>Debug</key>
<false/>
<key>DefaultVolume</key>
<string>76A92676-A700-4F72-BD69-B9BDEE0C31B8</string>
<key>Legacy</key>
<string>LegacyBiosDefault</string>
<key>NeverHibernate</key>
<false/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<false/>
</dict>
 
finally i fixed my problem with auto boot with current boot section

Code:
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>nvda_drv=1</string>
        <key>DefaultVolume</key>
        <string>FFD81431-DF21-4011-91E6-0EE7403FE78E</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>

UUID Partition at boot screen , dont use Partition UUID in diskutil
photo_2018_10_26_02_02_15.jpg
 
finally i fixed my problem with auto boot with current boot section

Code:
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>nvda_drv=1</string>
        <key>DefaultVolume</key>
        <string>FFD81431-DF21-4011-91E6-0EE7403FE78E</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>

UUID Partition at boot screen , dont use Partition UUID in diskutil
photo_2018_10_26_02_02_15.jpg
Hi ,
Can you explain how to get correct UUID ?
Thank you
 
finally i fixed my problem with auto boot with current boot section

Code:
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>nvda_drv=1</string>
        <key>DefaultVolume</key>
        <string>FFD81431-DF21-4011-91E6-0EE7403FE78E</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>

UUID Partition at boot screen , dont use Partition UUID in diskutil
photo_2018_10_26_02_02_15.jpg
How did you get the UUID at the boot screen? Detailed info would be greatly appreciated
 
At the Clover menu screen select the drive and press the spacebar.
 
Status
Not open for further replies.
Back
Top