bug#53541: [installer] backtrace during fresh Guix System install after during formatting

2022-10-31 Thread Mathieu Othacehe
> Fixes: . > > * gnu/installer/parted.scm (read-partition-uuid/retry): New procedure. > (check-user-partitions): Use it. Pushed as ab974ed709976d34917c8f6f9e5cc0004547af45. Mathieu

bug#53541: [installer] backtrace during fresh Guix System install after during formatting

2022-10-23 Thread Mathieu Othacehe
Hey, > I was able to reproduce it on real hardware, following those > instructions. The dump is available here if people want to join the > party: dump.guix.gnu.org/download/installer-dump-304492ff. So the backtrace suggests that we are trying to open /dev/nvme0n1p1 to read its superblock: --8

bug#53541: [installer] backtrace during fresh Guix System install after during formatting

2022-10-23 Thread Mathieu Othacehe
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