Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2023 12:25:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 264697] FreeBSD 13 AWS AMI can not use free tier because t2 instance cannot use UEFI boot
Message-ID:  <bug-264697-27103-lJRD4fmU6L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264697-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264697-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264697

Mina Gali=C4=87 <freebsd@igalic.co> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freebsd@igalic.co
             Status|Open                        |In Progress

--- Comment #4 from Mina Gali=C4=87 <freebsd@igalic.co> ---
copying the commit hook from the wrong bug here:

A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dbcf9147144f3499976a623f92712ecd0a=
ca71912

commit bcf9147144f3499976a623f92712ecd0aca71912
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-06-07 22:17:12 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-06-14 18:31:10 +0000

    EC2: Default to "uefi-preferred" boot mode

    In EC2, UEFI boots faster than BIOS, but not all amd64 instance types
    support UEFI.  AMIs need to have their boot mode designated, which
    created a dilemma: Faster boots, or wider compatibility?

    The recently added "uefi-preferred" option solves this: AMIs can be
    marked to use UEFI where it's available, but fall back to BIOS on
    instance types which do not support UEFI.

    This uses bsdec2-image-upload 1.4.6, which recently landed in the
    ports tree.

    PR:             265697
    Reviewed by:    delphij, imp
    MFC after:      1 week
    Sponsored by:   https://www.patreon.com/cperciva
    Differential Revision:  https://reviews.freebsd.org/D40470

 release/Makefile.ec2 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

maybe on MFC we can target the right bug ;)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264697-27103-lJRD4fmU6L>