• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

Search results

  1. EliteMacx86

    After verbose screen goes black but macos working.

    Attach your EFI to check!
  2. EliteMacx86

    Can't get hardware acceleration to work with HD 630 on i5 7600k

    See STEP 2 injecting EDID: https://elitemacx86.com/threads/how-to-inject-edid-clover-opencore.576/
  3. EliteMacx86

    Making sleep work reliably on MSI motherboards B250 with Intel HD 630 iGPU

    Desktop KBL platforms have had sleep issues since High Sierra. The solution is to use a dedicated GPU.
  4. EliteMacx86

    Intel HD Graphics 630 only 7mb

    Yes, these must be removed. Attach your EFI to check
  5. EliteMacx86

    Random reboots while loading the system

    Not unless if you changed the SMBIOS. If you didn't do that, then it was due to CustomSMBIOSGuid
  6. EliteMacx86

    Fenvi T919 Wifi is not working on Sequoia 15.5

    Set ResizeAppleGpuBars to -1 and then check if you can boot.
  7. EliteMacx86

    GUIDE How to Fix Bluetooth on macOS Monterey and Later

    Will add it in the guide. Thanks for the info!
  8. EliteMacx86

    GUIDE How to Fix Bluetooth on macOS Monterey and Later

    Third party dongle shouldn't cause any issues. Enable ExtendBTFeatureFlags and then check. Also, ensure the device is en0 and signed into the same Apple ID.
  9. EliteMacx86

    Intel HD Graphics 630 only 7mb

    Could you please specify what patches you are referring to?
  10. EliteMacx86

    Intel HD Graphics 630 only 7mb

    This simply means macOS cannot find the root device.
  11. EliteMacx86

    Intel HD Graphics 630 only 7mb

    Which patches specifically?
  12. EliteMacx86

    Intel HD Graphics 630 only 7mb

    Okay, fair enough!
  13. EliteMacx86

    Random reboots while loading the system

    You need to adjust a little. Scope (_SB.PC00.PEG1) and then define Scope (PEGP) { Name (_STA, Zero) // _STA: Status } Before the GFX0. If the SSDT method is difficult for you, just use DeviceProperties method and that should work fine and no, you should not use...
  14. EliteMacx86

    Random reboots while loading the system

    See the guide. Its mentioned there.
  15. EliteMacx86

    Random reboots while loading the system

    As expected, its the XTXH variant. Spoofing is required. Spoof the device ID to 73BF
  16. EliteMacx86

    Random reboots while loading the system

    What's the original Device ID?
  17. EliteMacx86

    Random reboots while loading the system

    Here are a few issues: - ACPI files are not loading in sorted order. - Renames are depreciated and handled by Lilu, WEG and AppleALC itself. - FadtEnableReset and ResetLogoStatus shouldn't be needed for your hardware. - EnableWriteUnprotector shouldn't be needed for your hardware. -...
  18. EliteMacx86

    Random reboots while loading the system

    Several things which are crucial that has been indicated in the guide.
  19. EliteMacx86

    Random reboots while loading the system

    The EFI is not as per the guide and therefore problems are expected.