红联Linux门户
Linux帮助

Gave up waiting for root device.有遇到过这样的没?进来看看!~

发布时间:2009-09-27 09:18:19来源:红联作者:yjusr
[i=s] 本帖最后由 yjusr 于 2009-9-27 09:24 编辑 [/i]

自从我的ubuntu用apt-get upgrade从8.10升到9.04之后,没次开机都会有下面这样的提示:

Gave up waiting for root device. Common problems:
-boot args (cat.proc/cmdline)
-check root delay=(did the system wait long enough?)
-check root=(did teh system wait for the right device?)
-miss modules (cat/proc/modules;ls/dev)
ALERT! /dev/disk/by-uuid/acc3414d-926c-453c-b458-cf47088d77d2 does not exist.dropping to a shell!

busybox v1.10.2(ubuntu 1:1.10.2-lubuntu6)bulit-in shell (ash).
enter 'help' for a list of built-in commands

我试过用rootdelay=80,来加载分区,还是不行。

我的menu.lst:

title Ubuntu 9.04, kernel 2.6.27-7-generic
uuid acc3414d-926c-453c-b458-cf47088d77d2
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=acc3414d-926c-453c-b458-cf47088d77d2 ro locale=zh_CN quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet

title Ubuntu 9.04, kernel 2.6.27-7-generic (recovery mode)
uuid acc3414d-926c-453c-b458-cf47088d77d2
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=acc3414d-926c-453c-b458-cf47088d77d2 ro locale=zh_CN single
initrd /boot/initrd.img-2.6.27-7-generic

title Ubuntu 9.04, memtest86+
uuid acc3414d-926c-453c-b458-cf47088d77d2
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1



各位有谁遇到过同样的问题的?帮下忙!~
文章评论

共有 4 条评论

  1. 被置换的硫酸铜 于 2009-10-09 09:05:03发表:

    个人认为应该把这一段修改一下,但是不知道怎么改,毕竟偶也是菜鸟!

    引用:
    title Ubuntu 9.04, memtest86+
    uuid acc3414d-926c-453c-b458-cf47088d77d2
    kernel /boot/memtest86+.bin
    quiet

  2. 被置换的硫酸铜 于 2009-10-09 09:02:55发表:

    引用:
    /dev/disk/by-uuid/acc3414d-926c-453c-b458-cf47088d77d2 does not exist

    这句应该很关键吧!

  3. yjusr 于 2009-09-28 08:17:07发表:

    [i=s] 本帖最后由 yjusr 于 2009-9-28 08:26 编辑 [/i]

    没这么邪吧???难道硬盘驱动?导致加载不了硬盘?貌似没听说过啊!~

  4. 被置换的硫酸铜 于 2009-09-27 13:39:30发表:

    没有遇到这种问题,但是升级内核会使有些驱动不能使用,建议看一下驱动的问题!