Ubuntu root error rootdevice

-1

Então, qual é esse erro que vem quando eu comecei a inicializar o Ubuntu 14.04. Como resolver isso?

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/4e2e4952-f2b0-4458-afe4-22f8cbe53ac1 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)
    
por Prathik 05.11.2014 / 14:08

1 resposta

0

Eu tive esse problema há algumas semanas. No busybox, você pode montar seu disco? se 'sim', o seu disco ainda é visto pelo sistema.

execute o seguinte:

sudo blkid

mostrará o uuid dos seus discos. verifique se eles estão ok com o arquivo grub.

Tente reiniciar em um kernel antigo via grub, ele deve inicializar. Então, em um shell, execute:

sudo update-grub

e reinicie novamente no kernel mais novo, deve estar ok.

    
por Snorky35 07.11.2014 / 10:24