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
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 -PNow 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.binrebuild again
sudo mkinitcpio -P