The immediate restarting of your Hackintosh after selecting the boot drive is often indicative of a kernel panic or a misconfiguration in your EFI folder that is preventing the system from booting correctly. Here's a troubleshooting guide to help you resolve the issue:
Guide Step by Step:
Access Verbose Mode:
- Boot using the
-v
flag in your bootloader to enter verbose mode. This should provide detailed information about what is happening during the boot process up until the point of the restart.
- Boot using the
BIOS Settings:
- Based on the images you provided, ensure the following:
- Secure Boot: Should be disabled.
- SATA Configuration: Set to AHCI mode.
- Intel Virtualization (VT-d): Can be disabled for compatibility, unless you need it for virtualization software in macOS.
- CPU Configuration: Ensure that Hyper-Threading, Execute Disable Bit, and VT-x are enabled if they are supported and available.
- CSM (Compatibility Support Module): Should be disabled to avoid boot issues with UEFI.
- Boot from the Correct Drive: Make sure you're booting from the EFI partition of the drive where your Hackintosh system is installed.
- Based on the images you provided, ensure the following:
Check EFI Folder Structure:
- The EFI folder structure is crucial. Ensure that you have the following:
EFI/BOOT/BOOTx64.efi
EFI/OC/OpenCore.efi
(for OpenCore bootloader)EFI/OC/config.plist
- Properly structured
kexts
,drivers
, andACPI
folders withinEFI/OC
.
- The EFI folder structure is crucial. Ensure that you have the following:
config.plist Configuration:
- Use a plist editor to carefully check your
config.plist
settings. Incorrect settings here can cause boot failures. - Verify that your ACPI patches, kernel extensions, and SMBIOS are all configured correctly for your hardware.
- Use a plist editor to carefully check your
Kernel Extensions:
- Make sure that you're using the correct versions of kexts for your system, and that they are compatible with the version of macOS you are trying to boot.
- Common essential kexts include
Lilu.kext
,VirtualSMC.kext
(orFakeSMC.kext
),WhateverGreen.kext
, andAppleALC.kext
.
DSDT and SSDT:
- Check if you need a custom DSDT or SSDTs for your specific motherboard. The Dortania guide provides information on how to compile or obtain these.
Graphics Configuration:
- Since you're using an AMD RX 5700 XT, make sure you're using WhateverGreen.kext and that your
config.plist
does not have any unnecessary flags for Nvidia or Intel graphics that could interfere with the boot process.
- Since you're using an AMD RX 5700 XT, make sure you're using WhateverGreen.kext and that your
Review the Pastebin Log:
- Check the log you posted on Pastebin for any ACPI errors, kext loading issues, or other anomalies that might point to the cause of the restart.
OpenCore Debugging:
- If using OpenCore, you can enable debug logging to capture more detailed logs of the boot process. Consult the OpenCore guide for instructions on how to do this.
Seek Community Assistance:
- If you're still unable to resolve the issue, share your verbose log and EFI configuration with a Hackintosh community forum. Experienced members may be able to spot issues more quickly.
Remember: Always make backups of your EFI folder and any other critical data before making changes. Hackintosh systems can be very sensitive to changes and may not work if configured incorrectly. The process can be trial and error, and having a backup ensures you can revert to a known good state if something goes wrong.
Hackintosh X99 Xeon is restarting after I choose a boot device.Hi guys I got a Zsus methorboard X99-P4 with an E5 2670 V3. I was following the Dortania's guide to get my boot media in order to install hackintosh or at least boot one that I already have done and I was currently using it for my programming (coding) C# stuff (using code editors like JetBrains Rider (IDE) , Visual Studio Code, etc...). I finished the guide and tried to boot my driver that contains Hackintosh Sonoma which I was normally running with my previous motherboard: PC specs: Motherboard: IMBM-Q170A (old) | Zsus X99-P4 (now) CPU: I5 6500 (old) | E5 2670 V3 (now) GPU: AMD RX 5700 XT RAM: 32GB DDR4 But After I select the driver the pc shows the verbose and then it restarts, I don't get stuck, I don't even can see an error it just restarts after I select a boot drive. I even downloaded the Image for installation again but it does the same. I got an EFI folder from GitHub with the same CPU but in that case still doing the same. I disabled and enabled all what I was suppose to in the BIOS ( I think, I'm not an expert ) but don't know what is going on. Just wanted to know if somebody got the same problem and how it gets fix, or if somebody else has an idea of how to solve it. I got a file inside of my EFI folder that I think is the Verbose but I don't figure out if something is wrong, it's too long so I made a pastebin link if you want to check it out: https://pastebin.com/mKaCHiFQ Thanks a lot if you took the time to read and try to help me, I really appreciate it, Sorry if I wrote something wrong English is not my native language. I also took some pictures of my BIOS settings if you can see something that I'm not: [link] [comments] |
Post a Comment