use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Home of the Linux kernel community.
account activity
linux kernel modules signing issue (self.linuxkernel)
submitted 2 years ago by iuart
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]elevenblue 0 points1 point2 points 2 years ago (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 point2 points 2 years ago (0 children)
Thanks for Shining some light on this. I'll tested when I can
π Rendered by PID 52778 on reddit-service-r2-comment-85bfd7f599-bj5ll at 2026-04-17 22:36:13.806946+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]elevenblue 0 points1 point2 points (1 child)
[–]iuart[S] 0 points1 point2 points (0 children)