Hey, > so the disk partition table is updated because we move from 4 to 2 > partitions. Could it be possible that during a brief period of time the > /dev/nvme0n1p1 file disappears then re-appears? Looks like that's what happening. I'm not able to reproduce it on a VM. I guess that's because my hardware is slower. Anyway having a few retries of read-partition-uuid fixes it for me. This is a bit dirty but that's how we usually deal with that kind of problems. A patch is attached. Running those tests I experienced a segmentation fault in libparted and then in libblkid, but that's another story. I'll open a ticket about that later on. Thanks, Mathieu