ubuntu server busybox问题解决

本文介绍了在安装Ubuntu Server过程中遇到的启动问题及解决方案。通过设置rootdelay参数解决了系统等待根设备超时的问题,并给出了具体的修改步骤。此外,还提供了解决中文简体环境下乱码的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在服务器上装 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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值