Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/09/2003, 21:58
Avatar de mio_carpe_diem
mio_carpe_diem
 
Fecha de Ingreso: abril-2003
Ubicación: USA.
Mensajes: 426
Antigüedad: 21 años, 1 mes
Puntos: 6
ok,
crea otra imagen. Te quedara algo asi:
boot=/dev/hda
map=/boot/map
install/boot/boot.b
promp
timeout=150
#esta es la imagen antigua
image=/boot/vmlinuz
label="Linux"
root=/dev/hdc
append="quiet devfs=mount hdb=ide-scsi acpi=off"
vga=788
read-only

#esta es la nueva imagen
image=/boot/vmlinuz-2.4.22
label="Linux_recien_compilao"
root=/dev/hdc
append="quiet devfs=mount hdb=ide-scsi acpi=off"
vga=788
read-only

#aqui termina lilo.conf

eso si no te olvides de habilitar el nuevo System.map
lo haces de la siguiente forma:
ln -s System.map-2.4.22 System.map


Suerte