Follow-up Comment #3, bug #35354 (project grub):

The part "as available through BIOS" wasn't gratuituous. Many BIOSes give
garbage instead of ID.
Also I wanted to mention that with duplicate UUIDs you may also run into other
problems like RAID or btrfs misassembly.

To change UUID on ext*:
tune2fs -U random /dev/sdXN
on xfs:
xfs_admin -U generate /dev/sdXN
on jfs:
jfs_tune -U random /dev/sdXN
on nilfs2:
nilfs-tune -U `uuid -v 4`/dev/sdXN
on reiserfs:
reiserfs-tune -U `uuid -v 4`/dev/sdXN



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35354>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to