Contribute
Register

Using OpenCore EFI on my Xiaomi Air 13" Skylake

Status
Not open for further replies.
hello,
Now the **** hits the fan: no more boot!
 

Attachments

  • config.plist.zip
    5.8 KB · Views: 22
  • OC No Boot.jpg.zip
    3.2 MB · Views: 26
hello,
Now the **** hits the fan: no more boot!
you are only listing:
Code:
<dict>
                <key>Comment</key>
                <string>SSDT-EC.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-EC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SSDT-PLUG.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-PLUG.aml</string>
            </dict>

you need to add all your aml files you are using
 
So i have to add them , but where?

I'm more and more confused after so much time spent for nothing in the progress bar...
 
So i have to add them , but where?

I'm more and more confused after so much time spent for nothing in the progress bar...
along with your other aml files, the clue is in the post above and also in post2 of my guide.....
 
yes, copy and paste the "find" sections and the "rename" sections, (also the comment section so you know which patch is which) ie this from clover:

Code:
<dict>
                    <key>Comment</key>
                    <string>change OSIN to XSIN (SSDT-XOSI.dsl)</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>T1NJTg==</data>
                    <key>Replace</key>
                    <data>WFNJTg==</data>
                </dict>
you would have this in opencore after copying and pasting over the "Find" and "Replace"

Code:
<dict>
                <key>Comment</key>
                <string>change OSIN to XSIN (SSDT-XOSI.dsl)</string>
                <key>Count</key>
                <integer>1</integer>
                <key>Enabled</key>
                <false/>
                <key>Find</key>
                <data>T1NJTg==</data>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data></data>
                <key>OemTableId</key>
                <data></data>
                <key>Replace</key>
                <data>WFNJTg==</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data></data>
            </dict>
Here you may see that the value is false and NOT true?
So, YES, i'm totally confused now...
The 2 .aml files needed in the ACPI folder but i only can write in the config.plist such as the patch aera...
 
Here you may see that the value is false and NOT true?
So, YES, i'm totally confused now...
The 2 .aml files needed in the ACPI folder but i only can write in the config.plist such as the patch aera...
again, and the last time... make sure they are enabled

and yes, if you have aml files in ACPI folder, then they need to be listed in your config.plist

if you can't work it out with plisteditpro then try using opencore configurator
 
if you have made changes then you will need to re upload new files

missing ALS0.aml and SSDT-PNLF.aml in ACPI folder
OK but where may i get them? from my former working Clover Efi?
 
OK but in my working Clover i only have SSDT-PNLF but NOT ALSO.aml that was cooked with MaciASL...
 
OK but in my working Clover i only have SSDT-PNLF but NOT ALSO.aml that was cooked with MaciASL...
then why do you have renames which mentions:
change Method(GPRW,2,N) to XPRW (SSDT-GPRW
change Method(_PTS,1,N) to ZPTS (SSDT-PTSWAK
change _Q1C to ZQ1C (brightness hotkey) (SSDT-BKEY
etc..... ????????
 
Status
Not open for further replies.
Back
Top