[SID] findfs: unable to resolve UUID

Salut,

Simple, tu boot sur le LiveCD, puis:

[code]# mkdir /mnt/chroot

mount /dev/sda1 /mnt/chroot

Si tu as une partition séparée pour /boot, il faut la monter :

mount /dev/sdxy /mnt/chroot/boot

mount --bind /dev/ /mnt/chroot/dev

mount -t proc /proc /mnt/chroot/proc

chroot /mnt/chroot

ou, si problème avec la commande ci-dessus:

chroot /mnt/chroot /bin/bash[/code]

OK merci, je m’en occuperai quand j’aurai le temps (week-end jeu de rôles en perspective :stuck_out_tongue:).

Je vous tiens au courant !