Page MenuHomeFreeBSD

14.0 relnotes: recommend updating EFI boot loader when booting UFS
ClosedPublic

Authored by karels on Nov 10 2023, 10:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 24, 9:04 PM
Unknown Object (File)
Sat, Jun 22, 9:58 PM
Unknown Object (File)
Sat, Jun 8, 12:03 AM
Unknown Object (File)
Apr 15 2024, 1:36 AM
Unknown Object (File)
Dec 28 2023, 4:14 PM
Unknown Object (File)
Dec 23 2023, 2:52 AM
Unknown Object (File)
Dec 20 2023, 3:07 AM
Unknown Object (File)
Nov 19 2023, 6:50 AM
Subscribers
None

Details

Summary

UFS root file systems do not have the same issues as ZFS for the
boot loader, but the boot loader should still be updated. Generalize
the section on updating the ESP. ZFS must be done before zpool update,
UFS should be done.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karels created this revision.
website/content/en/releases/14.0R/relnotes.adoc
70

I'd add "While not mandatory, " to the start of this sentence.

With zfs it won't boot at all if you've done a zpool upgrade. With both uFS and ZFS (unupgraded), you won't generally hit problems... but sometimes you will since you'll be running new lua scripts with the old loader and anything implemented in C won't be available...

This revision was not accepted when it landed; it landed in state Needs Review.Nov 13 2023, 4:30 PM
This revision was automatically updated to reflect the committed changes.