Contribute
Register

Stuck at installation on ASUS Prime H310 Plus + core i7 9700k

Status
Not open for further replies.
Joined
Dec 22, 2012
Messages
18
Motherboard
Asus Prime Z390-A
CPU
i5-9600K
Graphics
UHD 630
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
I have these configs at work and I want to install Mojave on it.

MB: ASUS Prime H310 Plus
CPU: Intel Core i7 9700K

I followed the installation guide and config motherboard. create a bootable installation drive using the latest unibeast.

without verbose flag, the apple logo appears and the progress bar fills 100% and stuck.

with the verbose flag, it stuck at [ PCI configuration end ... ]
IMG_20191111_184550.jpg

I found out that if I pass "cpus=1" arg, It will pass [ PCI configuration end, ... ] but it stuck at "SMC: successfully initialize"
IMG_20191111_184858.jpg
 
I thought it might be RTC bug in 300-series motherboards and add the following lines in clover config.plist > DSDT > patches

XML:
                <dict>
                    <key>Comment</key>
                    <string>Fix 300-series RTC Bug</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    oAqTU1RBUwE=
                    </data>
                    <key>Replace</key>
                    <data>
                    oAqRCv8L//8=
                    </data>
                </dict>

but nothing has changed.
 
I also have this issue with my new config, (PRIME Z390-A | i5 9600K | HD 630).
With -v flag it stuck on [ PCI configuration end ... ] and without -v flag the progress bar below the Apple logo completes and nothing happened after. I waited for hours but it was stuck.
Does anyone know what is wrong?
 

Attachments

  • 2020-06-22 02.31.49.jpg
    2020-06-22 02.31.49.jpg
    364.5 KB · Views: 54
Status
Not open for further replies.
Back
Top