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: 85
Have you set the Mac OS drive as first in BBS boot order in the BIOS/UEFI?
 
Try posting the problem in the Laptop forum. Someone over there has probably run into this problem before and can help you.
 
Yes, I have. My hard drive with mac os is the first in boot order.

I have had this issue on both laptops and desktops. Boot into OS X, mount your EFi and drag a copy of you entire folder to desktop. Use CLOVER CONFIGURATOR to update clover, download and save to desktop (there is a box too check for that), you have to right click on your config.pist and select open with CC.
Once you have the clover ready to go remove the EFi form your boot disk (you have one saved on desktop) and trash it. Ruin the clover installer app and select the proper drive and use UEFi option. after it is complete add your con gif.plist (replace), and kexts and rivers folders, and any other options like ACPI patched etc.. Double check that you have everything and right click your config.plist and ope with CC app to make sure you have the right plist. Reboot a few times to see if it works in auto mode. If not you may need to replace your config.plist. You can copy the serial numbers etc to the new list.
 
Status
Not open for further replies.
Back
Top