On Thu, Aug 30, 2007 at 06:42:38PM +0200, Arnau Bria wrote:
> Hi,
> 
> I used genkernel for compiling kernel in my home server.
> Yesterday I wanted to compile a new kernel, but this time by hand, so I
> did:
> 1.-) moved config.gz to .config in new /usr/src/linux link
> 2.-) make oldconfig
> 3.-) make all && make modules_install
> 4.-) mkinitrd initrm.2.6.21 2.6.21-gentoo-r4
> 5.-) Edited menu.lst (just copied genkernel entry and modified to my
> new bzimage and initram files)

A silly question, did you copy the files to /boot (assuming that
is where grubis looking for them)?
I do:

   cp arch/i386/boot/bzImage /boot/bzImage-2.6.21 2.6.21-gentoo-r4
   cp System.map /boot/System.map-2.6.21 2.6.21-gentoo-r4
   cp initrm.2.6.21 2.6.21-gentoo-r4 /boot/initrm.2.6.21 2.6.21-gentoo-r4

Don
-- 
[EMAIL PROTECTED] mailing list

Reply via email to