Contribute
Register

Open core x64 exeption type 00000000006

Status
Not open for further replies.
Joined
May 26, 2022
Messages
5
Motherboard
Dell motherboard 0667CC
CPU
Intel Core i5-M520
Graphics
Intel HD Graphics [Iron Lake or 1st gen]
I am using dell latitude e6410
when i boot form usb using opencore it say boot mismatch then in red text x64 execution type 0000000006
Someone help me
 
I am using dell latitude e6410
when i boot form usb using opencore it say boot mismatch then in red text x64 execution type 0000000006
Someone help me
which guide did you follow?
 
I will upload the picture a while later
 

Attachments

  • EFI.rar
    1.3 MB · Views: 79
I will upload the picture a while later
you have not added any of your aml files in your ACPI section:

Code:
<key>ACPI</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>My custom DSDT</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>DSDT.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>My custom SSDT</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-1.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-ALS0.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-AWAC-DISABLE.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-BRG0.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-EC-USBX.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-EC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-EHCx-DISABLE.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-IMEI.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-PLUG.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-PMC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-PNLF.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-RTC0-RANGE.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-RTC0.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-SBUS-MCHC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-UNC.aml</string>
            </dict>
        </array>
didn't check anything else
 
added the aml files in acpi section
still same error
I wonder if the legacy booting is causing problems
 
added the aml files in acpi section
still same error
I wonder if the legacy booting is causing problems
not sure, still missing your verbose image and new files
 
I wonder if the legacy booting is causing problems
If the hardware quoted in your profile is accurate it is unlikely to be supported in OS X.
 
Status
Not open for further replies.
Back
Top