If you copied the two partitions, rather than the entire disk, the partition table on the copy likely does not share the same disk identifier as on the original. That is the "08b92fe6" part. This is actually good, because having two identically-labelled disks can cause problems if you ever connect them both at the same time.
You may be able to find the new disk identifier using fdisk -l /dev/mmcblk0, or the new PARTUUIDs using blkid.
However, as long as you are not planning to boot from USB, I suggest you just replace all references to PARTUUID=08b92fe6-01 and PARTUUID=08b92fe6-02 with /dev/mmcblk0p1 and /dev/mmcblk0p2.
(You could also use UUID=, as mentioned in the other thread. But the filesystem UUIDs probably are identical across both copies, so this is not ideal.)
You may be able to find the new disk identifier using fdisk -l /dev/mmcblk0, or the new PARTUUIDs using blkid.
However, as long as you are not planning to boot from USB, I suggest you just replace all references to PARTUUID=08b92fe6-01 and PARTUUID=08b92fe6-02 with /dev/mmcblk0p1 and /dev/mmcblk0p2.
(You could also use UUID=, as mentioned in the other thread. But the filesystem UUIDs probably are identical across both copies, so this is not ideal.)
Statistics: Posted by jojopi — Fri Oct 04, 2024 12:59 am