You have 2x bootFAT. Almost guaranteed mess and troubles.
Error message from initramfs specifically said missing 2d88 which is the NVMe.
$ sudo blkid
/dev/nvme0n1p1: LABEL_FATBOOT="bootfs" LABEL="bootfs" UUID="5A88-...." BLOCK_SIZE="512" TYPE="vfat" PARTUUID="2d88....-01"
/dev/nvme0n1p2: LABEL="rootfs" UUID="5170097f-f1f6-42d8-a2ff-......." BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="2d88....-02"
/dev/sda1: LABEL_FATBOOT="TOSHIBA" LABEL="UUI" UUID="B2F5-...." BLOCK_SIZE="512" TYPE="vfat" PARTUUID="c307....-01"
Luckily we can see the '2d88', but you should post output of blkid in code tags and the text above is incomplete.
Use 1 device and/or check your mounts in fstab and also make sure you got the right UUID for the rootfs in cmdline.txt or whatever booloader/manager.
Statistics: Posted by redvli — Tue Dec 10, 2024 9:13 am