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:
).