Re: kernel update broke -current
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <CANCZdfp6AT724tnzFKhRwXx26=Z8yC72Ak4_bH1_Hf0SMccDig@mail.gmail.com> |
On Sun, Sep 4, 2022 at 4:51 PM void <[email protected]> wrote: > On Sun, Sep 04, 2022 at 07:31:59PM +0000, void wrote: > > > >On Sun, 4 Sep 2022, at 19:07, Warner Losh wrote: > >> You need a newer boot loader... > > > >I was thinking - getting latest -current image, booting to it then > >copying the contents of /boot from the image onto the mounted zpool ... > > > >feasible? > > Seems only EFI/ needed replacing from a recent snapshot. I thought it might > be all of /boot but I was wrong. Thank you Mark! > Yes. You'll need to update EFI/BOOT on your ESP. The rest of /boot is updated when you do an installworld. Warner