corpnewt / SSDTTime

SSDT/DSDT hotpatch attempts.
MIT License
1.06k stars 181 forks source link

NO Dumping DSDT option found #35

Closed vatsal1992 closed 4 years ago

vatsal1992 commented 4 years ago

Hello there, First of all ...... Thank you sooo much for sharing this script.. I really mean it, man....

I'm currently running Hackintosh Catalina 10.15.7 (Clover bootloader). I want to change my boot loader to OpenCore. So,I downloaded SSDTTime script (on 28Sep,2020) and when I executed SSDTTime.command there was no DSDT dumping option available. so, I tried by running SSDTTime.py but the result was same....

So, I don't understand what to do... Please help me.

I'm attaching both the screenshots for your reference. NO DSDT 1 NO DSDT 2

corpnewt commented 4 years ago

This is by design. If you're booted into macOS via Clover or OpenCore, any ACPI renames/patches are already applied, so dumping the DSDT from there yields an incorrect representation which won't have proper pathing. The option will be available if booted into another OS. You can also dump DSDT via OpenCore and Clover.

-CorpNewt