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-132069-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RXhu9-000795-Ph
	for garchives@archives.gentoo.org; Mon, 05 Dec 2011 23:25:02 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3D12021C116;
	Mon,  5 Dec 2011 23:24:37 +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 232F621C10F
	for <gentoo-user@lists.gentoo.org>; Mon,  5 Dec 2011 23:23:02 +0000 (UTC)
Received: by mail-ey0-f181.google.com with SMTP id l13so1077269eaa.40
        for <gentoo-user@lists.gentoo.org>; Mon, 05 Dec 2011 15:23:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=from:reply-to:to:subject:date:user-agent:references:in-reply-to
         :mime-version:content-type:content-transfer-encoding:message-id;
        bh=4lSLIC4Ol2Bz1MPbZcUWsmAaZaO2TmxsncD/pSDz1yQ=;
        b=V9m5aeHUSDEs+wmvRr95cbMMfzYbvLOPneFRLN+FhJB7tZDJ4CBbIjBjFD77jDxfHE
         nJroRjCb9tCfGtotkQlxTcPJNeKd20q/o4hLIHi181/6Y8ig00M1IxknnuY9HcLvaOWX
         PwIxY+ThvuIi9tFKz+UfzzB7iGLbiGPEyz9Gc=
Received: by 10.213.13.71 with SMTP id b7mr1583770eba.88.1323127382651;
        Mon, 05 Dec 2011 15:23:02 -0800 (PST)
Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230])
        by mx.google.com with ESMTPS id a60sm64362751eeb.4.2011.12.05.15.23.00
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 05 Dec 2011 15:23:01 -0800 (PST)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Installing Gentoo: Grub, alternate GNU/Linux system on another partition
Date: Mon, 5 Dec 2011 23:23:41 +0000
User-Agent: KMail/1.13.7 (Linux/3.0.6-gentoo; KDE/4.6.5; x86_64; ; )
References: <CAF-1L2QFbskHfTpva1A1aKFdtGTXiL+saRwmW918xpb6DSutGQ@mail.gmail.com> <CA+czFiBGv27OvTE3K5SOz_++w2Jvz4a-nD2Ci7aX7L+CX4-t4g@mail.gmail.com> <jbjeqj$hlo$1@dough.gmane.org>
In-Reply-To: <jbjeqj$hlo$1@dough.gmane.org>
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
Content-Type: multipart/signed;
  boundary="nextPart1357395.86IBqfHDny";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <201112052324.00902.michaelkintzios@gmail.com>
X-Archives-Salt: 3c504c5c-b033-4a2a-adcb-8f211004f9d7
X-Archives-Hash: e42960bf38e8eb26d047bd8f1f291c11

--nextPart1357395.86IBqfHDny
Content-Type: Text/Plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable

On Monday 05 Dec 2011 21:58:44 Grant Edwards wrote:
> On 2011-12-05, Michael Mol <mikemol@gmail.com> wrote:
> >> You can only have one primary bootloader, either grub from Gentoo or
> >> grub2 from Mint, it cannot be both. But it looks like that's what you
> >> do have. Seeing as you intend to drop Mint eventually, you must
> >> uninstall grub2 and all it's files from Mint.
> >=20
> > Not *exactly* true.
>=20
> It is for the usual definition of "primary bootloader" as the one that
> is loaded and run by the BIOS.
>=20
> > Grub can chainload any bootloader that's visible to BIOS. At minimum,
> > that means you could have grub on /dev/sda
>=20
> (primary bootloader)
>=20
> > chainload grub on /dev/sdb
>=20
> (secondary bootloader).
>=20
> > I'm uncertain if it means you could chainload a bootloader stored in
> > the first 512 bytes of /dev/sda8, but I suspect so.
>=20
> You're right, you can.  Though to get grub2 to install on a partition
> like /dev/sda8 instead of in the MBR you have to use the --force
> option or you'll get some incomprehensable error message when you try
> to do the 'setup' command.

Last time I installed Ubuntu on a machine that had a different primary=20
OS/bootloader I chose for it to be installed on the Ubuntu partition and th=
ere=20
was not problem with it.  It was GRUB2

Then I chainloaded it from the primary bootloader.

The OS can do the same, but this means that he can either:

a) Install Gentoo's GRUB to the MBR and chainload from Gentoo's grub.conf=20
Mint's /dev/sda8 boot loader (assuming that he has installed the Mint=20
bootloader to /dev/sda8 instead of the MBR);  or

b) Install Gentoo's GRUB in Gentoo's partition, or some other partition (e.=
g.=20
a boot partition specific to Gentoo) and chainload this from Mint's GRUB2.

=2D-=20
Regards,
Mick

--nextPart1357395.86IBqfHDny
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iEYEABECAAYFAk7dUpAACgkQVTDTR3kpaLZOFwCg8ZEbPx383x0iqJ8IGWcEJpVZ
tx4AoJ1IgzThQU37uIVCjLvDWJ0Ld2II
=t30V
-----END PGP SIGNATURE-----

--nextPart1357395.86IBqfHDny--