My 2.4.31 kernel doesn't load after installing kernel 2.6.13. I have them
both configured in lilo. But no matter wich one I choose 2.6.13 takes over.
This isn't my first time installing and configuring a kernel from source.
:

iferences::
What I had before:
-Slack 10.1
-Booting kernels; 2.4.29 and 2.6.11
-ex3 fs
-everything installed on hda2 with hda1 as swap
-kernel 2.6.11 was installed and configured as per:
----/usr/src/linux-2.6.11/README
What I have now
-Slack 10.2
-Booting kernels; 2.4.31 and 2.6.13
-reiserfs
-everyting in hda3 with hda2 as swap
----/home in a new partition and
----/home/west/seagate is a patition on hdb
Here is my lilo.conf:
# LILO configuration file
boot = /dev/hda
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x256
vga = 773
# End LILO global section
# Linux bootable partition config begins
image = /boot/bzImage
root = /dev/hda3
label = Linux-2.6.13
read-only
image = /boot/vmlinuz
root = /dev/hda3
label = Linux-2.4.31
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/hda1
label = Windows_XP
table = /dev/hda
# Windows bootable partition config ends
My /etc/fstab file:
/dev/hda2 swap swap defaults 0 0
/dev/hda3 / reiserfs defaults 1 1
/dev/hda4 /home reiserfs defaults 1 2
/dev/hdb5 /home/west/seagate reiserfs defaults 1 2
/dev/hdb6 /mnt/windows ntfs ro 1 0
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
My `df -H' command output:
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 15G 2.4G 13G 17% /
/dev/hda4 28G 2.2G 26G 8% /home
/dev/hdb5 21G 398M 20G 2% /home/west/seagate
What I have tryed: Changing back to ext3. -Problem persist so I changed
back to reiserfs.
I thing it should be good to mention that before this problem, I had a
kernel panic problem. Which made boot process stop with a panic message
stating that block (0, 0) was not found. It happended after kernel 2.6.13 installation
and happened on both 2.4.31 and 2.6.13 booting processes
Problem was corrected by configuring reiserfs in the kernel configuration.
Thanks to all.
West.