首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

ubuntu server busybox有关问题解决

2012-07-20 
ubuntu server busybox问题解决在服务器上装 ubuntu server9.10(10.04) 碰到:?Gave up waiting for root d

ubuntu server busybox问题解决

在服务器上装 ubuntu server9.10(10.04) 碰到:

?

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

?

死活搞不定

放google 搜索了一把,终于早到线索

http://forum.ubuntu.org.cn/viewtopic.php?f=77&t=184207

?

加rootdelay 就ok了

?

具体做法:

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

?

键入exit, 进入系统, 然后

?

vim /etc/default/grub

add rootdelay=xx to this line:
GRUB_CMDLINE_LINUX_DEFAULT="rootdelay=60 quiet splash"

sudo update-grub

?

另外:

由于安装时选择了语言 : 中文简体,导致乱码

解决方法如下:

http://hi.baidu.com/sz_nie/blog/item/18fc1730dc360093a9018e85.html

热点排行