Based on your description, it seems you are facing an issue with the installer hanging at the ALC (Audio Layer Configuration) stage or related to a profile issue during the boot process of a Hackintosh setup. This can be a common problem in Hackintosh installations, especially when transitioning from Clover to OpenCore or when configuring for specific hardware like Intel Coffee Lake and RX570. Here are steps to troubleshoot and potentially resolve this issue:
Review Your EFI Folder Structure:
- Ensure your EFI folder is correctly structured for OpenCore. It should have the necessary drivers in
EFI/OC/Drivers
, the right kexts inEFI/OC/Kexts
, and yourconfig.plist
inEFI/OC
.
- Ensure your EFI folder is correctly structured for OpenCore. It should have the necessary drivers in
Check Your
config.plist
:- Since you've used OCAT (OpenCore Auxiliary Tools) and it validated your config, the syntax is likely correct. However, ensure the settings are appropriate for your hardware.
- Compare your
config.plist
with the sample configuration for your chipset provided in the OpenCore documentation.
Kexts and Drivers:
- Ensure you have the necessary kexts for your hardware. For Coffee Lake processors and RX570 GPU, you'll typically need kexts like Lilu, WhateverGreen, VirtualSMC, AppleALC, etc.
- The differences in kexts between various guides could be due to updates or specific hardware nuances. Stick to the most recommended kexts for your hardware.
Audio Configuration:
- Since the issue mentions ALC, it might be related to audio configuration. AppleALC is the kext responsible for handling audio in Hackintoshes. Ensure you have the correct layout ID for your motherboard's audio codec.
- You can find the compatible layout IDs for your codec in the AppleALC documentation.
Verbose Mode:
- Boot in verbose mode (using the
-v
boot argument) to see more detailed information about where the boot process is hanging. - Take note of the last few lines before the system hangs, as they can provide crucial clues.
- Boot in verbose mode (using the
Graphics Configuration:
- Verify that the WhateverGreen kext is correctly configured for your RX570. Misconfiguration here can cause boot issues.
BIOS Settings:
- Revisit your BIOS settings. Ensure that settings like Secure Boot are disabled, SATA is set to AHCI, and CSM support is off.
- Check if there are any BIOS updates available for your motherboard.
Troubleshooting Steps:
- Try booting without some non-essential kexts
Installer Hangs at ALC / no profile
Been slowly working through the process ( had built several hackintosh before, once prior on this same PC with clover / Ventura ) , but I've been pretty slow going this time.
After first trying in vein to create the installer from the Windows computer ( using the guides, all the py tools etc ) I went back to my Mac and made the installer there, copying over the .plist I made while on PC.
Now I'm stuck at booting the installer, and it's not writing any logs to .text on EFI any longer, so I can only take pictures.
Intel i5 coffee lake, rx570, nvme drive + sata drive ( plan to install to Sata partition ).
Hoping there are some obvious issues with my config , it validated with OCAT.
I've seen two different setups, one from the example config for my chipset and the one from guide, and they differ in kexts.
Any help welcome, plist attached.
https://file.io/cPneYRHFQJyz - thx in advance
[link] [comments]
Post a Comment