Update

Michael Havens plug-discuss@lists.plug.phoenix.az.us
Tue, 17 Dec 2002 15:55:42 -0700


Well, I tried making mine like yours. Here is my lilo.conf file. Now that=
 I=20
think of it I had to change the vmlinuz link file (it was a link to the o=
lder =20
kernel). Someone said that this would give me a choice of which version I=
=20
wish to run. It does not though. I notice that next to 'label' is the tex=
t=20
that is on the boot choice menu but next to each 'image' is /boot/vmlinuz=
=2E=20
I'lll try making it like that but that would mean that every boot choice=20
leads to the same area?

How could I check and see what version I am running?

boot=3D/dev/hda
map=3D/boot/map
default=3Dlinux
keytable=3D/boot/us.klt
prompt
nowarn
timeout=3D100
message=3D/boot/message                    =20
menu-scheme=3Dwb:bw:wb:bw             =20
image=3D/boot/vmlinuz-2.4.20 ---------------------------------------
=09label=3Dlinux-2.4.20                 |
=09root=3D/dev/hda5                     | These lines I copied=20
=09initrd=3D/boot/initrd.img             | from the ones below them
=09append=3D"devfs=3Dmount quiet"  | adding '2.4.20'
=09vga=3D788                              |
=09read-only    -------------------------------------------------
image=3D/boot/vmlinuz
=09label=3Dlinux
=09root=3D/dev/hda5
=09initrd=3D/boot/initrd.img
=09append=3D"devfs=3Dmount quiet"
=09vga=3D788
=09read-only
image=3D/boot/vmlinuz
=09label=3Dlinux-nonfb
=09root=3D/dev/hda5
=09initrd=3D/boot/initrd.img
=09append=3D"devfs=3Dmount"
=09read-only
image=3D/boot/vmlinuz
=09label=3Dfailsafe
=09root=3D/dev/hda5
=09initrd=3D/boot/initrd.img
=09append=3D"devfs=3Dnomount failsafe"
=09read-only
other=3D/dev/fd0
=09label=3Dfloppy
=09unsafe


On Tuesday 17 December 2002 03:08 pm, Patrick Fleming EA wrote:
> On Tue, 17 Dec 2002, Michael Havens wrote:
> > On Tuesday 17 December 2002 09:55 am, Patrick Fleming EA wrote:
> > > Added 2.4.14-tables
> > > Added 2.4.20 *
> > > Added 2.4.18
> >
> > So add the text above as it is written to lilo.conf?
>
> Actually my /etc/lilo.conf looks like this:
>
> root=3D/dev/hda2
> boot=3D/dev/hda
> map=3D/boot/map
> install=3D/boot/boot.b
> prompt
> timeout=3D50
> message=3D/boot/message
> default=3D2.4.20
>
> image=3D/boot/vmlinuz-tables-ext3
> =09label=3D2.4.14-tables
> =09read-only
> #=09root=3D/dev/hda2
> =09append=3D"hdc=3Dide-scsi"
> image=3D/boot/vmlinuz-2.4.20
> =09label=3D2.4.20
> =09read-only
> =09append=3D"hdc=3Dide-scsi"
> image=3D/boot/vmlinux-2.4.18
> =09label=3D2.4.18
> =09read-only
> =09root=3D/dev/hda2
>   =09append=3D"hdc=3Dide-scsi"
>
>
> You would want image=3D/ to point to your new kernel. I have an ide cdr=
om
> burner that requires scsi emulation so I have the append line. The
> simplest thing to do is copy and paste an image section to the end of y=
our
> file with the new image make a unique label, save it, run lilo, and you
> should get output like above. It will also tell you if you failed to do=
 it
> right.
> HTH

--=20
:-)~Mike~(-: