Jump to content

sambow23

Members
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by sambow23

  1. Hey, I've had this issue since I've started hackintoshing this laptop, heck even on Linux. There is a bug in the laptop's UEFI Firmware that is causing itself to eat CPU cycles for no reason, resulting in hot temps and horrible battery life on anything that isn't Windows. I was able to fix it in linux easily with a one liner command 

    echo "disable" > /sys/firmware/acpi/interrupts/gpe6F

    My problem is somehow making a SSDT doing the exact thing.

    I found a post elsewhere with the exact same issue and was able to edit his DSDT to make the required changes, I just don't know how I would execute the same thing with a SSDT. 

     

    The DSDT fix in question:

    Quote

    Fix: Removed Method "_L6F" 

     

    My unpatched DSDT, it has a method _L6F which has many similarities to that of the post I found:

    DSDT.aml.zip

     

  2. I've gotten everything else working now except AppleALC, I have a ALC299 and have tried both layout-ids (21,22). I see my Internal Speakers and Internal Microphone in System Preferences, but there is no sound coming out of the speakers when playing something, nor can I mute them. The internal mic works perfectly fine for some reason though. Any ideas?
    EDIT: I can barely hear sound coming from the headphone jack at max volume

    EFI.zip

    crioreg.zip

  3. That got it to boot into the kernel!
    Though it seems to be getting stuck either on Thunderbolt (which is completely off in the BIOS), or the ACPI errors)

    image.thumb.png.f4340d26319030c51013eaaaa3bf3a93.png

     

    I was able to eliminate the ACPI errors by using the correct .aml's from Dortania (was previously using ones created by SSDTTime)
    Though it's still stuck in the same spot of the boot process.

  4. Hey, I've been trying to boot the macOS Catalina installer for some time now but always been getting stuck on the following message at the end of the OpenCore boot process.

    09:366 00:035 AAPL: [EB|#LOG:EXITBS:START] 2021-08-15T07:54:09

    I've made sure to turn off any problematic settings in the BIOS according to the Dortania Laptop Comet Lake guide (including MSR and CFG-Lock)

     

    EFI.7z opencore-2021-08-15-075346.7z

  5. It's okay, I don't need it. Anyway, I don't know how I haven't noticed this yet, but the internal microphone doesn't work.

    I did check my BIOS to see if it's enabled, and it sure is, I mostly think it's the AppleALC.kext included in the bootpack.

    Is there any way to fix it?

×
×
  • Create New...