分页: 1 / 1

编译内核成功后又出现的问题

发表于 : 2010-03-23 16:24
fhqisj
编译内核成功后又出现的问题,就是重新启动不能进入桌面出现如下
Booting 'ubuntu 8.10 , kernel 2.6.27.7yes'
Filesystem type is ntfs, partition type 0x07
The current working directory(i.e., the relative path) is /ubuntu/disks
[linux-bzimage, setup=0x2c00, size=0x100950]
[linux-initrd @ 0x7f35b000, 0x53556d bytes]
loading, please wait........
Gave up waiting for root device. common problems:
-boot args (cat /proc/cmdline)
-check rootdelay= (did the system wait long enough?)
-missing modules (cat /proc/modules: ls /dev)
ALERT: /dev/disk/by-uuid/a4fe2ae3fe2aad8c does not exist. Dropping to a shell
BusyBox v1.10.2 (ubuntu 1:1.10.2-1 ubuntu7) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
我不明白上面的英文是什么意思,应该怎样解决呢/

Re: 编译内核成功后又出现的问题

发表于 : 2010-03-23 20:37
lovekid
是不是你编译内核的时候没有把/root的文件系统支持编译进去?听说文件系统的支持编译成模块是不行的,得编译进内核

Re: 编译内核成功后又出现的问题

发表于 : 2010-03-23 21:24
fhqisj
没有啊

Re: 编译内核成功后又出现的问题

发表于 : 2010-04-01 12:45
yuerthe9
编译完内核,有没有make modules?
理论上make modules必须来一次。