[Ilugc] (no subject)

  • From: vaishnavidurga@xxxxxxxxxxxxxx (thulasiram vaishnavi)
  • Date: Sun Feb 20 22:59:48 2005

 ?
hi everyone!
  i have a doubt in kernel configuration.kindly help me.i have followed the 
websites 

http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO

http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html
 for the reference.well i have done with most of it but in the later part when 
i need to edit the grub.conf file ,which is very much like this ,i am facing 
some problem.

GRUB.CONF FILE:
        # Note that you do not have to rerun grub after making changes to this 
file
                #boot=/dev/hda
                default=0
                timeout=10
title Red Hat Linux (2.4.20-24.9)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-24.9 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-24.9.img
title Red Hat Linux (2.4.20-20.9)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-20.9 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-20.9.img

i need to add the info abt the new kernel to this file which is given like,

title Test Kernel (2.6.0)
        root (hd0,1)
        kernel /boot/bzImage-2.6.0 ro root=LABEL=/
        initrd /boot/initrd-2.6.0.img
                
well in the above spec. in the place of label ,if i am not wrong ,i think i 
need to give the the name of the drive in which linux is present.but even after 
giving the name ,when i reboot it,i get the message,"file not found".what could 
be the problem?well if not how do i find the linux drive  present from the h/w 
browser?
may be it's  trivial but i am unable to get out of this.help me please.
thank you .
regards,
vaishnavi.

Other related posts: