Re: could not find filesystem /dev/root

From: Arjan van de Ven
Date: Mon Nov 06 2006 - 05:27:05 EST


On Mon, 2006-11-06 at 11:18 +0100, Mathieu SEGAUD wrote:
> Vous m'avez dit rÃcemment :
>
> > Trying to compile a new kernel and getting this on boot
> >
> > could not find filesystem /dev/root
>
> sure it doesn't spit only this to you. Does it panic ? and do FC6
> kernels use an initrd (I guess so) ?

they do and it's more or less required there (for mount-by-label and
many other things).

But it's easy to do.
In fact, if you use "make install" as the last step in your build
process, the kernel build process will
1) copy the bzImage over to /boot for you
2) make an initrd for your system
3) add the kernel and initrd to grub for you

this is a very convenient step that makes it very robust to do, and
beats doing the manual thing even if you wouldn't do an initrd in terms
of convenience..

--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/