Problem version 0.2
Stefan Bader
stefan.bader at canonical.com
Tue Jul 12 09:17:53 UTC 2011
On 11.07.2011 20:37, Navdeep Singh Sidhu wrote:
> Hello everyone,
>
> Recently i had wrote some issues of linux with my Hardware. My special
> thanks to Ram & Ben both helped me with my problem. But still the status of
> my problem is Unsolved. I had made some progress with the information shared
> by Ram. Now Black screen doesn't exist anymore. Everything loads up very
> smoothly, but i got an error like:
>
> [ 4.697375] [drm] initialized i915 1.6.0 20080730 for 0000:00:02.0 on
> minor 0
> Alert! /dev/disk/by - uuid/ 59055bbb-aa95-4ac6-858c-
> b6574f75e5e5 doesn't exist. Dropping to shell
>
> Busy Box v.1.13.3( Debian 1:1.10.2-2) built in shell (ash)
>
> enter 'help' for a list of built in commands
> intramf(s)_
>
>
> But when i type exit command i got another error
>
> gave up waiting for root device.
> common problems
> -Boot arg(cat/proc/cmdlin)
> -check root delay-(did the system wait for enough?)
> -check root-(did the system wait for right device?)
> -missing modules(cat/proc/modules.ls/dev)
>
> Alert! /dev/disk/by - uuid/ 59055bbb-aa95-4ac6-858c-b6574f75e5e5 doesn't
> exist. Dropping to shell
>
> Busy Box v.1.13.3( Debian 1:1.10.2-2) built in shell (ash)
>
> enter 'help' for a list of built in commands
> intramf(s)_
>
> Regards
> Navdeep Singh
>
>
You are still in the initial ramdisk and the system does not find your root
device. Have you checked whether the path you get told exists? Is the UUID (the
long number) the right one?
You can interrupt GRUB by pressing the left shift key at the right time between
the BIOS screen going away and before you see the kernel starting (it is a bit
hard as the timing is quite short). There you could edit the line saying root=
and put the direct device name there (if you know that), like root=/dev/sd??.
Once successfully booted, you need to run "sudo update-grub" to re-create the
boot loader setup.
-Stefan
More information about the kernel-team
mailing list