URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/uuid-disk-raid-et-grub2 Title: UUID disk raid et grub2 Authors: xylo Date: 2010年06月14日T18:56:37+02:00 Tags: Score: -1 3 commandes = 3 UUID, lequel prendre pour renseigner grub2 # ls -l /dev/disk/by-uuid/ | grep md0 lrwxrwxrwx 1 root root 9 14 juin 14:59 d2b3fb8f-25ad-4746-99fc-b2e34383091f -> ../../md0 # grub-probe -d /dev/md0 --target=fs_uuid 1b9acb04-13c0-41bf-9c54-a5afe2178d42 # mdadm --detail /dev/md0 |grep UUID UUID : 1940dc1c:8d56188b:37c8f4c5:3ed08d8d (local to host bicb-conctr-pmc2) merci pour votre aide.