'You are running an insecure kernel (2.4.20-my previous version). You should upgrade to a newer version as soon as possible to avoid your system being compromised. https://rhn.redhat.com/errata/RHSA-2003-417.html' :confused:
Anyway I did this to update :
1. ssh as root
2. wget ftp://updates.redhat.com/7.3/en/os/i686/k...0-28.7.i686.rpm
3. rpm -ivh -2.4.20-28.7.i686.rpm
4. pico /etc/lilo.conf
change my lilo.conf to,
prompt
timeout=50
default=2.4.20-28.7 <-- only changed this
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image=/boot/vmlinuz-2.4.18-27.7.x
label=linux.bak
root=/dev/hda2
read-only
initrd=/boot/initrd-2.4.18-27.7.x.img
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune"
image=/boot/vmlinuz-2.4.20-18.7
label=linux.bak1
root=/dev/hda2
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune"
read-only
initrd=/boot/initrd-2.4.20-18.7.img
image=/boot/vmlinuz-2.4.20-27.7
label=linux
root=/dev/hda2
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune"
read-only
initrd=/boot/initrd-2.4.20-27.7.img
5. lilo -v -v
shown as,
Reading boot sector from /dev/hda
Merging with /boot/boot.b
Secondary loader: 11 sectors.
Mapping message file /boot/message
Message: 0 sectors.
Boot image: /boot/vmlinuz-2.4.18-27.7.x
Setup length is 10 sectors.
Mapped 0 sectors.
Mapping RAM disk /boot/initrd-2.4.18-27.7.x.img
RAM disk: 0 sectors.
Added linux.bak
Boot image: /boot/vmlinuz-2.4.20-18.7
Setup length is 10 sectors.
Mapped 0 sectors.
Mapping RAM disk /boot/initrd-2.4.20-18.7.img
RAM disk: 0 sectors.
Added linux.bak1
Boot image: /boot/vmlinuz-2.4.20-27.7
Setup length is 10 sectors.
Mapped 0 sectors.
Mapping RAM disk /boot/initrd-2.4.20-27.7.img
RAM disk: 0 sectors.
Added linux
Fatal: No images have been defined.
Removed temporary file /boot/map~
6. Reboot
Previously when I did the updating... it works finely...