On 9/9/06, H S Rai <[EMAIL PROTECTED]> wrote:
> RH7.1 is having following directory structures:
>         /       /dev/hda12
>         /boot   /dev/hda6
>         /boot directory is having kernel images
> Fedora is having:
>         /       /dev/hdd5

> =========================================
> part of GRUB configuration
> ==========================
>
> title Fedora
>         root (hd1,4)

I think you meant 'root (hd0,4)

>         kernel /boot/vmlinuz-2.6.15-1.2054-FC5 ro root=LABEL=/ rhgb quiet
>         initrd /boot/initrd-2.6.15-1.2054_FC5.img
>
> title winXP
>         rootnoverify (hd0,0)
>         chainloader +1
>
> title RH7
>         root (hd0,11)
>         kernel /boot/vmlinuz-2.4.2-2 ro root=/dev/hda12 rhgb quiet

As your entry for RH7 exists now, it does not know where to get
/boot/vmlinux-2.4.2-2 from. You need to specify it. I am not an
expert, but you could try the following entry for RH7:

title    RH7
root    (hd0,5)
kernel /boot/vmlinuz-2.4.2-2 ro root=/dev/hda12 quiet
boot

Also don't forget to install gub into MBR with grub-install.

Thaths
-- 
       "Marge, anyone could miss Canada, all tucked away down there."
                            -- Homer J. Simpson
Sudhakar Chandra                                    Slacker Without Borders

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to