On Fri, Sep 26, 2003 at 11:54:27AM +0530, rajeswaran mugesh wrote:

>Help on Dual booting 2 versions of redhat i.e 7.3 & 9.0:
>Anybody who have tried dual booting 2 differnent versions of redhat please 
>help to configure the grub correctly. I have the folowing ext2 partitions:
>hda7-boot for 7.3-- 40mb
>hda8-root for 7.3--7gb
>hda9-home for 7.3--7gb
>hda10--boot for 9.0--40mb
>hda11--swap-common for both 7.3 & 9.0
>hda12--root for 9.0
>hda13--home for 9.0
>
>Other hda partitions are fat formatted and are used for windows. The 
>windows and linux are dualbooting without trouble. With the addition of two 
>linux  versions, I want to make the system triple boot.

title Red Hat Linux 9.0
        root (hd0,11)
        kernel /boot/vmlinuz ro root=/dev/hda12
        initrd /boot/initrd-2.4.7-10.img  <- put here the version of kernel 
                                             initrd.img file on rh 9.0

title Red Hat Linux 7.3
        root (hd0,7)
        kernel /boot/vmlinuz ro root=/dev/hda8
        initrd /boot/initrd-2.4.7-10.img  <- put here the version of kernel 
                                             initrd.img file on rh 7.3

title Windows98
        rootnoverify (hd0,0)
        chainloader +1

Peace

--
Rajesh
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
  
Sub : Searching for strings in files                 LOST #172

In order to search for a string in some files, use:
grep "string" filename1 [filename2 filename3 ...]
This will  print out the  filename  and the  lines in the file
that contain the string.  Type 'man grep' for details.

####[From : freebsd fortune]##################################
:


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to