All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: How to install two linux OSes on the same PC
  2003-02-05 22:06 Narsimha Reddy CHALLA
@ 2003-02-05  9:24 ` Bryan Andersen
  2003-02-05 21:10 ` Dave Vehrs
  2003-02-07  8:08 ` Narsimha Reddy CH
  2 siblings, 0 replies; 14+ messages in thread
From: Bryan Andersen @ 2003-02-05  9:24 UTC (permalink / raw)
  To: Narsimha Reddy CHALLA; +Cc: linux-kernel

I'm not remembering much about the RH install, but have you tried using 
a console durring the early part of the installand repointing the mount 
points to where you want them?  This is a question that is best for 
RedHat's own lists.  I know this can be done as I've done it in the 
past.  It's been awhile since I've admined RedHat systems for 
developers.  I'm only admining Debian systems now.

- Bryan

Narsimha Reddy CHALLA wrote:
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1   *         1       261   2096451    6  FAT16
> /dev/hda2           262      2434  17454622+   5  Extended
> /dev/hda5           262       522   2096451    6  FAT16
> /dev/hda6           523       653   1052226   83  Linux
> /dev/hda7           654      1175   4192933+  83  Linux
> /dev/hda8          1176      1371   1574338+  83  Linux
> /dev/hda9          1372      1436    522081   82  Linux swap
> /dev/hda10         1437      1501    522081   83  Linux
> /dev/hda11         1502      1566    522081   83  Linux
> [root@creddy-pc root]#
> 
> 
> TIA,
> - Narsimha Reddy CH
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
  2003-02-05 22:09 How to install two linux OSes on the same PC Narsimha Reddy CHALLA
@ 2003-02-05 13:06 ` Dave Kleikamp
  2003-02-07  8:02   ` Narsimha Reddy CH
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Kleikamp @ 2003-02-05 13:06 UTC (permalink / raw)
  To: Narsimha Reddy CHALLA, linux-fsdevel

On Wednesday 05 February 2003 16:09, Narsimha Reddy CHALLA wrote:
>
> Please give your suggestions on how to resolve this problem.

I think this should work:  After the first install change the volume 
labels on the existing partitions (with e2label), changing /etc/fstab 
at the same time.  Then, you can use the labels the installer wants on 
the second install.
-- 
David Kleikamp
IBM Linux Technology Center


^ permalink raw reply	[flat|nested] 14+ messages in thread

* How to install two linux OSes on the same PC
@ 2003-02-05 14:08 Narsimha Reddy Challa
  0 siblings, 0 replies; 14+ messages in thread
From: Narsimha Reddy Challa @ 2003-02-05 14:08 UTC (permalink / raw)
  To: linux-newbie

Originally to: All

Hi  All,

    I want to do two different linux installations rh 7.2 and rh 
8.0 on the same pc with single hard disk. I installed the rh 7.2 in
partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
/usr) ,
/dev/hda8 ( /tmp),... /dev/hda11  etc. 

   But how can I install the rh 8.0 in partitions say  /dev/hda12
( as "/" )  ... etc ??  Since the installer won't allow as there
already exists a  "/"  partition for the rh 7.2 and tries to override
it with the root partition of rh 8.0. So I tried giving a different
lable to the root partition of rh 8.0 say /root1 and other partitions
as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
is looking for the partition named "/" and without that the installation
is not happening. 


Please give your suggestions on how to resolve this problem.


At present my partition table with single installation (rh 7.2)  is,

[root@creddy-pc root]# fdisk -l

Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       261   2096451    6  FAT16
/dev/hda2           262      2434  17454622+   5  Extended
/dev/hda5           262       522   2096451    6  FAT16
/dev/hda6           523       653   1052226   83  Linux
/dev/hda7           654      1175   4192933+  83  Linux
/dev/hda8          1176      1371   1574338+  83  Linux
/dev/hda9          1372      1436    522081   82  Linux swap
/dev/hda10         1437      1501    522081   83  Linux
/dev/hda11         1502      1566    522081   83  Linux
[root@creddy-pc root]#


TIA,
- Narsimha Reddy CH
-


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
@ 2003-02-05 15:43 Whitnl73@juno.com
  0 siblings, 0 replies; 14+ messages in thread
From: Whitnl73@juno.com @ 2003-02-05 15:43 UTC (permalink / raw)
  To: linux-newbie

Originally to: All

On Wed, 5 Feb 2003, Narsimha Reddy CHALLA wrote:

> Hi  All,
>
>     I want to do two different linux installations rh 7.2 and rh
> 8.0 on the same pc with single hard disk. I installed the rh 7.2 in
> partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
> /usr) ,
> /dev/hda8 ( /tmp),... /dev/hda11  etc.
>
>    But how can I install the rh 8.0 in partitions say  /dev/hda12
> ( as "/" )  ... etc ??  Since the installer won't allow as there
> already exists a  "/"  partition for the rh 7.2 and tries to override
> it with the root partition of rh 8.0. So I tried giving a different
> lable to the root partition of rh 8.0 say /root1 and other partitions
> as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
> is looking for the partition named "/" and without that the installation
> is not happening.
>
>
> Please give your suggestions on how to resolve this problem.
>
>
> At present my partition table with single installation (rh 7.2)  is,
>
> [root@creddy-pc root]# fdisk -l
>
> Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1   *         1       261   2096451    6  FAT16
> /dev/hda2           262      2434  17454622+   5  Extended
> /dev/hda5           262       522   2096451    6  FAT16
> /dev/hda6           523       653   1052226   83  Linux
> /dev/hda7           654      1175   4192933+  83  Linux
> /dev/hda8          1176      1371   1574338+  83  Linux
> /dev/hda9          1372      1436    522081   82  Linux swap
> /dev/hda10         1437      1501    522081   83  Linux
> /dev/hda11         1502      1566    522081   83  Linux
> [root@creddy-pc root]#
>
>
> TIA,
> - Narsimha Reddy CH
> -

Well, you could change the partition type of the existing installation,
in hope that the installer will ignore it.  It doesn't matter to linux
what the partition type is as long as it has a filesystem of the type
expected in /etc/fstab.

Lawson


--
---oops---




________________________________________________________________
Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com
-


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
@ 2003-02-05 15:58 Pa3gcu
  0 siblings, 0 replies; 14+ messages in thread
From: Pa3gcu @ 2003-02-05 15:58 UTC (permalink / raw)
  To: linux-newbie

Originally to: All

On Wednesday 05 February 2003 22:08, Narsimha Reddy CHALLA wrote:
> Hi  All,
>
>     I want to do two different linux installations rh 7.2 and rh
> 8.0 on the same pc with single hard disk. I installed the rh 7.2 in
> partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
> /usr) ,
> /dev/hda8 ( /tmp),... /dev/hda11  etc.
>
>    But how can I install the rh 8.0 in partitions say  /dev/hda12
> ( as "/" )  ... etc ??  Since the installer won't allow as there
> already exists a  "/"  partition for the rh 7.2 and tries to override
> it with the root partition of rh 8.0. So I tried giving a different
> lable to the root partition of rh 8.0 say /root1 and other partitions
> as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
> is looking for the partition named "/" and without that the installation
> is not happening.
>
>
> Please give your suggestions on how to resolve this problem.

Edit properly in that menu where it ask's for partition info for installing.

I have Redhat 7.2, slackware gentoo and peanut all on one disk.

Slackware was installed first, then redhat.

>
>
> At present my partition table with single installation (rh 7.2)  is,
>
> [root@creddy-pc root]# fdisk -l
>
> Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1   *         1       261   2096451    6  FAT16
> /dev/hda2           262      2434  17454622+   5  Extended
> /dev/hda5           262       522   2096451    6  FAT16
> /dev/hda6           523       653   1052226   83  Linux
> /dev/hda7           654      1175   4192933+  83  Linux
> /dev/hda8          1176      1371   1574338+  83  Linux
> /dev/hda9          1372      1436    522081   82  Linux swap
> /dev/hda10         1437      1501    522081   83  Linux
> /dev/hda11         1502      1566    522081   83  Linux
> [root@creddy-pc root]#
>
>
> TIA,
> - Narsimha Reddy CH

-- 
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/

-


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
  2003-02-05 22:08 Narsimha Reddy CHALLA
@ 2003-02-05 15:58 ` pa3gcu
  2003-02-05 20:43 ` whitnl73
  1 sibling, 0 replies; 14+ messages in thread
From: pa3gcu @ 2003-02-05 15:58 UTC (permalink / raw)
  To: Narsimha Reddy CHALLA, linux-newbie

On Wednesday 05 February 2003 22:08, Narsimha Reddy CHALLA wrote:
> Hi  All,
>
>     I want to do two different linux installations rh 7.2 and rh
> 8.0 on the same pc with single hard disk. I installed the rh 7.2 in
> partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
> /usr) ,
> /dev/hda8 ( /tmp),... /dev/hda11  etc.
>
>    But how can I install the rh 8.0 in partitions say  /dev/hda12
> ( as "/" )  ... etc ??  Since the installer won't allow as there
> already exists a  "/"  partition for the rh 7.2 and tries to override
> it with the root partition of rh 8.0. So I tried giving a different
> lable to the root partition of rh 8.0 say /root1 and other partitions
> as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
> is looking for the partition named "/" and without that the installation
> is not happening.
>
>
> Please give your suggestions on how to resolve this problem.

Edit properly in that menu where it ask's for partition info for installing.

I have Redhat 7.2, slackware gentoo and peanut all on one disk.

Slackware was installed first, then redhat.

>
>
> At present my partition table with single installation (rh 7.2)  is,
>
> [root@creddy-pc root]# fdisk -l
>
> Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1   *         1       261   2096451    6  FAT16
> /dev/hda2           262      2434  17454622+   5  Extended
> /dev/hda5           262       522   2096451    6  FAT16
> /dev/hda6           523       653   1052226   83  Linux
> /dev/hda7           654      1175   4192933+  83  Linux
> /dev/hda8          1176      1371   1574338+  83  Linux
> /dev/hda9          1372      1436    522081   82  Linux swap
> /dev/hda10         1437      1501    522081   83  Linux
> /dev/hda11         1502      1566    522081   83  Linux
> [root@creddy-pc root]#
>
>
> TIA,
> - Narsimha Reddy CH

-- 
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
  2003-02-05 22:08 Narsimha Reddy CHALLA
  2003-02-05 15:58 ` pa3gcu
@ 2003-02-05 20:43 ` whitnl73
  2003-02-07  8:04   ` Narsimha Reddy CH
  1 sibling, 1 reply; 14+ messages in thread
From: whitnl73 @ 2003-02-05 20:43 UTC (permalink / raw)
  To: creddy; +Cc: linux-newbie

On Wed, 5 Feb 2003, Narsimha Reddy CHALLA wrote:

> Hi  All,
>
>     I want to do two different linux installations rh 7.2 and rh
> 8.0 on the same pc with single hard disk. I installed the rh 7.2 in
> partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
> /usr) ,
> /dev/hda8 ( /tmp),... /dev/hda11  etc.
>
>    But how can I install the rh 8.0 in partitions say  /dev/hda12
> ( as "/" )  ... etc ??  Since the installer won't allow as there
> already exists a  "/"  partition for the rh 7.2 and tries to override
> it with the root partition of rh 8.0. So I tried giving a different
> lable to the root partition of rh 8.0 say /root1 and other partitions
> as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
> is looking for the partition named "/" and without that the installation
> is not happening.
>
>
> Please give your suggestions on how to resolve this problem.
>
>
> At present my partition table with single installation (rh 7.2)  is,
>
> [root@creddy-pc root]# fdisk -l
>
> Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1   *         1       261   2096451    6  FAT16
> /dev/hda2           262      2434  17454622+   5  Extended
> /dev/hda5           262       522   2096451    6  FAT16
> /dev/hda6           523       653   1052226   83  Linux
> /dev/hda7           654      1175   4192933+  83  Linux
> /dev/hda8          1176      1371   1574338+  83  Linux
> /dev/hda9          1372      1436    522081   82  Linux swap
> /dev/hda10         1437      1501    522081   83  Linux
> /dev/hda11         1502      1566    522081   83  Linux
> [root@creddy-pc root]#
>
>
> TIA,
> - Narsimha Reddy CH
> -

Well, you could change the partition type of the existing installation,
in hope that the installer will ignore it.  It doesn't matter to linux
what the partition type is as long as it has a filesystem of the type
expected in /etc/fstab.

Lawson


--
---oops---




________________________________________________________________
Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
  2003-02-05 22:06 Narsimha Reddy CHALLA
  2003-02-05  9:24 ` Bryan Andersen
@ 2003-02-05 21:10 ` Dave Vehrs
  2003-02-07  8:08 ` Narsimha Reddy CH
  2 siblings, 0 replies; 14+ messages in thread
From: Dave Vehrs @ 2003-02-05 21:10 UTC (permalink / raw)
  To: linux-kernel

On Wed, 2003-02-05 at 15:06, Narsimha Reddy CHALLA wrote:
>     I want to do two different linux installations rh 7.2 and rh 
> 8.0 on the same pc with single hard disk. I installed the rh 7.2 in
> partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
> /usr) ,/dev/hda8 ( /tmp),... /dev/hda11  etc. 
> 
>    But how can I install the rh 8.0 in partitions say  /dev/hda12
> ( as "/" )  ... etc ??  Since the installer won't allow as there
> already exists a  "/"  partition for the rh 7.2 and tries to override
> it with the root partition of rh 8.0. So I tried giving a different
> lable to the root partition of rh 8.0 say /root1 and other partitions
> as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
> is looking for the partition named "/" and without that the installation
> is not happening. 

I believe the problem is related to Redhat's use of partition labels
by default on 7.x and 8.x.   Makes it easy if the drives master/slave 
changes but causes problems for other things like this.  

For example, my /etc/fstab looks like: 
LABEL=/        /            ext3    defaults        1 1
LABEL=/boot    /boot        ext2    defaults        1 2
LABEL=/home    /home        ext3    defaults        1 2
/dev/hda3      swap         swap    defaults        0 0
/dev/cdrom     /mnt/cdrom   iso9660 noauto,owner,kudzu,ro 0 0

Attempting to boot a system with two drives (or multiple partitions on
the same drive) configured like this will confuse the system.  So the
first step would be to change the LABEL= lines to /dev/<device>  (i.e.
/dev/hda1      /boot ......etc.)

Next issue is how you want to boot the two systems.  One boot partition
or two?  With one boot, make a copy of what is already there, then
install the new system, allowing it to overwrite the old.  Then merge
the two boot partitions by hand.  They will already be a different
kernels, etc. so it shouldn't be too hard.  

Then I would recommend booting the second system or mounting its drives
in the first temporarily and making similar changes to its fstab that we
did to the first.  

Then reboot and I believe it should work....

Good luck,

Dave V.

-- 
David E Vehrs, System Engineer		Aspen Systems
davidv@aspsys.com			3900 Youngfield Street
Tel: +01 303 431 4606			Wheat Ridge CO 80033, USA
Fax: +01 303 431 7196			http://www.aspsys.com


^ permalink raw reply	[flat|nested] 14+ messages in thread

* How to install two linux OSes on the same PC
@ 2003-02-05 22:06 Narsimha Reddy CHALLA
  2003-02-05  9:24 ` Bryan Andersen
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Narsimha Reddy CHALLA @ 2003-02-05 22:06 UTC (permalink / raw)
  To: linux-kernel

Hi  All,

    I want to do two different linux installations rh 7.2 and rh 
8.0 on the same pc with single hard disk. I installed the rh 7.2 in
partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
/usr) ,
/dev/hda8 ( /tmp),... /dev/hda11  etc. 

   But how can I install the rh 8.0 in partitions say  /dev/hda12
( as "/" )  ... etc ??  Since the installer won't allow as there
already exists a  "/"  partition for the rh 7.2 and tries to override
it with the root partition of rh 8.0. So I tried giving a different
lable to the root partition of rh 8.0 say /root1 and other partitions
as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
is looking for the partition named "/" and without that the installation
is not happening. 


Please give your suggestions on how to resolve this problem.


At present my partition table with single installation (rh 7.2)  is,

[root@creddy-pc root]# fdisk -l

Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       261   2096451    6  FAT16
/dev/hda2           262      2434  17454622+   5  Extended
/dev/hda5           262       522   2096451    6  FAT16
/dev/hda6           523       653   1052226   83  Linux
/dev/hda7           654      1175   4192933+  83  Linux
/dev/hda8          1176      1371   1574338+  83  Linux
/dev/hda9          1372      1436    522081   82  Linux swap
/dev/hda10         1437      1501    522081   83  Linux
/dev/hda11         1502      1566    522081   83  Linux
[root@creddy-pc root]#


TIA,
- Narsimha Reddy CH

^ permalink raw reply	[flat|nested] 14+ messages in thread

* How to install two linux OSes on the same PC
@ 2003-02-05 22:08 Narsimha Reddy CHALLA
  2003-02-05 15:58 ` pa3gcu
  2003-02-05 20:43 ` whitnl73
  0 siblings, 2 replies; 14+ messages in thread
From: Narsimha Reddy CHALLA @ 2003-02-05 22:08 UTC (permalink / raw)
  To: linux-newbie

Hi  All,

    I want to do two different linux installations rh 7.2 and rh 
8.0 on the same pc with single hard disk. I installed the rh 7.2 in
partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
/usr) ,
/dev/hda8 ( /tmp),... /dev/hda11  etc. 

   But how can I install the rh 8.0 in partitions say  /dev/hda12
( as "/" )  ... etc ??  Since the installer won't allow as there
already exists a  "/"  partition for the rh 7.2 and tries to override
it with the root partition of rh 8.0. So I tried giving a different
lable to the root partition of rh 8.0 say /root1 and other partitions
as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
is looking for the partition named "/" and without that the installation
is not happening. 


Please give your suggestions on how to resolve this problem.


At present my partition table with single installation (rh 7.2)  is,

[root@creddy-pc root]# fdisk -l

Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       261   2096451    6  FAT16
/dev/hda2           262      2434  17454622+   5  Extended
/dev/hda5           262       522   2096451    6  FAT16
/dev/hda6           523       653   1052226   83  Linux
/dev/hda7           654      1175   4192933+  83  Linux
/dev/hda8          1176      1371   1574338+  83  Linux
/dev/hda9          1372      1436    522081   82  Linux swap
/dev/hda10         1437      1501    522081   83  Linux
/dev/hda11         1502      1566    522081   83  Linux
[root@creddy-pc root]#


TIA,
- Narsimha Reddy CH
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* How to install two linux OSes on the same PC
@ 2003-02-05 22:09 Narsimha Reddy CHALLA
  2003-02-05 13:06 ` Dave Kleikamp
  0 siblings, 1 reply; 14+ messages in thread
From: Narsimha Reddy CHALLA @ 2003-02-05 22:09 UTC (permalink / raw)
  To: linux-fsdevel

Hi  All,

    I want to do two different linux installations rh 7.2 and rh 
8.0 on the same pc with single hard disk. I installed the rh 7.2 in
partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
/usr) ,
/dev/hda8 ( /tmp),... /dev/hda11  etc. 

   But how can I install the rh 8.0 in partitions say  /dev/hda12
( as "/" )  ... etc ??  Since the installer won't allow as there
already exists a  "/"  partition for the rh 7.2 and tries to override
it with the root partition of rh 8.0. So I tried giving a different
lable to the root partition of rh 8.0 say /root1 and other partitions
as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
is looking for the partition named "/" and without that the installation
is not happening. 


Please give your suggestions on how to resolve this problem.


At present my partition table with single installation (rh 7.2)  is,

[root@creddy-pc root]# fdisk -l

Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       261   2096451    6  FAT16
/dev/hda2           262      2434  17454622+   5  Extended
/dev/hda5           262       522   2096451    6  FAT16
/dev/hda6           523       653   1052226   83  Linux
/dev/hda7           654      1175   4192933+  83  Linux
/dev/hda8          1176      1371   1574338+  83  Linux
/dev/hda9          1372      1436    522081   82  Linux swap
/dev/hda10         1437      1501    522081   83  Linux
/dev/hda11         1502      1566    522081   83  Linux
[root@creddy-pc root]#


TIA,
- Narsimha Reddy CH

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
  2003-02-05 13:06 ` Dave Kleikamp
@ 2003-02-07  8:02   ` Narsimha Reddy CH
  0 siblings, 0 replies; 14+ messages in thread
From: Narsimha Reddy CH @ 2003-02-07  8:02 UTC (permalink / raw)
  To: Dave Kleikamp; +Cc: linux-fsdevel

Thanks a lot for your help. It really worked with disk driud. It 
cleverly managed the name conflicts of lables i.e. for first 
installation the root is "/" and for the second installation the root 
lable is "/1".  After editing /etc/lilo.conf of  first one and 
/sbin/lilo,  I can boot both of them using.

Regards,
- Narsimha

Dave Kleikamp wrote:

>On Wednesday 05 February 2003 16:09, Narsimha Reddy CHALLA wrote:
>  
>
>>Please give your suggestions on how to resolve this problem.
>>    
>>
>
>I think this should work:  After the first install change the volume 
>labels on the existing partitions (with e2label), changing /etc/fstab 
>at the same time.  Then, you can use the labels the installer wants on 
>the second install.
>  
>


-- 
Narsimha Reddy CH
Storage Area Networking, HCL Technologies
Contact +91-044 2372 8366 ext 1128

http://san.hcltech.com
http://www.hcltech.com




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
  2003-02-05 20:43 ` whitnl73
@ 2003-02-07  8:04   ` Narsimha Reddy CH
  0 siblings, 0 replies; 14+ messages in thread
From: Narsimha Reddy CH @ 2003-02-07  8:04 UTC (permalink / raw)
  To: whitnl73; +Cc: linux-newbie

Thanks a lot for your help. It really worked with disk driud. It 
cleverly managed the name conflicts of lables i.e. for first 
installation the root is "/" and for the second installation the root 
lable is "/1". And I can boot both of them using LILO.

Regards,
- Narsimha

whitnl73@juno.com wrote:

>On Wed, 5 Feb 2003, Narsimha Reddy CHALLA wrote:
>
>  
>
>>Hi  All,
>>
>>    I want to do two different linux installations rh 7.2 and rh
>>8.0 on the same pc with single hard disk. I installed the rh 7.2 in
>>partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
>>/usr) ,
>>/dev/hda8 ( /tmp),... /dev/hda11  etc.
>>
>>   But how can I install the rh 8.0 in partitions say  /dev/hda12
>>( as "/" )  ... etc ??  Since the installer won't allow as there
>>already exists a  "/"  partition for the rh 7.2 and tries to override
>>it with the root partition of rh 8.0. So I tried giving a different
>>lable to the root partition of rh 8.0 say /root1 and other partitions
>>as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
>>is looking for the partition named "/" and without that the installation
>>is not happening.
>>
>>
>>Please give your suggestions on how to resolve this problem.
>>
>>
>>At present my partition table with single installation (rh 7.2)  is,
>>
>>[root@creddy-pc root]# fdisk -l
>>
>>Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
>>Units = cylinders of 16065 * 512 bytes
>>
>>   Device Boot    Start       End    Blocks   Id  System
>>/dev/hda1   *         1       261   2096451    6  FAT16
>>/dev/hda2           262      2434  17454622+   5  Extended
>>/dev/hda5           262       522   2096451    6  FAT16
>>/dev/hda6           523       653   1052226   83  Linux
>>/dev/hda7           654      1175   4192933+  83  Linux
>>/dev/hda8          1176      1371   1574338+  83  Linux
>>/dev/hda9          1372      1436    522081   82  Linux swap
>>/dev/hda10         1437      1501    522081   83  Linux
>>/dev/hda11         1502      1566    522081   83  Linux
>>[root@creddy-pc root]#
>>
>>
>>TIA,
>>- Narsimha Reddy CH
>>-
>>    
>>
>
>Well, you could change the partition type of the existing installation,
>in hope that the installer will ignore it.  It doesn't matter to linux
>what the partition type is as long as it has a filesystem of the type
>expected in /etc/fstab.
>
>Lawson
>
>
>--
>---oops---
>
>
>
>
>________________________________________________________________
>Sign Up for Juno Platinum Internet Access Today
>Only $9.95 per month!
>Visit www.juno.com
>-
>To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.linux-learn.org/faqs
>
>
>  
>


-- 
Narsimha Reddy CH
Storage Area Networking, HCL Technologies
Contact +91-044 2372 8366 ext 1128

http://san.hcltech.com
http://www.hcltech.com



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: How to install two linux OSes on the same PC
  2003-02-05 22:06 Narsimha Reddy CHALLA
  2003-02-05  9:24 ` Bryan Andersen
  2003-02-05 21:10 ` Dave Vehrs
@ 2003-02-07  8:08 ` Narsimha Reddy CH
  2 siblings, 0 replies; 14+ messages in thread
From: Narsimha Reddy CH @ 2003-02-07  8:08 UTC (permalink / raw)
  To: Narsimha Reddy CHALLA; +Cc: linux-kernel

Thanks a lot for your help. It really worked with disk driud. It 
cleverly managed the name conflicts of lables i.e. for first 
installation the root is "/" and for the second installation the root 
lable is "/1". After editing the /etc/lilo.conf of first installation 
and updating the MBR with /sbin/lilo appropriately, I can boot both of them.

Regards,
- Narsimha


Narsimha Reddy CHALLA wrote:

>Hi  All,
>
>    I want to do two different linux installations rh 7.2 and rh 
>8.0 on the same pc with single hard disk. I installed the rh 7.2 in
>partitions say  /dev/hda5 ( /) ,  /dev/hda6  (/home) ,  /dev/hda7 (
>/usr) ,
>/dev/hda8 ( /tmp),... /dev/hda11  etc. 
>
>   But how can I install the rh 8.0 in partitions say  /dev/hda12
>( as "/" )  ... etc ??  Since the installer won't allow as there
>already exists a  "/"  partition for the rh 7.2 and tries to override
>it with the root partition of rh 8.0. So I tried giving a different
>lable to the root partition of rh 8.0 say /root1 and other partitions
>as /root1/usr, /root1/home, /root1/tmp etc. But here also the installer
>is looking for the partition named "/" and without that the installation
>is not happening. 
>
>
>Please give your suggestions on how to resolve this problem.
>
>
>At present my partition table with single installation (rh 7.2)  is,
>
>[root@creddy-pc root]# fdisk -l
>
>Disk /dev/hda: 255 heads, 63 sectors, 2434 cylinders
>Units = cylinders of 16065 * 512 bytes
>
>   Device Boot    Start       End    Blocks   Id  System
>/dev/hda1   *         1       261   2096451    6  FAT16
>/dev/hda2           262      2434  17454622+   5  Extended
>/dev/hda5           262       522   2096451    6  FAT16
>/dev/hda6           523       653   1052226   83  Linux
>/dev/hda7           654      1175   4192933+  83  Linux
>/dev/hda8          1176      1371   1574338+  83  Linux
>/dev/hda9          1372      1436    522081   82  Linux swap
>/dev/hda10         1437      1501    522081   83  Linux
>/dev/hda11         1502      1566    522081   83  Linux
>[root@creddy-pc root]#
>
>
>TIA,
>- Narsimha Reddy CH
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>
>  
>


-- 
Narsimha Reddy CH
Storage Area Networking, HCL Technologies
Contact +91-044 2372 8366 ext 1128

http://san.hcltech.com
http://www.hcltech.com




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2003-02-07  8:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-05 22:09 How to install two linux OSes on the same PC Narsimha Reddy CHALLA
2003-02-05 13:06 ` Dave Kleikamp
2003-02-07  8:02   ` Narsimha Reddy CH
  -- strict thread matches above, loose matches on Subject: below --
2003-02-05 22:08 Narsimha Reddy CHALLA
2003-02-05 15:58 ` pa3gcu
2003-02-05 20:43 ` whitnl73
2003-02-07  8:04   ` Narsimha Reddy CH
2003-02-05 22:06 Narsimha Reddy CHALLA
2003-02-05  9:24 ` Bryan Andersen
2003-02-05 21:10 ` Dave Vehrs
2003-02-07  8:08 ` Narsimha Reddy CH
2003-02-05 15:58 Pa3gcu
2003-02-05 15:43 Whitnl73@juno.com
2003-02-05 14:08 Narsimha Reddy Challa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.