|
发表于 2009-8-25 20:17:14
|
显示全部楼层
Post by xw_xiao;2020057
我尊敬的d版啊,给我回个帖子吧。哈哈。。。 别酱紫叫吧,俺可不用"盗版"的呀!
Post by xw_xiao;2019322
Loading, please wait...
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/ee488d92-4873-46e0-85c3-ca395bc3637a does not exist. Dropping to a shell!
BusyBox v1.10.2 (Debian 1:1.10.2-2) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty: job control turned off
(initramfs)
(initramfs)cat /proc/modules
sg
sr_mod
cdrom
sd_mod
crc_t10dif
ide_pci_generic
ata_generic
usbhid
hid
usb_storage
sata_nv
amd74xx
libata
forcedeh
scsi_mod
ohci_hcd
ide_core
ehci_hcd
thermal
fan
thermal_sys
(initramfs)ls /dev
找不到移动硬盘
从上边两个输出看,相关模块已经加载,但是没有设备文件生成,所以造成了找不到root device。似乎是不能驱动这个移动硬盘?
我没有30版amd64的环境,在30版386系统里边,这个移动硬盘是可以正常使用的。不过这并不能排除是只有amd64的内核才有问题。
请d版指教。 module 里好像缺少 usbcore?
到 /boot 下找找你的内核配置文件 config-2.6.30-xxxxx 之类,输入
egrep CONFIG_USB config-2.6.30-xxxxx
看看答案是什麽?
如果答案是 M,那麽可能是你制作 initramfs 的时候的配置缺少了 usbcore? |
|