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-132063-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RXf7H-0002yw-Hd
	for garchives@archives.gentoo.org; Mon, 05 Dec 2011 20:26:23 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A609521C0C7;
	Mon,  5 Dec 2011 20:26:09 +0000 (UTC)
Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 8EFED21C0CB
	for <gentoo-user@lists.gentoo.org>; Mon,  5 Dec 2011 20:23:53 +0000 (UTC)
Received: by eaal13 with SMTP id l13so926156eaa.40
        for <gentoo-user@lists.gentoo.org>; Mon, 05 Dec 2011 12:23:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:from:date:message-id:subject:to:content-type;
        bh=MvXhhzUjKWlw8jHi9JhDsh8lMZ7EwQM4ye9h8KMnR1A=;
        b=B3OtiZE7jQ43dtsk9kCcjoXNRHN4zwSRRFO3il3eKMTJiALF76R4HLmfJBwbVmdBWn
         iDbkRAY2fTunlaqR4WjV7J4dU8ARkEblUY/6MWgqmYgMPhz/SxzcRpSNsHMvUV+Liqkv
         Q8N369/i+92zdsYLGoL3vvkOfUbxlL/XEmls8=
Received: by 10.216.24.2 with SMTP id w2mr2408484wew.30.1323116632223; Mon, 05
 Dec 2011 12:23:52 -0800 (PST)
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.237.210 with HTTP; Mon, 5 Dec 2011 12:23:28 -0800 (PST)
From: "Alan E. Davis" <lngndvs@gmail.com>
Date: Mon, 5 Dec 2011 12:23:28 -0800
Message-ID: <CAF-1L2QFbskHfTpva1A1aKFdtGTXiL+saRwmW918xpb6DSutGQ@mail.gmail.com>
Subject: [gentoo-user] Installing Gentoo: Grub, alternate GNU/Linux system on another partition
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=0016e642db94dc2f4d04b35e1842
X-Archives-Salt: cff8f733-c1c5-49ce-8a32-67b72f433e31
X-Archives-Hash: 5d7c07d945594ff4e0d143f3f5f32c59

--0016e642db94dc2f4d04b35e1842
Content-Type: text/plain; charset=ISO-8859-1

I'm giving Gentoo another try, having been using Ubuntu for quite a while,
and more recently Mint.  I would like to be able to access Mint until the
Gentoo system is working as I'd like it.

I have gotten through the install, for the most part, up to grub.  I can
see how to edit the grub.conf file for my Gentoo partition.  However, it
isn't clear to me from the examples how to write a grub.conf entry for
Mint's root (/) partition, on /dev/sda8. I am asking for advice on writing
the grub.conf file.

 Here are the various partitions involved:

    Gentoo:
       /boot      /dev/sda1
       /            /dev/sda2

   Mint    (/boot is not separate)
       /           /dev/sda8

The Mint kernel is using an initramfs, while I have manually configured the
kernel on Gentoo, at least for now.

Grub 2 is not transparent to me.  The kernel is:

    /boot/vmlinuz-3.0.0-13-generic

the initrd-img file is:

   /boot/initrd.img-3.0.0-13-generic

My grub.conf file for gentoo would look like this:

###########
default 0
timeout 30
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz


title Gentoo Original
root (hd0,0)
kernel /boot/kernel-3.0.6-gentoo-r1 root=/dev/sda2
###########


I have a few other questions of a more or less minor nature.  Perhaps
better to ask them separately.

Alan Davis

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

I&#39;m giving Gentoo another try, having been using Ubuntu for quite a whi=
le, and more recently Mint.=A0 I would like to be able to access Mint until=
 the Gentoo system is working as I&#39;d like it.=A0 <br><br>I have gotten =
through the install, for the most part, up to grub.=A0 I can see how to edi=
t the grub.conf file for my Gentoo partition.=A0 However, it isn&#39;t clea=
r to me from the examples how to write a grub.conf entry for Mint&#39;s roo=
t (/) partition, on /dev/sda8. I am asking for advice on writing the grub.c=
onf file.<br>

<br>=A0Here are the various partitions involved:<br><br>=A0=A0=A0 Gentoo:=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <br>=A0=A0=A0=A0=A0=A0 /boot=A0=A0=A0=A0=A0 =
/dev/sda1<br>=A0=A0=A0=A0=A0=A0 /=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 /dev/sda=
2<br><br>=A0=A0 Mint=A0=A0=A0 (/boot is not separate)<br>=A0=A0=A0=A0=A0=A0=
 /=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 /dev/sda8<br><br>

The Mint kernel is using an initramfs, while I have manually configured the=
 kernel on Gentoo, at least for now.<br><br>Grub 2 is not transparent to me=
.=A0 The kernel is:<br><br>=A0=A0=A0 /boot/vmlinuz-3.0.0-13-generic<br><br>=
the initrd-img file is:<br>

<br>=A0=A0 /boot/initrd.img-3.0.0-13-generic<br><br>My grub.conf file for g=
entoo would look like this:<br><br>###########<br>default 0<br>timeout 30<b=
r>#splashimage=3D(hd0,0)/boot/grub/splash.xpm.gz<br><br><br>title Gentoo Or=
iginal<br>

root (hd0,0)<br>kernel /boot/kernel-3.0.6-gentoo-r1 root=3D/dev/sda2<br>###=
########<br><br><br>I have a few other questions of a more or less minor na=
ture.=A0 Perhaps better to ask them separately.<br><br>Alan Davis<br>=A0=A0=
=A0=A0 <br>


--0016e642db94dc2f4d04b35e1842--