Skip to content

doesn't work on some systems. #1

Description

@xpusostomos

Can I suggest you add this for extra info to the README....

This won't quite work with some systems. The problem is that UKI Unified Kernel Images can't access lib/firmware that early in the boot process. what you need to do is edit /etc/mkinitcpio.conf and add the file to the ram disk.

FILES=(/lib/firmware/edid/ncp.bin)

you may need to add this as well:
cmdline="/etc/kernel/cmdline"

Now rebuild the image:

sudo mkinitcpio -P

Now edit /etc/kernel/cmdline and add this to the end (or maybe try it first from the boot screen)

drm.edid_firmware=eDP-1:edid/ncp.bin

rebuild again

sudo mkinitcpio -P

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions