Contribute
Register

Help! Clover auto boot doesn't work

Status
Not open for further replies.
Joined
Feb 12, 2020
Messages
11
Motherboard
Samsung 350v5c-s09-Clover
CPU
i5-3210M/HM76
Graphics
HD 4000, 1366x768
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
Hello. I'm using Catalina and Clover r5102. My clover can't auto boot. There is only one way to get into clover - f10 on my laptop.

I tried playing with the DefaultBootVolume and Timeout settings using Clover Configurator and it doesn't seem to work. I tried using my volume name "Mac", the LastBootedVolume option, or using the Partition UUID.

Here's the part of the config with the default boot info and gui.

XML:
<key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>dart=0 nv_disable=1</string>
        <key>Debug</key>
        <true/>
        <key>DefaultVolume</key>
        <string>Mac</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>

XML:
<key>GUI</key>
    <dict>
        <key>EmbeddedThemeType</key>
        <string>Dark</string>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <true/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <string>First</string>
            <key>Tool</key>
            <true/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>tonymacx86</string>
    </dict>

disk util
Code:
apple@MacBook-APPLE ~ % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         1000.0 GB  disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +1000.0 GB  disk1
                                 Physical Store disk0s2
   1:                APFS Volume Mac — данные            3.9 GB     disk1s1
   2:                APFS Volume Preboot                 85.4 MB    disk1s2
   3:                APFS Volume Recovery                526.6 MB   disk1s3
   4:                APFS Volume VM                      4.3 GB     disk1s4
   5:                APFS Volume Mac                     10.8 GB    disk1s5
 

Attachments

  • debug.log.zip
    112.9 KB · Views: 43
You need to check "Boot device Priority" in your bios, maybe there is something wrong
 
Try "bootice" on windows or livecd to check your uefi boot
 
Status
Not open for further replies.
Back
Top