> Thanks for the input. This is quite a mystery. I have a diskette
> in which I've installed grub, and I can manually type in the
> root partition, kernel image, and initrd image, and it boots okay.
> The version of grub is the same on the diskette and the disk, 0.90.
> When I use whatever grub has put on disk, whether I use the menu, or
> type each line in the "command mode", it hangs when it starts to load
> the kernel image. But, nonetheless, this setup will load a different
> kernel image stored in the same partition (ext3fs) . The "only"
> difference is "vmlinuz-2.4.9-13" vs "vmlinuz-2.4.9-31", (and
> corresponding initrd's).
> As you suggested, I tried it in command mode to see if there were any
> error messages, but, no-- simply hung at that point.
I'm having a problem similar to yours. I too updated the kernel (from
2.4.9-21 to 2.4.9-31) and cannot get GRUB to load the newer version.
GRUB will get to the same point in the boot process and stop. I've
tried it from the command line and from the menu. Both end up with the
same result.
FYI, my menu.lst file contains the following
# By default, boot the first entry.
default 0
# Boot automatically after 10 secs.
timeout 10
# For booting Linux (2.4.9-21)
title Red Hat Linux (2.4.9-21)
root (hd1,0)
kernel /vmlinuz-2.4.9-21 root=/dev/hdb5
initrd /initrd-2.4.9-21
# For booting Linux (2.4.9-31)
title Red Hat Linux (2.4.9-31)
root (hd1,0)
kernel /vmlinuz-2.4.9-31 root=/dev/hdb5
initrd /initrd-2.4.9-31.img
# For booting Windows 2000
title Windows 2000
root (hd0,0)
makeactive
chainloader +1
# For booting Windows ME
title Windows ME
root (hd0,2)
makeactive
chainloader +1
Again, the only differences between the loading of the 2.4.9-21 and
2.4.9-31 kernels are the kernel and initrd images. I don't think the
problem lies with GRUB (v0.91), but with something else that I don't
quite understand (I'm relatively new to Linux).
I've been stuck on this problem for the last month or so and have been
looking for a solution in the docs and online, but have not found
anything. Other people do seem to have the same problem though.
If anyone has any ideas, please post them so that I can give them a try.
Thanks,
Van
P.S. The 2.4.9-31 kernel is correctly installed since it can be boot up
properly using a bootdisk created by mkbootdisk in RH7.1.