Contribute
Register

Acer Aspire E15 (E5-573-30YH) ACPI Kernel Panic!!! PLEASE HELP.

Status
Not open for further replies.
well in (plist edit pro), there was 11 files in config.plist/ACPI/DSDT/Patches, but only 0 and 1 and 2 and 4 have boolean choice in the "disable" line.
at first they were all "yes" in the disable line.
so i've made 5 config.plist:
1: i've changed the value to "no" for all of them (0,1,2 and 4)
2: i've changed the value of "0" only to yes
3: i've changed the value of "1" only to yes
4: i've changed the value of "2" only to yes
5: i've changed the value of "4" only to yes
i attached them if you want to have a look at them.
i tried them all (one by one) by the same kernel panic shows up.

If the "Disabled" key does not exist for a given patch, you must add it in order to disable the patch.
 
If the "Disabled" key does not exist for a given patch, you must add it in order to disable the patch.
i've done that and tried one by one but the same kernel panic again
always
i attached those config.plists
 

Attachments

  • plists.zip
    30.5 KB · Views: 77
i've done that and tried one by one but the same kernel panic again
always
i attached those config.plists

You should disable all of them at once.
And no specific ideas without "Problem Reporting" files as per FAQ.
 
You should disable all of them at once.
And no specific ideas without "Problem Reporting" files as per FAQ.
Yes i did that but it didn't work.
i attached the problem reporting files this time with config.plist (all patches disabled)
 

Attachments

  • EFI.zip
    1.7 MB · Views: 82
Yes i did that but it didn't work.
i attached the problem reporting files this time with config.plist (all patches disabled)

No verbose boot photo attached.
Read FAQ, "Problem Reporting" again. Carefully.
 
Here are verbose boot photos
IMG_8936.JPG
IMG_8935.JPG
 

Attachments

  • EFI.zip
    1.7 MB · Views: 97

From where did you download macOS?
(why not 10.12.6?)
On what hardware did you create your USB installer?

These constructs in your DSDT might be giving macOS troubles:
Code:
    If (LGreaterEqual (XSPC, 0x04)) // macOS doesn't like block level conditionals...
    {
        Scope (_SB.PCI0.XHC.RHUB)
        {
            Device (SSP3)
            {
                Method (_ADR, 0, NotSerialized)  // _ADR: Address
                {
                    Return (Add (XSPA, 0x02))
                }
            }

            Device (SSP4)
            {
                Method (_ADR, 0, NotSerialized)  // _ADR: Address
                {
                    Return (Add (XSPA, 0x03))
                }
            }
        }
    }
 
Status
Not open for further replies.
Back
Top