Are there some additional kernel parameters required for this kernel? I booted a unified kernel image based on linux-xanmod and found it failed to mount /efi (my ESP). I'm not sure what the problem is since vfat kernel modules is compiled.
My /etc/kernel/cmdline:
rw quiet splash root=LABEL=LROOT rootfstype=ext4
My /etc/fstab: ``
Static information about the filesystems.
See fstab(5) for details.
<file system> <dir> <type> <options> <dump> <pass>
/dev/nvme0n1p4 UUID=21aaf8d4-59a8-438e-8aa1-d60ef83175bd
LABEL=LROOT / ext4 rw,relatime 0 1
/dev/nvme0n1p1 UUID=AC50-79AF
/dev/nvme0n1p1 /efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
LABEL=LGAMES /media/games f2fs rw,relatime,compress_algorithm=zstd:1,compress_chksum,atgc,gc_merge,lazytime,defaults 0 1 ``
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: