web-dev-qa-db-fra.com

Erreur Initramfs au démarrage

Boot from (hd0,0) ext3   238ac8ca-9576-443d-8e23-8dd836cd2683
Starting up ...
mount: mounting /dev/disk/by-uuid/238ac8ca-9576-443d-8e23-8dd836cd2683 on /root
failed: Invalid argument
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have requested /sbin/init.
No init found.  Try passing init= bootarg.


BusyBox v1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) built in Shell (ash)

Enter 'help' for a list of built-in commands.
6
user10593

Essayez les étapes énumérées dans cette page:
Comment réparer une erreur Ubuntu: "Aucun init trouvé. Essayez de passer init = bootarg"

Fondamentalement,

  • Redémarrez avec un CD live
  • Sudo fdisk -l

vous obtiendrez le nom du disque puis

  • Sudo fsck /dev/sda
10
realgt

Pour moi, je viens de créer le = disque de réparation de démarrage Ubunt et tout a été corrigé!

1
user2340094

Le chargeur de démarrage essaie de démarrer à partir d'une partition qui n'est pas une racine linux correcte. Pourriez-vous fournir plus d'informations, comment cela s'est-il passé?

Si cela se produit après un arrêt inattendu (juste une supposition), une vérification du système de fichiers peut vous aider: http://members.iinet.net.au/~herman546/p10.html#filesystem_check_on_an_ext3_filesystem

0
Pedram