为什么进入linux时,每次都要输入exit

来源:百度知道 编辑:UC知道 时间:2024/06/04 00:44:15
不是,开机提示
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/90564e07-532e-4a43-8025-7f80b430bf65 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

linux启动显示
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/******** doesn't exist Dropping to a shell

BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

系统就在这个地方卡住了,但是如果我在initramfs下面输入 exit 系统就可以在一些提示下面正常启动,一切正常。
可以通过延长时间 timeout=90 来解决这个问题。

具体解决方法如下
在boot\grub\下找到menu.lst文件。 修改文件下内容

kernel /boot/vmlinuz-2.6.27-7-server root=UUID=905b4e07-532e-4a43-8025-7f80b430bf65 ro quiet splash
修改为
kernel /boot/vmlinuz-2.6.27-7-server rootdelay=90 root=UUID=905b4e07-532e-4a43-8025-7f80b430bf65 ro quiet splash

你的系统处于损坏状态。极有可能是由于和硬盘相关的配置或者直接是硬盘损毁导致的。
这个现象不是一个正常运作的linux会出现的。