Hi,

cd to /etc to edit the file lilo.conf as
original lilo.conf
=======================================================
 boot=/dev/hdxn
where x = hard disk a or b; n = partition number 1, 2, 3 etc
(could be boot=/dev/hda if you have written the master boot record (MBR) during 
your
initial install)
 root=/dev /hdxn
 install=/boot/boot.b
 map=/boot/map
 vga=normal
 delay=20
 image=/vmlinuz
  label=Linux
  read-only
========================================================
add:
 image=/zImage (your newly compiled or installed kernel)
  label=036 (or whatever you like)
  read-only
after the line delay=20, before image=/vmlinuz

Run lilo (the default image comes with a * along side which means the first    
image
in lilo.conf)

[EMAIL PROTECTED] wrote:

> I believe it's possible to maintain both kernel and have a dual boot (eg. one
> for kernel-2.0.34 and another for kernel-2.0.35)... how do I go about this 
> with
> lilo?
>
> TIAYA
>
> Horacio
> --
> Claves - GnuPG/PGP - Keys : http://www.rediris.es/cert/keyserver
> o/or
> Envía un mensaje vacío a [EMAIL PROTECTED] con la línea de asunto:
> Send a blank message to [EMAIL PROTECTED] with the subject line:
> Tipo de Clave/Key Type                          Asunto:/Subject:
>
> DSA/ElGamal                                     fetch dsa/elgamal
> DSS/Diffie-Hellman                              fetch dh/dss
> RSA                                             fetch rsa
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to