Cannot boot to btrfs root: ERROR: device 'UUID=XXX' not found. Skipping fsck.
OS working on linux-zen, so fstab is correct. Using _localmodcfg: btrfs, ext4 and vfat are present in .config. "lsblk -l" output:
sda
├─sda1 vfat FAT32 /efi
├─sda2
├─sda3 ntfs System
├─sda4 btrfs /
├─sda5 swap 1 [SWAP]
├─sda6 ntfs
└─sda7
sdb
├─sdb1
├─sdb2 ntfs Data
├─sdb3 btrfs /home
└─sdb4 swap 1 [SWAP]
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: