En démarrant dans Ubuntu 14.04 LTS, j'obtiens le message suivant :
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/177ca7ce-7671-49d6-b97e-32494cfe4fdf does not exist.
Dropping to a shell!
BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands
(initramfs) _
Si je tape "exit" et que j'appuie sur Entrée, j'obtiens l'écran d'accueil et je peux me connecter.
Si je recherche l'uuid, il semble être là ; je ne sais donc pas pourquoi je suis ALERTE qu'il n'existe pas.
[by-uuid] ls -l
[ 4:01PM] total 0 lrwxrwxrwx 1 root root 10 Jun 20 15:28 07107cba-29bb-485a-a3c8-be14411f0f34 -> ../../sda6
lrwxrwxrwx 1 root root 10 Jun 20 15:28 1437-E09A -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 20 15:28 177ca7ce-7671-49d6-b97e-32494cfe4fdf -> ../../sda5
lrwxrwxrwx 1 root root 10 Jun 20 15:28 407836FB7836EF72 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 20 15:28 B2C63A9AC63A5EB3 -> ../../sda4
J'ai lancé Boot-repair, qui n'a rien fait pour résoudre le problème mais m'a donné le lien suivant http://paste.ubuntu.com/24910706/
Il s'agit d'un système à double démarrage avec Windows 10 et Ubuntu 14.04 LTS.
Comment puis-je résoudre ce problème ?