On my system, 6.14.0rc4-1 gives me an error when I try to install the package via CachyOS Kernel Manager. ALPM-SCIPTLET twice gives “ERROR: module not found crc32c_intel
”. It seems that the module was not included in the 6.14.0rc4-1 kernel. In the cachy 6.13.5-2 kernel there is rather a crc32c_generic
module, and no error was reported. Some hardware support for lunar lake was merged in 6.14, so maybe it is a conditional module for lunar lake (I am on lunar lake indeed, that’s why I installed the RC). In principle the module provides a hardware implementation for the checksum algorithm, so it is not critical. Yet, it is never good to have the kernel installation procedure terminating with “errors were encountered during the build. The image may not be complete”.
Thanks in any case for your work.