Closed hmthang96 closed 4 years ago
Did you mean this screen ??
Did you mean this screen ??
Yes !!!
Everything seem be ok, i installed the MacOS to my PC and it worked perfectly. But I got a problem with BIOS. When every i reboot or start the PC, it go to the Safe mode. The system has POSTed in safe mode. It may be due to the previous POST attemp failing because of system instability.
Do you get the same problem ?
I had this problem but the problem did go away after resolving RTC issues. Most motherboards get fixed by setting Kernel -> Quirks -> DisableRtcChecksum -> True
in the config plist. It is already set in the sample_config.plist provided. Kindly check in yours. But sometimes it should be manually fixed.
First you can actually check if RTC writing to bad region is causing this issue in the first place.
Download RTC memory fixup, add to kexts and add a boot arg rtcfx_exclude=00-FF
located NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> boot-args
, of course, first include the RTCMemoryFixup.kext kext in Kernel -> Add
This is suffice to check if RTC writing to a bad region is causing this. If it's fixed then you have to drill down further finding the bad region. Follow this guide Finding out bad RTC region
Everything seem be ok, i installed the MacOS to my PC and it worked perfectly. But I got a problem with BIOS. When every i reboot or start the PC, it go to the Safe mode. The system has POSTed in safe mode. It may be due to the previous POST attemp failing because of system instability. Do you get the same problem ?
I had this problem but the problem did go away after resolving RTC issues. Most motherboards get fixed by setting
Kernel -> Quirks -> DisableRtcChecksum -> True
in the config plist. It is already set in the sample_config.plist provided. Kindly check in yours. But sometimes it should be manually fixed.First you can actually check if RTC writing to bad region is causing this issue in the first place.
Download RTC memory fixup, add to kexts and add a boot arg
rtcfx_exclude=00-FF
locatedNVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> boot-args
, of course, first include the RTCMemoryFixup.kext kext inKernel -> Add
This is suffice to check if RTC writing to a bad region is causing this. If it's fixed then you have to drill down further finding the bad region. Follow this guide Finding out bad RTC region
Hmmm, when i tried this method and i saw that my Hackintosh always set to 7:00am 31.12.1999 when i restart.
I think I will find another way to fix this. ^_^
@hmthang96 Pull the latest changes it might fix RTC issue. I have updated acpi today with newly built ssdt-awac.aml using ssdt time instead of pulling a prebuilt one.
Also, if you have windows installed, boot it via opencore bootloader only. If you boot via efi # bootloader (pressing F8) it might break the bios. It might not mess with the clock.
Let me know once you get it fixed.
@hmthang96 Pull the latest changes it might fix RTC issue. I have updated acpi today with newly built ssdt-awac.aml using ssdt time instead of pulling a prebuilt one.
Also, if you have windows installed, boot it via opencore bootloader only. If you boot via efi # bootloader (pressing F8) it might break the bios. It might not mess with the clock.
Let me know once you get it fixed.
I turned off DisableRTCChemksum and turned it on again, and it worked perfect ^_^
You can try this methods that I found on here to fix the clock of Windows and Hackintosh problem. https://github.com/xiaoMGitHub/LEGION_Y7000Series_Hackintosh He makes the Hackintosh to use Local time instead of RTC
Everything seem be ok, i installed the MacOS to my PC and it worked perfectly. But I got a problem with BIOS. When every i reboot or start the PC, it go to the Safe mode. The system has POSTed in safe mode. It may be due to the previous POST attemp failing because of system instability.
Do you get the same problem ?