pietinger wrote:
if you dont have a special need for an initramfs (e.g. encrypted root partition) AND you do your kernel configuration yourself THEN you are doing all right

Kernel updated today,I changed few places as all you pointed,it's working fine,thank you
And there is another thing:
I got this error(maybe warning)
Code: Select all
[ 2.041598] exfat: Unknown parameter 'subvol'
[ 2.042363] fuseblk: Unknown parameter 'subvol'
and this too
Code: Select all
[ 2.177246] systemd-gpt-auto-generator[352]: File system behind root file system is reported by btrfs to be backed by pseudo-device /dev/root, which is not a valid userspace accessible device node. Cannot determine correct backing block device.
[ 2.181442] systemd[347]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
from dmesg
I am using BTRFS,am I missing something in kernel?
There are SUBVOL written in fstab,like this:
Code: Select all
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d / btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=256,subvol=/@,subvol=@ 0 0
# /dev/nvme0n1p1
UUID=5383-DB69 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 2
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /home btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=263,subvol=/@home,subvol=@home 0 0
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /usr/local btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=260,subvol=/@local,subvol=@local 0 0
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /opt btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=258,subvol=/@opt,subvol=@opt 0 0
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /root btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=257,subvol=/@root,subvol=@root 0 0
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /.snapshots btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=267,subvol=/@snapshots,subvol=@snapshots 0 0
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /srv btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=259,subvol=/@srv,subvol=@srv 0 0
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /tmp btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=262,subvol=/@tmp,subvol=@tmp 0 0
# /dev/nvme0n1p3
UUID=7b448353-60de-4218-8368-2ec4f8de463d /var btrfs rw,relatime,compress=zstd:3,ssd,space_cache=v2,subvolid=261,subvol=/@var,subvol=@var 0 0
# /dev/nvme0n1p2
UUID=9211f562-55cd-46ea-bec0-c77423166325 none swap defaults,pri=-2 0 0
Please check