Contribute
Register

OpenCore stuck at [PCI configuration end]

Joined
Mar 24, 2024
Messages
6
Motherboard
Acer Aspire A315
CPU
i5-10210U
Graphics
UHD 630
Hi there, I am trying to install Sonoma on my Acer Aspire A315-55G laptop.


I use this repository for Kexts and OC configs.

I disabled Vt-d and secure boot and Fast Boot from BIOS.

Error screen is this:
1711280812651.jpeg


How can I solve this error? Thanks.
 
Hi there, I am trying to install Sonoma on my Acer Aspire A315-55G laptop.


I use this repository for Kexts and OC configs.

I disabled Vt-d and secure boot and Fast Boot from BIOS.

Error screen is this:
View attachment 580313

How can I solve this error? Thanks.
i have moved your post to laptop support

also using files from 3 years ago is probably not going to work for Sonoma
 
Followed your Guide. Thanks.
Again I got same error with following error:
Code:
AppleALC            alc: @ error: no layout-id property found in configuration.
I missed some stuff and I don't know why this error happens.

Thats my config.plist file I edited with your Guide for Comet lake CPU.
 

Attachments

  • config.plist
    35.3 KB · Views: 1
Followed your Guide. Thanks.
Again I got same error with following error:
Code:
AppleALC            alc: @ error: no layout-id property found in configuration.
I missed some stuff and I don't know why this error happens.

Thats my config.plist file I edited with your Guide for Comet lake CPU.
you didn't follow the guide

use the files from the guide, also you do not have "Intel HD Graphics 530"
 
Last edited:
you didn't follow the guide
I deleted and reconfiguring my plist again. But i have question, where should I put this "may also need" vars?
1711284817604.png


Under PCIRoot? Also there are two PciRoot entries in plist. Which one should I edit/delete?
1711284804072.png
 
I deleted and reconfiguring my plist again. But i have question, where should I put this "may also need" vars?
View attachment 580332

Under PCIRoot? Also there are two PciRoot entries in plist. Which one should I edit/delete?
View attachment 580331
you have the correct ig-platform
you should change device-id to 9B3E0000

dpcd-max-link-rate -> 1E000000
enable-cdclk-frequency-fix -> 01000000
enable-dpcd-max-link-rate-fix -> 01000000
enable-max-pixel-clock-override -> 01000000

extra entries belong in the same section as your ig-platform

(also change the "model" to what your graphics is, not really a great issue)
 
you have the correct ig-platform
you should change device-id to 9B3E0000

dpcd-max-link-rate -> 1E000000
enable-cdclk-frequency-fix -> 01000000
enable-dpcd-max-link-rate-fix -> 01000000
enable-max-pixel-clock-override -> 01000000

extra entries belong in the same section as your ig-platform

(also change the "model" to what your graphics is, not really a great issue)
Done.
Edited my ACPI entries and added SSDT-AWAC for Cometlake. The result is like this.
1711286299247.png

Did I miss any entry?
 
Back
Top