1. Read /etc/lilo.conf, find the label that says "label = linux", and note the name of the image.
An entry might look like:
image = /boot/bzImage-2.4.16.smp-grs
label = linux
root = /dev/hda1
or:
image = /boot/vmlinuz-2.4.16smp
label = linux
append = "hdd=ide-scsi"
root = /dev/hda1
2. Look in /boot for the corresponding image
3. Open up /etc/lilo.conf, and change the "image = /boot/<imagename>"
4. save, and run "/sbin/lilo -v -t" this will test the config, and verbose any info.
5. If satisfied all looks ok, run "/sbin/lilo -v" to install lilo again. Reboot, check.
|