Ubuntu – Gave up waiting for root device ubuntu 12.04LTS

Ubuntu

I'm using ubuntu 12.04 LTS,
everything was fine and few days ago I got following
error:

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/0c65a8c2-a7654613-aa98-16ff0119ceb9 does not exist.
Dropping to a shell!

and then comes (initramfs) prompt. Here I tried @ sudo update -initramfs -u
but it is not working.

How to overcome this problem?

Best Answer

Type exit at the prompt and the system should boot. You should then edit your /boot/grub/menu.lst to wait longer for the root device.

http://ubuntuforums.org/showthread.php?t=981159

Related Question