Contribute
Register

[Need help troubleshooting] - Stuck at first boot after installation

Status
Not open for further replies.
Joined
Feb 24, 2019
Messages
13
Motherboard
Dell 04YVDP
CPU
i5 - 7200U
Graphics
HD 620
Followed this link for making the bootable drive: https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/


Mojave got installed and restarted the laptop. But during the first run from HDD, it gets stuck at the attached screenshot.
It gets stuck at all the marked places and after that shows apple logo with empty bar not going any further than this. The screen goes blank after a few minutes.

[Extra note] Laptop's Keyboard and mouse are also not working, external works. If you can solve that as well it would be helpful.

Thanks.
 

Attachments

  • IMG_20191002_005833.jpg 2019-10-02 12-05-03.png
    IMG_20191002_005833.jpg 2019-10-02 12-05-03.png
    1.9 MB · Views: 63
  • CLOVER.zip
    2 MB · Views: 62
Am also having the same problem, could someone give some help here?
 
Followed this link for making the bootable drive: https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/


Mojave got installed and restarted the laptop. But during the first run from HDD, it gets stuck at the attached screenshot.
It gets stuck at all the marked places and after that shows apple logo with empty bar not going any further than this. The screen goes blank after a few minutes.

[Extra note] Laptop's Keyboard and mouse are also not working, external works. If you can solve that as well it would be helpful.

Thanks.
Am also having the same problem, could someone give some help here?
use a later version of clover from the downloads section above

may also need
the 2 files from here to be placed in ACPI/Patched folder
 
Hey, I was able to boot after upgrading the clover version.

@Feartech can you help me with this as well? I did not receive any response on that thread so referencing here.

I followed the links for framebuffer but could not get it to work.

Here are my updated debug files. Please check and let me know.
 

Attachments

  • debug_11027.zip
    2 MB · Views: 48
Hey, I was able to boot after upgrading the clover version.

@Feartech can you help me with this as well? I did not receive any response on that thread so referencing here.

I followed the links for framebuffer but could not get it to work.

Here are my updated debug files. Please check and let me know.
FakeSMC.kext missing from /L/E
 
Hey, thanks for getting back.
Checked but still same issue:
config,.plist:

may need to enable these:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

and enable these:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>

remove that VoodooHDA.kext and AppleHDADisabler.kext and use AppleALC.kext instead

also check the hackintool and framebuffer guide

and also whatevergreen help:
 
config,.plist:

may need to enable these:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

and enable these:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>

remove that VoodooHDA.kext and AppleHDADisabler.kext and use AppleALC.kext instead

also check the hackintool and framebuffer guide

and also whatevergreen help:
Ya, I have Hackintool and I use that for loading kexts and also checked the framebuffer guide here:
One with hackintool specific:

but sadly, no success.

Made your suggested changes still the same issue.
Attached new debug files.
 

Attachments

  • debug_75.zip
    2 MB · Views: 49
Status
Not open for further replies.
Back
Top