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

你可能感兴趣的:(PHP,linux,ubuntu,Google,UP)