From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-98131-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MTDJF-00073h-Mm
	for garchives@archives.gentoo.org; Tue, 21 Jul 2009 11:15:01 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1A431E030F;
	Tue, 21 Jul 2009 11:15:00 +0000 (UTC)
Received: from mail-ew0-f217.google.com (mail-ew0-f217.google.com [209.85.219.217])
	by pigeon.gentoo.org (Postfix) with ESMTP id B78F8E030F
	for <gentoo-user@lists.gentoo.org>; Tue, 21 Jul 2009 11:14:59 +0000 (UTC)
Received: by ewy17 with SMTP id 17so2584938ewy.34
        for <gentoo-user@lists.gentoo.org>; Tue, 21 Jul 2009 04:14:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=VS/UGyJML6Qbk+6FpqgUoRcjc9n/3TBkN07QQQg6x3c=;
        b=Cr8ztowWO/S2pJptHyjPoGL8UVmOIu8vy6cYpyV3CRhuZdiEnJtxp73XbaKVOxSpsy
         m3fm+FtSNvO62DcrC/qVZXWLCBtXyyXMaBJ1kK+f7i7yzCGpLei2GIp9f+ma7rhBaMmW
         vQUd9tuetaDUBhPB6cSWYeqRtTkyS1r+aekic=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=h1e7H+MCdnpVzkg3QCSIzG4724D4zsQ07HbaqIr/vZiD9dE8yB1zGX+BaBhpM8BxlJ
         NjreNxvp9M6nEFU0DxdsBOzAVzOj5VSaJL1E0XQ0eR0UyU10Ho+rMTSoENv/mjoracsi
         HhRnqC4yimTMXVr9gGsDTJqBh6W8IupTu8dWQ=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.216.1.69 with SMTP id 47mr1463833wec.224.1248174898929; Tue, 
	21 Jul 2009 04:14:58 -0700 (PDT)
In-Reply-To: <4A659F4F.6040108@anferny.me.uk>
References: <49bf44f10907210344t720fd57fq97fa2bc439b99697@mail.gmail.com>
	 <4A659F4F.6040108@anferny.me.uk>
Date: Tue, 21 Jul 2009 07:14:58 -0400
Message-ID: <d07a70780907210414l20430ed1x5f466b1fe803ed2c@mail.gmail.com>
Subject: Re: [gentoo-user] Installing Gentoo from another Linux distro
From: Hazen Valliant-Saunders <hazenvs@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=0016364d293377e198046f355d5d
X-Archives-Salt: 282f8e06-e61d-44aa-b6ed-16b591c69419
X-Archives-Hash: fa596a8fe486dcc0d0f2529110a3c420

--0016364d293377e198046f355d5d
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

So what's the question?


You can install gentoo from a live cd, in fact you could try to drop to
single user mode and fire up a new kernel via the LiveCD, but alas that may
be a bit precarious.

Next to that I'd say format your file system and go from the LiveCD, why
don't you ahve console access?

Simply use the current paritions hwever if this is a "Dedicated" system
remember to format them before hand.

XFS, Ext3 and Reiser are all good, I'm partial to XFS myself but I'd advise
you to do some resarch.

HTH.

On Tue, Jul 21, 2009 at 6:58 AM, Nevynxxx <nevyn@anferny.me.uk> wrote:

> Grant wrote:
> > I'm getting ready for a remote Gentoo install.  I'd like to avoid any
> > sort of CD/USB/floppy usage.  I can select a variety of different
> > distros to be preinstalled on the system.  Can I end up with the same
> > Gentoo system installing from another distro as I can from a LiveCD?
> > I've read over:
> >
> > http://www.gentoo.org/doc/en/altinstall.xml#doc_chap5
> >
> > and it sounds like I may not be able to end up with one big root
> > partition like this:
> >
> > Device Boot      Start         End      Blocks   Id  System
> > /dev/sda1               1           5       40131   83  Linux
> > /dev/sda2               6          68      506047+  82  Linux swap /
> Solaris
> > /dev/sda3              69       19457   155742142+  83  Linux
> >
> > If the preinstalled distro has a partition table like this, I won't be
> > able to make a separate partition for Gentoo.  If the preinstalled
> > distro has separate large partitions, I will be able to install Gentoo
> > on one of the partitions, but I won't ever be able to set up a
> > partition table like the above with one big root partition.
> >
> > Is that correct or do I have this all wrong?
> >
> > - Grant
> >
> >
> That is basically correct, you can't remove the root partition, while it
> is in use....
>
> What you could do though, depending on how big that boot partition is,
> is copy the live CD to the boot partition, set a boot option to boot
> that as the root, and then do your normal install in the main big
> partition.....
>
> I've never done, or tried this, but it should work....The minimal
> install cd is ~50MB I think....
>
> All that said, I'm an LVM guy myself, and like to have a few partitions
> about for different things depensding on the machines usage. :)
>
>


-- 
Hazen Valliant-Saunders
IT/IS Consultant
(613) 355-5977

--0016364d293377e198046f355d5d
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

So what&#39;s the question?<br><br><br>You can install gentoo from a live c=
d, in fact you could try to drop to single user mode and fire up a new kern=
el via the LiveCD, but alas that may be a bit precarious. <br><br>Next to t=
hat I&#39;d say format your file system and go from the LiveCD, why don&#39=
;t you ahve console access?<br>
<br>Simply use the current paritions hwever if this is a &quot;Dedicated&qu=
ot; system remember to format them before hand.<br><br>XFS, Ext3 and Reiser=
 are all good, I&#39;m partial to XFS myself but I&#39;d advise you to do s=
ome resarch. <br>
<br>HTH.<br><br><div class=3D"gmail_quote">On Tue, Jul 21, 2009 at 6:58 AM,=
 Nevynxxx <span dir=3D"ltr">&lt;<a href=3D"mailto:nevyn@anferny.me.uk">nevy=
n@anferny.me.uk</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" =
style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8=
ex; padding-left: 1ex;">
Grant wrote:<br>
&gt; I&#39;m getting ready for a remote Gentoo install. =A0I&#39;d like to =
avoid any<br>
&gt; sort of CD/USB/floppy usage. =A0I can select a variety of different<br=
>
&gt; distros to be preinstalled on the system. =A0Can I end up with the sam=
e<br>
&gt; Gentoo system installing from another distro as I can from a LiveCD?<b=
r>
&gt; I&#39;ve read over:<br>
&gt;<br>
&gt; <a href=3D"http://www.gentoo.org/doc/en/altinstall.xml#doc_chap5" targ=
et=3D"_blank">http://www.gentoo.org/doc/en/altinstall.xml#doc_chap5</a><br>
&gt;<br>
&gt; and it sounds like I may not be able to end up with one big root<br>
&gt; partition like this:<br>
&gt;<br>
&gt; Device Boot =A0 =A0 =A0Start =A0 =A0 =A0 =A0 End =A0 =A0 =A0Blocks =A0=
 Id =A0System<br>
&gt; /dev/sda1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1 =A0 =A0 =A0 =A0 =A0 5 =A0 =A0 =
=A0 40131 =A0 83 =A0Linux<br>
&gt; /dev/sda2 =A0 =A0 =A0 =A0 =A0 =A0 =A0 6 =A0 =A0 =A0 =A0 =A068 =A0 =A0 =
=A0506047+ =A082 =A0Linux swap / Solaris<br>
&gt; /dev/sda3 =A0 =A0 =A0 =A0 =A0 =A0 =A069 =A0 =A0 =A0 19457 =A0 15574214=
2+ =A083 =A0Linux<br>
&gt;<br>
&gt; If the preinstalled distro has a partition table like this, I won&#39;=
t be<br>
&gt; able to make a separate partition for Gentoo. =A0If the preinstalled<b=
r>
&gt; distro has separate large partitions, I will be able to install Gentoo=
<br>
&gt; on one of the partitions, but I won&#39;t ever be able to set up a<br>
&gt; partition table like the above with one big root partition.<br>
&gt;<br>
&gt; Is that correct or do I have this all wrong?<br>
&gt;<br>
&gt; - Grant<br>
&gt;<br>
&gt;<br>
That is basically correct, you can&#39;t remove the root partition, while i=
t<br>
is in use....<br>
<br>
What you could do though, depending on how big that boot partition is,<br>
is copy the live CD to the boot partition, set a boot option to boot<br>
that as the root, and then do your normal install in the main big<br>
partition.....<br>
<br>
I&#39;ve never done, or tried this, but it should work....The minimal<br>
install cd is ~50MB I think....<br>
<br>
All that said, I&#39;m an LVM guy myself, and like to have a few partitions=
<br>
about for different things depensding on the machines usage. :)<br>
<br>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Hazen Valliant-Saunders=
<br>IT/IS Consultant<br>(613) 355-5977<br>

--0016364d293377e198046f355d5d--