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)
Thu, Apr 17, 8:04 AM
Unknown Object (File)
Feb 16 2025, 3:12 AM
Unknown Object (File)
Feb 16 2025, 2:30 AM
Unknown Object (File)
Feb 15 2025, 1:47 AM
Unknown Object (File)
Jan 27 2025, 4:38 PM
Unknown Object (File)
Jan 25 2025, 10:04 AM
Unknown Object (File)
Jan 18 2025, 9:25 PM
Unknown Object (File)
Jan 17 2025, 1:12 PM
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.