Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2022 21:35:52 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        Yasuhiro Kimura <yasu@freebsd.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: Updating EFI boot loader results in boot hangup
Message-ID:  <CANCZdfqY2KjH%2BPBjB6KqOy0aTb5_yanOZMPZfr956HaOVZh--A@mail.gmail.com>
In-Reply-To: <20220816.120142.317069615425604393.yasu@FreeBSD.org>
References:  <20220813.015426.809710797578801280.yasu@FreeBSD.org> <20220814.063440.1883565953618972371.yasu@FreeBSD.org> <20220816.120142.317069615425604393.yasu@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000a4f89805e6537251
Content-Type: text/plain; charset="UTF-8"

On Mon, Aug 15, 2022, 9:04 PM Yasuhiro Kimura <yasu@freebsd.org> wrote:

> From: Yasuhiro Kimura <yasu@FreeBSD.org>
> Subject: Re: Updating EFI boot loader results in boot hangup
> Date: Sun, 14 Aug 2022 06:34:40 +0900 (JST)
>
> > From: Yasuhiro Kimura <yasu@FreeBSD.org>
> > Subject: Updating EFI boot loader results in boot hangup
> > Date: Sat, 13 Aug 2022 01:54:26 +0900 (JST)
> >
> >> I made regular update of my 14-CURRENT amd64 system from
> >> main-n257134-a69c0964625 to main-n257316-9d16275c65b. I also updated
> >> EFI boot loader (/boot/efi/efi/freebsd/loader.efi) but it results in
> >> boot hangup as following.
> >>
> >>
> https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64-20220813-boot-hangup.png
> >>
> >> If I restore previous loader file (that is, loader.efi of
> >> main-n257134-a69c0964625 and kernel of main-n257316-9d16275c65b), then
> >> system boots successfully.
> >
> > I submitted the problem to FreeBSD Bugzilla.
> >
> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265825
> >
> > Best Regards.
>
> d98de744050 is committed. So I tested it with following steps.
>
> 1. Check out the commit.
> 2. cd /usr/src/stand
> 3. make
> 4. make install
> 5. install -m 755 -p /boot/loader.efi /boot/efi/efi/freebsd
> 6. shutdown -r now
>
> And system boots successfully. But while efi loader is workding a lot
> of messages are displayed as following.
>
>
> https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64.20220816.efi-loader-message.png


Would you be able to share camcontrol devlist output? Privately if need be.
And have any of these disks ever held ufs filesystems??

Warner


> ---
> Yasuhiro Kimura
>
>

--000000000000a4f89805e6537251
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto"><div><br><br><div class=3D"gmail_quote"><div dir=3D"ltr" =
class=3D"gmail_attr">On Mon, Aug 15, 2022, 9:04 PM Yasuhiro Kimura &lt;<a h=
ref=3D"mailto:yasu@freebsd.org">yasu@freebsd.org</a>&gt; wrote:<br></div><b=
lockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px =
#ccc solid;padding-left:1ex">From: Yasuhiro Kimura &lt;yasu@FreeBSD.org&gt;=
<br>
Subject: Re: Updating EFI boot loader results in boot hangup<br>
Date: Sun, 14 Aug 2022 06:34:40 +0900 (JST)<br>
<br>
&gt; From: Yasuhiro Kimura &lt;yasu@FreeBSD.org&gt;<br>
&gt; Subject: Updating EFI boot loader results in boot hangup<br>
&gt; Date: Sat, 13 Aug 2022 01:54:26 +0900 (JST)<br>
&gt; <br>
&gt;&gt; I made regular update of my 14-CURRENT amd64 system from<br>
&gt;&gt; main-n257134-a69c0964625 to main-n257316-9d16275c65b. I also updat=
ed<br>
&gt;&gt; EFI boot loader (/boot/efi/efi/freebsd/loader.efi) but it results =
in<br>
&gt;&gt; boot hangup as following.<br>
&gt;&gt; <br>
&gt;&gt; <a href=3D"https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd=
64-20220813-boot-hangup.png" rel=3D"noreferrer noreferrer" target=3D"_blank=
">https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64-20220813-boot-h=
angup.png</a><br>
&gt;&gt; <br>
&gt;&gt; If I restore previous loader file (that is, loader.efi of<br>
&gt;&gt; main-n257134-a69c0964625 and kernel of main-n257316-9d16275c65b), =
then<br>
&gt;&gt; system boots successfully.<br>
&gt; <br>
&gt; I submitted the problem to FreeBSD Bugzilla.<br>
&gt; <br>
&gt; <a href=3D"https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265825"=
 rel=3D"noreferrer noreferrer" target=3D"_blank">https://bugs.freebsd.org/b=
ugzilla/show_bug.cgi?id=3D265825</a><br>
&gt; <br>
&gt; Best Regards.<br>
<br>
d98de744050 is committed. So I tested it with following steps.<br>
<br>
1. Check out the commit.<br>
2. cd /usr/src/stand<br>
3. make<br>
4. make install<br>
5. install -m 755 -p /boot/loader.efi /boot/efi/efi/freebsd<br>
6. shutdown -r now<br>
<br>
And system boots successfully. But while efi loader is workding a lot<br>
of messages are displayed as following.<br>
<br>
<a href=3D"https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64.202208=
16.efi-loader-message.png" rel=3D"noreferrer noreferrer" target=3D"_blank">=
https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64.20220816.efi-load=
er-message.png</a></blockquote></div></div><div dir=3D"auto"><br></div><div=
 dir=3D"auto">Would you be able to share camcontrol devlist output? Private=
ly if need be. And have any of these disks ever held ufs filesystems??</div=
><div dir=3D"auto"><br></div><div dir=3D"auto">Warner=C2=A0</div><div dir=
=3D"auto"><br></div><div dir=3D"auto"><div class=3D"gmail_quote"><blockquot=
e class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc sol=
id;padding-left:1ex"><br>
---<br>
Yasuhiro Kimura<br>
<br>
</blockquote></div></div></div>

--000000000000a4f89805e6537251--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfqY2KjH%2BPBjB6KqOy0aTb5_yanOZMPZfr956HaOVZh--A>