Contribute
Register

Stuck at loading the installer app (black screen, Apple logo)

Status
Not open for further replies.
Joined
May 1, 2018
Messages
10
Motherboard
Gigabyte Z370M D3H
CPU
i3-8100
Graphics
GTX 1050
Mac
  1. Mac mini
Mobile Phone
  1. Android
I prepared the USB drive via UniBeast 8.3, booted to Clover and then stuck at loading the macOS installer.
My build is:

Gigabyte Z370M D3H
Intel Core i3 8100
Gigabyte NVidia GTX 1050 OC
Crucial Budget DDR4 8GB 2400MHz
Samsung 970 EVO 250Gb M.2 NVME

Booting in verbose mode gave me this:

m67-M9QSaGqYWY3wLEIa_moOJ76Q6D1VliTu1wvadLEq206QNjT5xFmZsuZoe4nFH66An_R0bJsqf2cZvd3seMgEKarv-WMkd8UVFaDtypvb3Dyi4OVKmOYrEC75eeggOT0k5D-T9srKn8o46Uiv6qW9EduDOlfPv6JT6h7zRVkO8HSCpuIWtNQKOtzW9BYQ8YDYAqEWySTbmVWdphizlV5viTITSmFBqExHaUpo1kLQZ4fe_9KkTn847l2Rui9NaQi9OViXUcjBKr5y0b-NtJyT0ft8r5upJb1MRXmONLLt3LhG8B__Awt-8cU5II0o0EWLWKN6BjTw_MQPutF42naIpSnjnGaptNqbC8MIJqmleofJ_-JTehjSeisBTbI7HvyyvIeLempq9CXbRt8SiCxr3S9nZIMRFOjlZ-ScJjdMTRnsuRd5QBcVcQIIfkxAoCUy0LdkCBrCgBOGlJJhTi0dp6IRIpqIvZ6jdgf9Ce9BUl9KpwxWELqCWHT1YjXm81HXv_DCMp9CqCMdLDkhzLGKeCjkimr26uO-xYeHTl2Ese-MCTupF-qfYXVB3kYYWw1FvtWyse2jc595jMLI8KFYd5xPOg6srqciMRR26lp-DJSgm4tDur3xg4XqDIE=w872-h654-no
 
Booting in verbose mode gave me this
At Clover Boot Screen select Options > PCI devices > USB Ownership and USB Injection

For permanent solution check Inject USB + FixOwnership in Clover's config.plist
Code:
  <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
 
At Clover Boot Screen select Options > PCI devices > USB Ownership and USB Injection

For permanent solution check Inject USB + FixOwnership in Clover's config.plist
Code:
  <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>

this probably helped, now the installation stuck a bit more far
 
this probably helped, now the installation stuck a bit more far
Boot your system in Verbose Mode and post a picture of your screen when it freezes/hangs.
At Clover Boot Screen press space bar and select Verbose (-v) and Don't reboot on panic (debug=0x100).
 
Status
Not open for further replies.
Back
Top