On Wed, 2005-08-10 at 10:34, vidiyala prashanth wrote: > I have two versions of kernel 2.4.21-4.EL and 2.4.20 > what does EL stand for? EL stands for enterprise linux. > i'd like to have both the versions in my boot prompt. > i have a dual boot system (win98 & red hat linux(9.1) kernel : > 2.4.21-4.EL) Assuming that you have a compiled kernel in /boot dir. To make sure check if you have bzImage in /boot. All you have to do is open /etc/grub.conf in the file add the following lines title <give any name want eg:2.4.20> root (hd0,1) /*This may differ in your system*/ kernel /boot/bzImage ro root=/dev/hda2 /*the root= must be chosen based on the root partition of your linux. to check this use fdisk -l command and figure out. > i'd like to add the third one in my GRUB for kernel 2.4.20 > how do i do that?please guide cheers Varun > > > ______________________________________________________________________ > Start your day with Yahoo! - make it your home page -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/