clover-builder icon indicating copy to clipboard operation
clover-builder copied to clipboard

Autoboot stopped working after upgrading to latest Clover 5119

Open brunoaduarte opened this issue 4 years ago • 0 comments

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>

brunoaduarte avatar Jul 16 '20 04:07 brunoaduarte