Hello,

This is Hellsenberg from IRC.

On Sun, Mar 17, 2019, 18:53 Simon Newton <simon@simonnewton.com wrote:
Thanks Hellsenberg in IRC chat. This resolves the issue and VGA lights now

$ diff ../core2/src/mainboard/asus/p8h61-m_pro/Kconfig
src/mainboard/asus/p8h61-m_pro/Kconfig
24c24
<     select NORTHBRIDGE_INTEL_IVYBRIDGE
---
 >     select NORTHBRIDGE_INTEL_SANDYBRIDGE

$ make olddefconfig && make

This change is needed because the northbridge setting (the "northbridge" is part of the CPU on SNB/IVB) must match the installed CPU for libgfxinit to work properly. This can be changed on any SNB/IVB board as well.

I hope the libgfxinit patches that fix this issue get merged soon, but for now this workaround will have to do.

Best regards,

Angel Pons