[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

LILO ERROR !!!



Hola
compile el kernel sin embargo cuando corro make zlilo sale el siguiente error...estas son las ultimas lineas.

if [ -f /vmlinuz ]; then mv /vmlinuz /vmlinuz.old; fi
if [ -f /System.map ]; then mv /System.map /System.old; fi
cat zImage > /vmlinuz
cp /usr/src/linux/System.map /
if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
Added linux *
Kernel /boot/zImage is too big
make[1]: *** [zlilo] Error 1
make[1]: Leaving directory `/usr/src/linux-2.2.13/arch/i386/boot'
make: *** [zlilo] Error 2

y este es mi lilo.conf !!!

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
delay=40
timeout=50
image=/boot/vmlinuz-2.2.13-7mdk
       label=linux
       root=/dev/hda1
       read-only
image=/boot/zImage
       label=nuevo
       root=/dev/hda1
       read-only


NO se que estoy haciendo mal
Agradezco la ayuda

Gustavo
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


--
Para desuscribirse, mande correo a: ayuda-unsubscribe en linux org mx
Para comandos adicionales, envíelo a: ayuda-help en linux org mx



[Hilos de Discusión] [Fecha] [Tema] [Autor]