> [EMAIL PROTECTED] wrote:
> > I have recompiled my kernel several times by using the steps:
> > - make mrproper
> > - make xconfig
> > - make dep
> > - make clean
> > - make modules
> > - make modules_install
> > - make install
> >
> > After that completes I also run a mkinitrd command to create the
image file.
> > When it all said I done I can go into my /boot directory and I see
the new
> > vmlinux file, image file, and system map files.  I do not have a new
modules
> > file of a new config file.
> > So how do I create those files or from whence do the come?  Needless
to say my
> > boot under the new kernel fails so I have revert back to the old
kernel.
> 
> What was the exact command you used to create the initrd.img?  You
> probably need to add `--with=ext3` if you have ext3 partitions, and
> `preload raid1` if you have raid 1.

All I apologize in my zeal to get this out there so I can get a
resolution I did skip a step above.  PLEASE NOTE I DID DO A MAKE bzImage
immediately after the "make dep".  The "mkinitrd" command was as
follows: mkinitrd /boot/initrd-2.4.19.img  2.4.19.  One question here is
am I using ext3 -> Yes, by the above statement I am guessing that is
part of my problem.  





Reply via email to