diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-06-23 20:54:20 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-07-20 20:43:17 +0000 |
| commit | da836f07944d91dcd1ffd08d65a24890abff0b11 (patch) | |
| tree | 005753fb5c861ebe9df93a25b5adf85fbedc6b87 | |
| parent | 363d64c6f2f46467f7177f76bb4aa4188cf356cc (diff) | |
15.1: Indicate that machdep.bootmethod is x86-only
Reviewed by: ziaee
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57789
| -rw-r--r-- | website/content/en/releases/15.1R/upgrading.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/website/content/en/releases/15.1R/upgrading.adoc b/website/content/en/releases/15.1R/upgrading.adoc index 7fb10e9c9c..1378ccb159 100644 --- a/website/content/en/releases/15.1R/upgrading.adoc +++ b/website/content/en/releases/15.1R/upgrading.adoc @@ -105,7 +105,9 @@ freebsd-update install + . **Upgrade the Boot Loader** + -To determine which boot loader to update on your system, run the following command: +AArch64 (arm64) systems always use the UEFI boot loader. +On x86 systems (amd64 and i386), run the following command to determine +which boot loader to update: + [source,shell] ---- @@ -176,7 +178,9 @@ If they exist, compare them with the deployed version (e.g., `diff /etc/rc.conf + . **Upgrade the Boot Loader**: + -To determine which boot loader to update on your system, run the following command: +AArch64 (arm64) systems always use the UEFI boot loader. +On x86 systems (amd64 and i386), run the following command to determine +which boot loader to update: + [source,shell] ---- |
