From: Henry N. <hen...@ar...> - 2011-02-11 01:12:11
|
On 11.02.2011 01:45, 卍\(^o^)/卐 wrote: > > when I run fedora 14 on colinux from my harddisk, it show me the msg: > ------------------------------------------------------------------ > EXT4-fs (cobd0): mounted filesystem with ordered data > mode VFS: Mounted root (ext4 filesystem) readonly > on device 117:0. Trying to move old root to /initrd > ... /initrd does not exist. Ignored. Unmounting old > root > Trying to free ramdisk memory ... > okay Freeing unused kernel > memory: 140k freed Warning: > unable to open an initial console. > Kernel panic - not syncing: No init found. Try passing init= option > to kernel. Pid: 1, comm: swapper Not tainted 2.6.33.7-co-0.7.9 > #1 Call > Trace: > [<c1261c0f>] ? > printk+0x18/0x21 > [<c13280c7>] ? > kernel_init+0x0/0xea > [<c1261be1>] > panic+0x4e/0x64 > [<c100125b>] > init_post+0xbb/0x110 > [<c13281aa>] > kernel_init+0xe3/0xea > [<c1003136>] kernel_thread_helper+0x6/0x10 > ------------------------------------------------------------------------------- > the rootfs was mounted correctly. > My Fedora is installed to two partitions: one is /boot > the other is /, the / is a LVM Logic Partition. > but it tell me "No Init found", why? How to solve it? Multi-device support (MD, RAID and LVM) are not compiled in kernel. You needs to load this modules from a initrd, that you must self create your self. We have many problems with Raid drivers in past, so it is only available as module. -- Henry N. |