I have just installed ubuntu 14.04 and when I reboot and remove the media I get the
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/e9399244-24c6-46bd-9786-051806f0f93f 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)
$ ls -l /dev/disk/by-uuid
lrwxrwxrwx 1 10 E411-5D60 -> ../../sda1
lrwxrwxrwx 1 10 e9399244-24c6-46bd-9786-051806f0f93f -> ../../sdb1
lrwxrwxrwx 1 10 df7a3fc6-d2dc-4c85-a445-8bbc02ff7c84 -> ../../sdb5
and I tried the solution found here: Boot drops to a (initramfs) prompts/busybox twice...I still get the busybox shell...what can I do from here?
ls -l /dev/disk/by-uuid
and paste the output in your question. – Jos Jan 22 '15 at 10:29lrwxrwxrwx 1 10 e9399244-24c6-46bd-9786-051806f0f93f -> ../../sdb1 lrwxrwxrwx 1 10 df7a3fc6-d2dc-4c85-a445-8bbc02ff7c84 -> ../../sdb5 – user308908 Jan 22 '15 at 12:12