Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-21-2008, 04:23 PM
al
 
Posts: n/a
How to add another distro?

I have Ubuntu 7.10 on sda3, formerly on sda1. I would like to try out
suse 11, but don't want to screw up my existing setup. How do I put suse
on sda1 and have it leave sda3 alone? I haven't been able to figure it
out in suse's install routine. It seems to want to use the entire drive,
or more probably, I'm not following some instructions correctly.

Thanks
Reply With Quote
  #2 (permalink)  
Old 06-21-2008, 04:40 PM
Bit Twister
 
Posts: n/a
Re: How to add another distro?

On Sat, 21 Jun 2008 16:23:04 GMT, al wrote:
> I have Ubuntu 7.10 on sda3, formerly on sda1. I would like to try out
> suse 11, but don't want to screw up my existing setup. How do I put suse
> on sda1 and have it leave sda3 alone? I haven't been able to figure it
> out in suse's install routine. It seems to want to use the entire drive,
> or more probably, I'm not following some instructions correctly.


Anytime I want to play with another distribution, I create/format the
partition for the new / install. Then during new distribution install,
I click custom/manual during partition phase, click the newly
formatted partition, set mount point / and proceed with the install.

Having installed Suse 11.0 this morning, I can say that you click the
partition link on the install page and you will be sent to the
partition screen where you do your custom partition work/selection.

I recommend never sharing /home.


Reply With Quote
  #3 (permalink)  
Old 06-21-2008, 05:44 PM
Stefan Patric
 
Posts: n/a
Re: How to add another distro?

On Sat, 21 Jun 2008 16:40:42 +0000, Bit Twister wrote:

> On Sat, 21 Jun 2008 16:23:04 GMT, al wrote:
>> I have Ubuntu 7.10 on sda3, formerly on sda1. I would like to try out
>> suse 11, but don't want to screw up my existing setup. How do I put
>> suse on sda1 and have it leave sda3 alone? I haven't been able to
>> figure it out in suse's install routine. It seems to want to use the
>> entire drive, or more probably, I'm not following some instructions
>> correctly.

>
> Anytime I want to play with another distribution, I create/format the
> partition for the new / install. Then during new distribution install, I
> click custom/manual during partition phase, click the newly formatted
> partition, set mount point / and proceed with the install.
>
> Having installed Suse 11.0 this morning, I can say that you click the
> partition link on the install page and you will be sent to the partition
> screen where you do your custom partition work/selection.
>
> I recommend never sharing /home.


TO: OP

Also, when the SUSE install gets to the "where to install grub" part,
install it on the boot sector--not the MBR--of the partition where you
installed SUSE. (Otherwise, you'll hose Ubuntu's grub set up on the
MBR.) Then edit Ubuntu's grub.conf and add this stanza:

Title SUSE 11
root (hd0,0) # This is grub-speak for sda1
chainloader +1

This will load SUSE's grub and boot SUSE. Also, comment out--put # at
the beginning of the line--the "hiddenmenu" command, so you'll be
presented with the grub menu.

I used the above set up when I installed Fedora 9 Final to evaluate, so
it wouldn't conflict in any way with my primary, fully updated,
configured and rock-solid Fedora Core 6 install.

Stef
Reply With Quote
  #4 (permalink)  
Old 06-21-2008, 07:19 PM
sk8r-365
 
Posts: n/a
Re: How to add another distro?

Feverishly pounding upon a keyboard al typed:
<snip>
> I haven't been able to figure it out in suse's install routine. It
> seems to want to use the entire drive, or more probably, I'm not
> following some instructions correctly.


I don't use SUSE and others here who do have given good instructions.
That said, by your above remarks, I am wondering if you've provided
enough space for the install on the target drive. Have you?

--
sk8r-365
For in that she hath poured this ointment on my body, she did it
for my burial. -- Matthew 26:12
Reply With Quote
  #5 (permalink)  
Old 06-21-2008, 08:09 PM
al
 
Posts: n/a
Re: How to add another distro?

On Sat, 21 Jun 2008 14:19:33 -0500, sk8r-365 wrote:

> Feverishly pounding upon a keyboard al typed: <snip>
>> I haven't been able to figure it out in suse's install routine. It
>> seems to want to use the entire drive, or more probably, I'm not
>> following some instructions correctly.

>
> I don't use SUSE and others here who do have given good instructions.
> That said, by your above remarks, I am wondering if you've provided
> enough space for the install on the target drive. Have you?


It has 118gig on it. I managed to halve the drive when I installed
Ubuntu. When the updates screwed it up, I re-installed on the remaining
space. Then deleted everything that had been screwed up.
Reply With Quote
  #6 (permalink)  
Old 06-21-2008, 08:10 PM
al
 
Posts: n/a
Re: How to add another distro?

> Anytime I want to play with another distribution, I create/format the
> partition for the new / install. Then during new distribution install, I
> click custom/manual during partition phase, click the newly formatted
> partition, set mount point / and proceed with the install.
>
> Having installed Suse 11.0 this morning, I can say that you click the
> partition link on the install page and you will be sent to the partition
> screen where you do your custom partition work/selection.
>
> I recommend never sharing /home.


Ok, thanks for the info.
Reply With Quote
  #7 (permalink)  
Old 06-22-2008, 12:48 AM
ray
 
Posts: n/a
Re: How to add another distro?

On Sat, 21 Jun 2008 16:23:04 +0000, al wrote:

> I have Ubuntu 7.10 on sda3, formerly on sda1. I would like to try out
> suse 11, but don't want to screw up my existing setup. How do I put suse
> on sda1 and have it leave sda3 alone? I haven't been able to figure it
> out in suse's install routine. It seems to want to use the entire drive,
> or more probably, I'm not following some instructions correctly.
>
> Thanks


Have you considered using VirtualBox and simply installing it there? Quite
easy to set up.
Reply With Quote
  #8 (permalink)  
Old 06-22-2008, 11:06 AM
al
 
Posts: n/a
Re: How to add another distro?

On Sun, 22 Jun 2008 00:48:34 +0000, ray wrote:
>>

> Have you considered using VirtualBox and simply installing it there?
> Quite easy to set up.


Thanks for the heads up on it. I'll check it out.

Al
Reply With Quote
  #9 (permalink)  
Old 06-22-2008, 02:06 PM
sk8r-365
 
Posts: n/a
Re: How to add another distro?

Feverishly pounding upon a keyboard al typed:
> On Sat, 21 Jun 2008 14:19:33 -0500, sk8r-365 wrote:
>
>> Feverishly pounding upon a keyboard al typed: <snip>
>>> I haven't been able to figure it out in suse's install routine. It
>>> seems to want to use the entire drive, or more probably, I'm not
>>> following some instructions correctly.

>>
>> I don't use SUSE and others here who do have given good instructions.
>> That said, by your above remarks, I am wondering if you've provided
>> enough space for the install on the target drive. Have you?

>
> It has 118gig on it. I managed to halve the drive when I installed
> Ubuntu. When the updates screwed it up, I re-installed on the remaining
> space. Then deleted everything that had been screwed up.


118GB is plenty for a standard install! Even half is.

Linux Minimum System Requirements

* Personal computer with an Intel Pentium III 500 MHz or higher
processor
* 256 MB physical RAM
* 800 MB available disk space
* 800x600 display resolution

Linux Recommended System Requirements

* 512 MB physical RAM
* 2.5 GB available disk space
* 1024x768 display resolution

Recommended Processors

* x86
* Intel Pentium 4 2.4 GHz or higher
* AMD64
* Intel 64


That eliminates one concern, at least. I made that inquiry because
during my very early trials with Linux, RH5, I failed to provide enough
space for /. The install failed until I pulled my head from my
posterior :0

--
sk8r-365
And he came and found them asleep again: for their eyes were heavy.
-- Matthew 26:43
Reply With Quote
  #10 (permalink)  
Old 06-22-2008, 03:34 PM
al
 
Posts: n/a
Re: How to add another distro?

sk8r-365 wrote:
>
> 118GB is plenty for a standard install! Even half is.
>
> Linux Minimum System Requirements
>
> * Personal computer with an Intel Pentium III 500 MHz or higher
> processor
> * 256 MB physical RAM
> * 800 MB available disk space
> * 800x600 display resolution
>
> Linux Recommended System Requirements
>
> * 512 MB physical RAM
> * 2.5 GB available disk space
> * 1024x768 display resolution
>
> Recommended Processors
>
> * x86
> * Intel Pentium 4 2.4 GHz or higher
> * AMD64
> * Intel 64
>
>
> That eliminates one concern, at least. I made that inquiry because
> during my very early trials with Linux, RH5, I failed to provide enough
> space for /. The install failed until I pulled my head from my
> posterior :0
>


Yeah, it's plenty. When I get to the expert partitioner page and unmark
sda3 to be formatted, I see no way to tell it to install on sda1 and
leave sda3 alone. Clicking the 'next' button gives a message about
installing on an unformatted partition. I haven't been able to install
yet, since I don't want to take the chance of wiping out Ubuntu. Since I
just want to play with some other distros and see how they work.

Al
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:33 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109