On 6/6/23 01:28, François Patte wrote:
Bonjour,

I am following advices given in answering my previous post "issue...." and I get f38 installer.

The installer complains that there is a duplicate UUID on some disks : parts sde1 and sdf1

That's true! Running blkid gives:

/dev/sde1: UUID="4a28174a-f38b-4938-233f-85f76ce585a8" UUID_SUB="88a5f939-72d4-b330-95e6-52fa0b826203" LABEL="dipankar:4" TYPE="linux_raid_member" PARTUUID="c257bd85-01"
           ^^^^^^^^^^^
/dev/sdf1: UUID="4a28174a-f38b-4938-233f-85f76ce585a8" UUID_SUB="99b46805-aa31-1711-21dc-89cb7177d025" LABEL="dipankar:4" TYPE="linux_raid_member" PARTUUID="c257bd85-01"
           ^^^^^^^^^^^^

It's probably the PARTUUID that it's complaining about. That should not be the same. How did you even get it in that condition?

But it is not the only case and it does not complain for the other one:

/dev/sde2: UUID="5240f249-7feb-6832-6682-805f97c4abea" UUID_SUB="0e21ab45-27a2-f588-48a9-cd46d0dc6237" LABEL="dipankar:5" TYPE="linux_raid_member" PARTUUID="c257bd85-02"
           ^^^^^^^^^^^
/dev/sdf2: UUID="5240f249-7feb-6832-6682-805f97c4abea" UUID_SUB="5838df23-817e-f3cb-19f3-31da8d3e99d0" LABEL="dipankar:5" TYPE="linux_raid_member" PARTUUID="c257bd85-02"
           ^^^^^^^^^^^^

Moreover, I don't understand why the problem occurs only with sde1 and sdf1 and not with the other disks (sde2, sdf2 as already pointed) : I have 6 disks, and more partitions, paired in pairs as raid members.

My guess is that it's stopping at the first error and if you fixed the first one, it would complain about the next one.

But I figured out how you can fix it. Those disks must be using DOS partition format. Use fdisk on one of the disks, go to the eXpert menu and change the disk identifier to a different value. (It's currently 0xc257bd85.)
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to