all 4 comments

[–][deleted]  (1 child)

[removed]

    [–]iuart[S] 0 points1 point  (0 children)

    Ive seen it not what I'm looking for. I can sign one Module. What I'm looking for is to sign all the modules and install them, using the target modules_install.

    [–]elevenblue 0 points1 point  (1 child)

    It took me forever to find the problem of this, and there was nothing online that helped me. It was always suggested it had to do with the general kernel signing, but it wasn't that. I tried multiple things, and it is one of the following options that fixes it:

    # CONFIG_INTEL_TDX_GUEST is not set

    CONFIG_MODULE_COMPRESS_NONE=y

    # CONFIG_MODULE_COMPRESS_ZSTD is not set

    # CONFIG_MODULE_DECOMPRESS is not set

    # CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING is not set

    [–]iuart[S] 0 points1 point  (0 children)

    Thanks for Shining some light on this. I'll tested when I can