Bonjour,
J’ai installé une sid 64 bits sur sda3. Ensuite j’ai sauvegardé sda3 avec tar :
Là, tous les fichiers ont été copiés correctement sauf un. Il s’agit d’un socket qui se trouve dans /var/run/.
Ensuite j’ai formaté /dev/sda3 :
Et enfin j’ai extrait l’archive dans sda3 :
[code]# cd /
tar -xf /mnt/sda7/backup.tar[/code]
Malheureusement il y a un problème lors du boot :
[code]Begin: Running /scripts/init-premount … done.
Begin: Mounting root file system … Begin: Running /scripts/local-top … done.
Begin: Waiting for root file system … [longue attente] done.
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/c2333c4e-895b-[…] does not exist.
Dropping to a shell!
[…]
(initramfs) _[/code]
Je pense que cette erreur provient du fait que j’ai formaté /dev/sda3. A votre avis comment faire pour réparer ça ?