Dids / clover-builder

Automated Clover builds.
https://cloverdb.com
MIT License
1.25k stars 220 forks source link

Autoboot stopped working after upgrading to latest Clover 5119 #104

Open brunoaduarte opened 4 years ago

brunoaduarte commented 4 years ago

This was working perfectly before i upgraded to latest 5119 Clover bootloader, my volume name Catalina is still the same, only now it won't autoboot anymore. I rolledback to the old bootloader and it works... any ideas how to fix this? Thanks

<key>Boot</key>
<dict>
    <key>Arguments</key>
    <string>dart=0</string>
    <key>Debug</key>
    <false/>
    <key>DefaultVolume</key>
    <string>Catalina</string>
    <key>Legacy</key>
    <string>PBR</string>
    <key>Secure</key>
    <false/>
    <key>Timeout</key>
    <integer>3</integer>
    <key>XMPDetection</key>
    <integer>1</integer>
</dict>