| Summary: | Bootloader Corrupted after upgrade to 13.2-RELEASE | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Javier Sturman <sturmanj> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | doc |
| Priority: | --- | Keywords: | needs-qa |
| Version: | 13.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255318 | ||
|
Description
Javier Sturman
2023-04-19 17:45:56 UTC
I think freebsd-update creates a snapshot before the first install. Is there any information there I could provide so to identify if there was any problem? (In reply to Javier Sturman from comment #0) > … I followed the steps on this page > (https://www.ronny-mueller.com/2022/03/09/howto-solve-freebsd-zfs-out-of-temporary-buffer-space/) … Is there an EFI system partition (ESP) in your case? From <https://www.freebsd.org/releases/13.0R/relnotes/#boot>, with added emphasis: >> … To update old ESP partitions, users should _stop_ using the >> gpart(8) utility. … Yes.
[freebsd:~ $]> gpart show
=> 40 3907029088 da0 GPT (1.8T)
40 409600 1 efi (200M)
409640 1024 2 freebsd-boot (512K)
410664 984 - free - (492K)
411648 16777216 3 freebsd-swap (8.0G)
17188864 3889840128 4 freebsd-zfs (1.8T)
3907028992 136 - free - (68K)
=> 40 3907029088 da1 GPT (1.8T)
40 409600 1 efi (200M)
409640 1024 2 freebsd-boot (512K)
410664 984 - free - (492K)
411648 16777216 3 freebsd-swap (8.0G)
17188864 3889840128 4 freebsd-zfs (1.8T)
3907028992 136 - free - (68K)
I will read this: https://forums.freebsd.org/threads/update-of-the-bootcodes-for-a-gpt-scheme.80163/ This bug can be closed. |