Waiting for modules in Calamares takes indefinitely long

Current TLDR
Logs below reveal that a job for grub-mount and/or os-prober runs when Calamares is started and hangs on either of my quadruple boot Linux partitions. It seems that os-prober and/or grub-mount tried perhaps to mount my ext4 Linux partitions as ext2. This is prevalent in newer versions of Calamares in two distros I tried, Garuda and Archcrsft, and absent in an older version of EndeavourOS.
TLDR End

Update: Tried Archcraft iso with calamares 3.3.9 and was able to reproduce the exact issue, will now try a different “good” usb. Lol,same results.

Logs
Logs from sudo ps uax | grep -i /dev/ :
1.

root        4077  0.0  0.0   7748  3584 ?        S    18:32   0:00 /bin/sh /usr/lib/os-probes/50mounted-tests /dev/sda16
root        4085 80.2  0.3  34688 27196 ?        Rs   18:32   0:44 grub-mount /dev/sda16 /var/lib/os-prober/mount
root        4109  0.0  0.0   7748  3584 ?        S    18:32   0:00 /bin/sh /usr/lib/os-probes/mounted/90linux-distro /dev/sda16 /var/lib/os-prober/mount ext2
root        4111  0.0  0.0   7748  1876 ?        S    18:32   0:00 /bin/sh /usr/lib/os-probes/mounted/90linux-distro /dev/sda16 /var/lib/os-prober/mount ext2
garuda      4295  0.0  0.0  10384  5736 pts/0    S+   18:33   0:00 ugrep --color=auto -i /dev/

root        4077  0.0  0.0   7748  3584 ?        S    18:32   0:00 /bin/sh /usr/lib/os-probes/50mounted-tests /dev/sda16
root        4085 85.9  0.4  40900 33388 ?        Rs   18:32   3:44 grub-mount /dev/sda16 /var/lib/os-prober/mount
root        5782  0.0  0.0   7748  3584 ?        S    18:36   0:00 /bin/sh /usr/lib/os-probes/mounted/90linux-distro.orig /dev/sda16 /var/lib/os-prober/mount ext2
root        5785  0.0  0.0   7748  2000 ?        S    18:36   0:00 /bin/sh /usr/lib/os-probes/mounted/90linux-distro.orig /dev/sda16 /var/lib/os-prober/mount ext2
garuda      5867  0.0  0.0  10384  5740 pts/1    S+   18:36   0:00 ugrep --color=auto -i /dev/

From the post:Garuda Install - Calamares hangs on Partition Module

Reveals that grub-mount and/or os-prober runs on my Fedora 41 partition which is /dev/sda16 and idk why it hangs, Fedora has SELinux, any clue that it may cause this ?

Will try taking a snapshot from restic, deleting the partition and seeing if it makes any improvements. No improvements made. It gets hung on another one of my Linux drives/partitions now.

Does it seem to mount my ext4 partition as ext2 ? I am unable to understand anything,lol. Will study os-prober and grub-mount.

1 Like