rafaelmaeuer / Asus-UX32VD-Hackintosh

Install macOS Big Sur on Asus UX32VD Laptop (+ Triple-Boot Win 10 & Ubuntu)
27 stars 8 forks source link

DSDT generation #25

Closed idoo closed 4 years ago

idoo commented 5 years ago

I'm trying to generate my own DSDT what I did:

  1. extracted by pressing F4 on the clover boot screen

  2. installed https://bitbucket.org/RehabMan/acpica/downloads/

    cd ~/Downloads
    unzip iasl.zip
    sudo cp iasl /usr/bin
  3. copied my DSDT and SSDT*.aml files to dev folder and run

    iasl -da -dl DSDT.aml SSDT*.aml
  4. opened it with MaciASL.app and applied patches from https://github.com/danieleds/Asus-UX32VD-Hackintosh/tree/master/src/DSDT

  5. pressed saved as and saved is as DSDT.aml

  6. put to clover/acpi/patched, refreshed cache, selected it on boot

I have: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0 sm 0x0

What I did wrong?

rafaelmaeuer commented 4 years ago

DSDT generation is now included in the readme.