Das ist die /etc/fstab von dem jetzigen System das nicht startet (24.10):
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p8 during curtin installation
# /boot/efi was on /dev/nvme0n1p1 during curtin installation
/dev/disk/by-uuid/FEA0-3E08 /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0
UUID=8bc91deb-bc67-4eb1-83ca-19c446335d28 none swap sw 0 0
Das ist die Fstab von der startenden anderen Partition (24.04)
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p7 during curtin installation
/dev/disk/by-uuid/3e9d052e-f161-4f42-8bff-44bc8612549a / ext4 defaults 0 1
# /boot/efi was on /dev/nvme0n1p1 during curtin installation
/dev/disk/by-uuid/FEA0-3E08 /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0
UUID=8bc91deb-bc67-4eb1-83ca-19c446335d28 none swap sw 0 0