I had RH7.1 and M$winXP on a sysytem with dual booting with 
LILO. Recently, I also installed Fedora on that system, 
which installed GRUB. This GRUB makes it to boot either in 
Fedora or M$XP.

I tried to make it to give me option for RH7.1, what it gave 
error messages like:

        Error 15: File not found
        or
        Error 2: Bad file or directory type.

The LILO and GRUB configuration files are appended below 
signature.

I could not relate LILO path convention with GRUB. Can you 
help me by telling me about lines to be appended in 
grub.conf to make it to boot in RH7.1

RH7.1 is having following directory structures:

        /       /dev/hda12
        /boot   /dev/hda6

        /boot directory is having kernel images

Fedora is having:

        /       /dev/hdd5

MSwinXP is at /dev/hda1

There is not initrd file in RH7.1.

What is the purpose of option chainloader +1? Does it to be 
used for RH7.1?

Thanks in advavce.

-- 
H.S.Rai

LILO configuration (When Fedora was not installed)
===================

disk=/dev/hda bios=0x80
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
image=/boot/vmlinuz-2.4.2-2
        label=Linux
        read-only
        root=/dev/hda12
other=/dev/hda1
        optional
        label=Dos

=========================================

part of GRUB configuration
==========================

title Fedora

        root (hd1,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



-------------------------------------------------------------------------
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