Mi estimado, hay una forma m�s facil en debian para compilar un kernel
Checa el siguiente paquete.
kernel-package, en el cual biene el comando make-kpkg que hace muy facil
instalar el kernel.
Tienes que tener instalado libncurses5-dev si mal no recuerdo.
Y esto es un fragmento extraido del README de como se usa el comando.
Realmente es m�s facil pero a�n as� recomiendo que sepan como instalar un kernel
a pata osea de la forma como lo haces t� esto por conocimiento de como es el
proceso de instalaci�n de un kernel.
Cuando te hagas todo un GURU instalando el kernel de la forma llamemosle
laboriosa ya pasas a usar el paquete.
Es un consejo.
1% cd <kernel source tree> (make sure you have write permission there)
2% make config # or make menuconfig or make xconfig and configure
Phase TWO: Create a portable kernel image .deb file
3% make-kpkg clean
4% $Get_Root make-kpkg --revision=custom.1.0 kernel_image
(Get_Root is whatever you need to become root -- fakeroot or
sudo are examples that come to mind). NOTE: if you have
instructed your boot loader to expect initrd kernels (which is
the norm for recent official kernel image packages) you need to
addd --initrd to the line above, and make sure that you have
applied the cramfs initrd patch to the kernel sources (or
modified mkinitrd config not to create a cramfs initrd). The
cramfs initrd patch is shipped with Debian kernel sources.
% $Get_Root make-kpkg --initrd --revision=custom.1.0 kernel_image
Personally, I prefer non initrd images for my personal machines,
since then adding third party modules to the machine has fewere
gotchas
Phase THREE: Install the kernel image on one or more machines
5# dpkg -i ../kernel-image-X.XXX_1.0_<arch>.deb
6# shutdown -r now # If and only if LILO/SILO/QUIK/PALO/VMELILO/ZIPL/yaboot/..
# worked or you have a means of
# booting the new kernel. YOU HAVE BEEN WARNED!
Toda la informaci�n del paquete esta en:
/usr/share/doc/kernel-package
Espero te sirva y un saludo afectuoso a la lista.
Mensaje citado por Gerardo Castro <[EMAIL PROTECTED]>:
> Hola >Lista Mi pregunta es como puedo iniciar mi debian woody con un kernel
>
> anterior..... ?
>
> Paso lo sgte... Yo la semana pasada envie un correo a la lista ya que en mi
>
> woody con kernel bf2.4 no pude instalar la tarjeta de red rtl8139...
>
> Entonces decidi descargar (www.kernel.org) e instalar el kernel 2.4.22....
> Lei varios articulos de la Internet para compilar y ajustar lo m�s comodo mi
>
> kernel... (YA QUE ESTE ES EL PRIMERO QUE COMPILO) pero instale al parecer un
>
> par de cosas mal y tambien parece que omiti otras necesarias (como los
> modulos que tienen que ver con la conexcion adsl a internet)....
>
> Tuve problemas al intentar compilar mi kernel a la forma debianera....... y
>
> creo haber tenido todo a la orden... tenia instaldo el gcc2.9x ,
> kernel-package, libncurses...... realize el make-kpkg pero no creo ningun
> .deb. asi tuve que seguir al estilo viejo... make dep ,,,,,etc....
>
> Pero quiero volver a hacer otro kernel e intentarlo nuevamente....
>
>
>
> Gracias a todos......
>
>
> Gerardo Castro
>
> _________________________________________________________________
> Charla con tus amigos en l�nea mediante MSN Messenger:
> http://messenger.yupimsn.com/
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
---------------------
A world inside
the computer
where man
has never been.
Antonio Lemus
---------------------
---