On Fri, 12 Apr 2024 19:04:31 +0800 宋文武 <iyzs...@envs.net> wrote:
> The error seems from "search --fs-uuid --set > d757ca6e-ae43-41b7-bc73-7e80cd270e05" > > You can press 'c' in the GRUB to enter its command line, and then run > 'ls -l' to see if it actually find a partition with the correct UUID. > Maybe the UUID reported by os-prober is wrong... Yes, this did shine some light on what the problem might be. GRUB on Guix reports that the partitions from the SSD that contains the other distribution have an "unknown filesystem", and therefore it cannot display any UUID. However, all three partitions do have an ext4 filesystem and UUIDs, I tried listing the partitions on the other distro's GRUB and indeed it did show them properly there. What could be causing this behavior?