Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2016 20:00:16 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Antony Uspensky <uspensky@x-art.ru>
Cc:        Eric van Gyzen <vangyzen@FreeBSD.org>, =?utf-8?Q?Fernando_Herrero_Carr=C3=B3n?= <elferdo@gmail.com>, freebsd-stable <freebsd-stable@freebsd.org>, Slawa Olhovchenkov <slw@zxy.spb.ru>
Subject:   Re: Upgrading boot from GPT(BIOS) to GPT(UEFI)
Message-ID:  <85F3F813-D821-439B-B700-DCE51C53E035@FreeBSD.org>
In-Reply-To: <alpine.BSF.2.00.1612162047120.13320@gw-old.x-art.ru>
References:  <CAMwkeZznenmN1RkUaKZ7i12F0FA185ZH%2BcHPXUp56S8j3SrubQ@mail.gmail.com> <20161216173930.GD90401@zxy.spb.ru> <b9ede396-2a86-8319-2f40-fe1c40cc6483@FreeBSD.org> <alpine.BSF.2.00.1612162047120.13320@gw-old.x-art.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_EAA0DB25-C410-4B79-B169-BE326F269818
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On 16 Dec 2016, at 18:53, Antony Uspensky <uspensky@x-art.ru> wrote:
>=20
> On Fri, 16 Dec 2016, Eric van Gyzen wrote:
>> On 12/16/2016 11:39, Slawa Olhovchenkov wrote:
>>> On Fri, Dec 16, 2016 at 06:08:34PM +0100, Fernando Herrero Carr?n =
wrote:
>>>> Hi everyone,
>>>>=20
>>>> A few months ago I got myself a new box and I have been happily =
running
>>>> FreeBSD on it ever since. I noticed that the boot was not as fast =
as I had
>>>> expected and I've realized that, while my disk is GPT partitioned, =
the boot
>>>> process is still BIOS based:
>>>>=20
>>>> % gpart show
>>>> =3D>       34  976773101  ada0  GPT  (466G)
>>>>         34          6        - free -  (3.0K)
>>>>         40       1024     1  freebsd-boot  (512K)
>>>>       1064        984        - free -  (492K)
>>>>       2048   67108864     2  freebsd-swap  (32G)
>>>>   67110912  909662208     3  freebsd-zfs  (434G)
>>>>  976773120         15        - free -  (7.5K)
...
> I would shrink ada0p1 down to 128K (size of gptzfsboot =3D 88K now) =
and place efi partition (~800K) on free space between new p1 and p2. No =
need to touch swap partition.

Yes, this is almost exactly what I have done on a machine that was
originally installed with gptzfsboot on the first partition, which was
512K.  Since all the partitions on this SSD were aligned to 1M, I
reduced the size of the first partition to 224K, freeing up a hole of
exactly 800K for an EFI partition:

=3D>       40  976773088  ada0  GPT  (466G)
         40       2008        - free -  (1.0M)
       2048        448     1  freebsd-boot  (224K)
       2496       1600     4  efi  (800K)
       4096   33554432     2  freebsd-swap  (16G)
   33558528  943214592     3  freebsd-zfs  (450G)
  976773120          8        - free -  (4.0K)

Then I wrote the preformatted boot1.efifat image to it, using: gpart
bootcode -p /boot/boot1.efifat -i 4 ada0.  You can also use dd of
course, but I prefer using gpart for these kinds of manipulations.

This way, you can choose between booting in old school BIOS mode, or
UEFI mode.  If the UEFI mode works flawlessly, you can always decide
later to dump the freebsd-boot partition, and use only an EFI partition.

-Dimitry

P.S.: The only thing that triggers my OCD here is that the EFI partition
has index 4, but is physically the second.  But I can live with that,
until I finally delete the freebsd-boot partition. :)


--Apple-Mail=_EAA0DB25-C410-4B79-B169-BE326F269818
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.30

iEYEARECAAYFAlhUOcoACgkQsF6jCi4glqNQFwCguhWa+Wf6DJQZaQmhVZsd//wY
JJIAn0ZK+50vRfq6oQ1HjCxhRIMADvPu
=7O/C
-----END PGP SIGNATURE-----

--Apple-Mail=_EAA0DB25-C410-4B79-B169-BE326F269818--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85F3F813-D821-439B-B700-DCE51C53E035>