[Bug 290143] some files in /boot/ are stale after make installworld

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Oct 2025 19:33:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290143

Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|Unable to Reproduce         |---
             Status|Closed                      |Open
            Summary|the files /boot/loader*.efi |some files in /boot/ are
                   |are stale                   |stale after make
                   |                            |installworld

--- Comment #6 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
Something is still definitely wrong with updating the loader files on recent
stable/15 and main.

stable/15 updated recently in-place (only one update since Sep 9, no NFS shared
dirs)
# ll /boot/gpt*
-r--r--r--  1 root wheel  62219 Sep  9 18:29 /boot/gptboot
-r-xr-xr-x  1 root wheel 109568 Sep  9 18:29 /boot/gptboot.efi*
-r--r--r--  1 root wheel 177186 Sep  9 18:29 /boot/gptzfsboot

main, updated several times since 5 September:
% ll /boot/gpt*
-r--r--r--  1 root wheel  62219  5 wrz 14:04 /boot/gptboot
-r-xr-xr-x  1 root wheel 110080 15 wrz 19:27 /boot/gptboot.efi*
-r--r--r--  1 root wheel 177186  7 paź 09:55 /boot/gptzfsboot

Is META_MODE still supported correctly on recent head and stable/15 ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.