On 8/30/07, Volker Armin Hemmann <[EMAIL PROTECTED]> wrote:
> On Freitag, 31. August 2007, Arnau Bria wrote:
> > On Thu, 30 Aug 2007 23:51:44 +0200
> >
> > Volker Armin Hemmann wrote:
> > > On Donnerstag, 30. August 2007, Arnau Bria wrote:
> >
> > Hi,
> >
> > > > 2.-) make oldconfig
> > > > 3.-) make all && make modules_install
> > >
> > > make all modules_install install
> >
> > from make help:
> >
> > [...]
> > Other generic targets:
> >   all             - Build all targets marked with [*]
> > * vmlinux         - Build the bare kernel
> > * modules         - Build all modules
> > [...]
>
> >
> > Execute "make" or "make all" to build all targets marked with [*]
>
> >
> > so make all && make modules install should be enough.
>
> read again. it is modules_install not modules. modules_install to install the
> modules, install to copy the kernel, System.map and config to /boot and
> create the symlinks.
>
>
> and you don't have to do 'make blabla&& make blub' you can do 'make blabla
> blub blib'.
>
> >
> > > > 4.-) mkinitrd initrm.2.6.21 2.6.21-gentoo-r4
> > >
> > > why not compile everything needed for boot into the kernel? you could
> > > skip this step?.
> >
> > Cause I tried so, but my kernels did not work... don't really know why,
> > so I'm trying to look for the reason, so I wanted to start step by
> > step, first compiling one using genkernel's ocnfig, and then, start
> > removing options and including things to kernel.
>
> well, that obviously has not worked. Google for Greg Kroah Hartmann, go to his
> site, download his kernel guide. It is a book about building kernels - it
> should help you a lot.

Agreed.  Starting with a simpler (even non-working) configuration and
fixing the problems will be easier than starting with an (apparently
not working) extremely complicated configuration and trying to fix it.

Trust me, rolling your own is really not that hard, and you'll know a
lot more about what's lurking in the depths of your box when you're
done.

(I'll also admit to a little bit of prejudice against genkernel...I
have no experience with it, but the idea makes my hackles rise.
That's just my personal gut feeling, and shouldn't be taken as
anything even a little bit like a reasoned criticism)
-- 
Ryan W Sims
-- 
[EMAIL PROTECTED] mailing list

Reply via email to