I upgraded to 13.2-RELEASE via freebsd-update. After the shutdown -r now command I couldn't log in remotely to continue the final freebsd-update install of the upgrading procedure, I connected a monitor to the server I saw an error for ZFS running out of buffer space. (I was running 13.1p7) I followed the steps on this page (https://www.ronny-mueller.com/2022/03/09/howto-solve-freebsd-zfs-out-of-temporary-buffer-space/) to fix the bootloader code. In my case it's a dell server with disks mfisyspd0 mfisyspd1. Don't how if it is just me. I don't think I have touched the bootcode at anytime, at least not deliberately.
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.