From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-164353-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 70428138CD0
	for <garchives@archives.gentoo.org>; Wed, 20 May 2015 13:29:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BFBD6E0994;
	Wed, 20 May 2015 13:29:44 +0000 (UTC)
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 844CCE0974
	for <gentoo-user@lists.gentoo.org>; Wed, 20 May 2015 13:29:43 +0000 (UTC)
Received: by wizk4 with SMTP id k4so155289978wiz.1
        for <gentoo-user@lists.gentoo.org>; Wed, 20 May 2015 06:29:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=from:reply-to:to:subject:date:user-agent:references:in-reply-to
         :mime-version:content-type:content-transfer-encoding:message-id;
        bh=8/gQzspFLf7zvMnLN+LsKXTexYjDeJqQfZIuBi0Q2mo=;
        b=eVkyy9hj4U4L5KsiW4DPPERBUQJFyO/bYG59ZW30UorVgfCvI3DjLXV5DPJoglkMsc
         z8EeIfJBz3M7tGiuVFQ/52dUCYjQFr+6ihGRfBgkpokcMrIaSPD9iPzlLcuqlblZ8Vc+
         jPcDk+kmrf5vrWysJBzk1fVjMGqvRWEXCL7w8HlwmTwVKHWxl6PTR0K/n2JjrpTUlNxb
         uvd+l37QO4WgEiIlWLXyFCl5ceFGl2uEBbyVn+SPeWglf6JC5P7iMXo7bY4x3k20SXJO
         aw3Wt/7zYxG7//kyzmaCWV45QFbfpA1wAVMEpVgZn6ky5ZVaHldKAlzBadwN9EDeNNs/
         frmA==
X-Received: by 10.180.85.161 with SMTP id i1mr5927891wiz.45.1432128582184;
        Wed, 20 May 2015 06:29:42 -0700 (PDT)
Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230])
        by mx.google.com with ESMTPSA id fw3sm3505946wic.13.2015.05.20.06.29.40
        for <gentoo-user@lists.gentoo.org>
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Wed, 20 May 2015 06:29:41 -0700 (PDT)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Tips for fresh install with GRUB2+RAID1+LVM2
Date: Wed, 20 May 2015 14:29:27 +0100
User-Agent: KMail/1.13.7 (Linux/3.18.12-gentoo; KDE/4.14.3; x86_64; ; )
References: <CADqA9uYkvDWYGfrHtBmR+wQuCx5-ffHO+tw0jtiMSnwdKmv7DQ@mail.gmail.com> <7640.1432124494@ccs.covici.com> <20150520135527.5307f92a@digimed.co.uk>
In-Reply-To: <20150520135527.5307f92a@digimed.co.uk>
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="nextPart2507336.EqX2SYynG8";
  protocol="application/pgp-signature";
  micalg=pgp-sha256
Content-Transfer-Encoding: 7bit
Message-Id: <201505201429.37167.michaelkintzios@gmail.com>
X-Archives-Salt: d067eaf9-f70e-4644-83d5-f8070624ef21
X-Archives-Hash: 56f84c53a18c2f9e566ade0c3199f7f4

--nextPart2507336.EqX2SYynG8
Content-Type: Text/Plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable

On Wednesday 20 May 2015 13:55:27 Neil Bothwick wrote:
> On Wed, 20 May 2015 08:21:34 -0400, covici@ccs.covici.com wrote:
> > > If you want to be able to use UEFI, you need to use GPT. UEFI needs a
> > > FAT partition at the start of the drive, type FE00, but booting a GPT
> > > disk with MBR requires a small BIOS boot partition, type EF02, at the
> > > start of the drive (mine is 1MB).
> > >=20
> > > For ease of switching to UEFI later, I'd do
> > >=20
> > > sda1 1MB BIOS boot, type EF00
> > > sda2 /boot, type 8300
> > > everything else.
> > >=20
> > > You can make sda2 ext2, then, when it is time to switch, simply backup
> > > the contents of /boot, replace sda1 and sda2 with a single EF00
> > > partition, formatted with FAT, and copy the contents of /boot back.
> >=20
> > Thanks, does the 1mb partition have to have anything in it?
>=20
> No. If doesn't even need a filesystem, just create the partition with the
> correct type and GRUB will work.

=46rom what I recall gdisk just starts at sector 2048, doesn't this leave s=
pace=20
for MBR code?  Note the message "MBR: protective" below:

# gdisk /dev/sda
GPT fdisk (gdisk) version 0.8.10

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

=46ound valid GPT with protective MBR; using GPT.

Command (? for help): p
Disk /dev/sda: 468862128 sectors, 223.6 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): E682BFC8-0C85-459B-BA14-87F4E68CD711
Partition table holds up to 128 entries
=46irst usable sector is 34, last usable sector is 468862094
Partitions will be aligned on 2048-sector boundaries
Total free space is 27368557 sectors (13.1 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048         1093631   533.0 MiB   EF00  ESP
   2         1093632        43036671   20.0 GiB    8300  root
   3        43036672       441495551   190.0 GiB   8300  home

=2D-=20
Regards,
Mick

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJVXIxBAAoJELAdA+zwE4Ye1ccIAM2xE4TSm5JF1RXO+ZaPKJNU
xwLgIgwxjA+96pykJ/Zy1wB/omU5thhnJMEfRB6W8kc7AWm4nCFZrBwhI8HTnhj2
sl1+6V2IB0RSVjACU5tGJngv+0acGi2ZxzMmj6ZcWviX2ya2fVetbhHEk1dmpyaV
r+EgM7kQwWFFNJUmXlIsHrW5dGRC4uKgecBDK3Jo+fFHOORTDE24Sv7TYrXxrFbL
/4g4FXW7wZgTAOIip922CYZ8NEgiVQNLT8EdAlnEJqbQ3W1ju/noMdaH446/Yjau
3m/u0yi6qzCAwcpxgYGSyzq+P9SyJLXNYg6ljVufb7r2bmk60WVr042629BwHkM=
=A7/l
-----END PGP SIGNATURE-----

--nextPart2507336.EqX2SYynG8--