git: a8880997e0 - main - 14.0 relnotes: fix second instance of BIOS/GPT bootcode requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Nov 2023 22:17:30 UTC
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/doc/commit/?id=a8880997e081f885cd44915dd14cae04192be4f2 commit a8880997e081f885cd44915dd14cae04192be4f2 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2023-11-29 22:12:34 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2023-11-29 22:17:25 +0000 14.0 relnotes: fix second instance of BIOS/GPT bootcode requirement In the review for the last change, the space requirement for BIOS/GPT was changed from 256K to 180K. Change a second instance to correspond. --- website/content/en/releases/14.0R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc index 2c2e98f487..dc10c0f734 100644 --- a/website/content/en/releases/14.0R/relnotes.adoc +++ b/website/content/en/releases/14.0R/relnotes.adoc @@ -101,7 +101,7 @@ If updating with a UFS root, the bootcode can be updated by running the command Note that the `freebsd-boot` partition size is running up against a hard limit, and this scheme may not be supportable in the future. Users of such systems should consider an upgrade to EFI, possibly by carving space from an existing swap partition. -If the systems boots via BIOS and uses the MBR partition scheme, or has a GPT `freebsd-boot` partition smaller than 256K, then it is not possible to update the bootcode, and therefore to upgrade the root ZFS storage pool. +If the systems boots via BIOS and uses the MBR partition scheme, or has a GPT `freebsd-boot` partition smaller than 180K, then it is not possible to update the bootcode, and therefore to upgrade the root ZFS storage pool. [IMPORTANT] ====