Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2025 12:36:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 290143] the files /boot/loader*.efi are stale
Message-ID:  <bug-290143-227-6N4mk5EbLV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290143-227@https.bugs.freebsd.org/bugzilla/>

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

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290143

Tomoaki AOKI <junchoon@dec.sakura.ne.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |junchoon@dec.sakura.ne.jp

--- Comment #3 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
This is as intended. Not a bug.

bootcodes and loaders are NOT built on buildkernel, but buildworld.
And also, NOT installed on installkernel, but installworld.

So try buildworld and installworld. It should work.

If you don't want buildworld and installworld, you can
  cd /usr/src/stand
  make && make install
to update loaders.

Once you can confirm it, this PR can be closed.


A bit offtopic, but in ancient days, bootcodes and loaders were placed under
/usr/src/sys/boot, but not built on buildkernel, which was insane.
So /usr/src/sys/boot was moved to outside of /usr/src/sys, /usr/src/stand at
Nov.2017.

 
https://cgit.freebsd.org/src/commit/stand?id=ca987d4641cdcd7f27e153db17c5bf064934faf5

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290143-227-6N4mk5EbLV>