Contribute
Register

<< Solved >> SOLVED! First Boot with Unibeast USB Hangs

Status
Not open for further replies.
Joined
Jan 6, 2013
Messages
183
Motherboard
Gigabyte B365M-DS3H
CPU
i7-9700K
Graphics
RX 560
Mac
  1. iMac
Classic Mac
  1. Power Mac
Mobile Phone
  1. Android
This is my first attempt to install Catalina on a new build. The initial boot required to format the target drive (1TB SSD) seemed to go smoothly until near the end where it hangs completely. I've given it 7+ hours (overnight) to complete and launch the installer but without success. Here is the basic configuration:

MB: Gigabyte B365M DS3H
CPU: Intel Core i7-9700K
SSD: Adata XPG Sx8200 Pro

I also bought a PowerColor RX-570 graphic card, but it would not power up. I've RMA'ed the card to Newegg, but in the meantime, I decided to get Catalina running using the Intel on-chip graphics. It seems to work because the high-res Apple logo is displayed, but that's all I see -- the logo and a fully populated progress bar. Clover boots normally.
 
Here are the screens. See "Boot freeze2.jpg" for details.
 

Attachments

  • Boot freeze 1.jpg
    Boot freeze 1.jpg
    4.6 MB · Views: 53
  • Boot freeze 2.jpg
    Boot freeze 2.jpg
    1.6 MB · Views: 55
Screenshot 2021-01-21 at 22.52.10.png


A common problem with a simple solution - Search for 1689.
 
Still stuck at 1689.

In one solved case the user installed an earlier version of Catalina. So I downloaded 10.15.3 and made a new UniBeast stick. That one stopped at 1683. So I added SSDT-EC.aml to /EFI/CLOVER/ACPI/patched as advised in a thread about 1683. That accomplished nothing.

So I went back to 10.15.7. No joy. Here's my EFI:
 

Attachments

  • Screen Shot 2021-01-22 at 1.15.17 PM.png
    Screen Shot 2021-01-22 at 1.15.17 PM.png
    265.1 KB · Views: 42
As an experiment, I tried again without any files in the /patched/ directory. The installation stopped exactly as before. In my case, it seems that SSDT-EC.aml is irrelevant. Perhaps not a common problem after all.
 

Attachments

  • Boot log 3.jpg
    Boot log 3.jpg
    1.5 MB · Views: 39
As an experiment, I tried again without any files in the /patched/ directory. The installation stopped exactly as before. In my case, it seems that SSDT-EC.aml is irrelevant. Perhaps not a common problem after all.
update your hardware profile please, GTX1050Ti is not supported on Catalina

also try uploading your clover folder so someone may be able to take a look

also if SSDT-EC.aml doesn't work, then you may require the patch:
Code:
<key>Patches</key>
    <array>
        <dict>
            <key>Comment</key>
            <string>ACPI Patch by mattystonnie</string>
            <key>Disabled</key>
            <false/>
            <key>Find</key>
            <data>
            oAqTU1RBUwE=
            </data>
            <key>Replace</key>
            <data>
            oAqRCv8L//8=
            </data>
        </dict>
    </array>

or may need nvmefix.kext,

try also booting without your ssd to see if that is the issue
 
Status
Not open for further replies.
Back
Top