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

发布网友

我来回答

2个回答

热心网友

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 moles (cat /proc/moles;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会出现的。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com