I upgraded a spare host from FreeBSD-12.1 to FreeBSD-13.1p2. During this update I encountered a problem caused by /boot being a soft link to /bootpool/boot. By removing /boot and then adding it back via
What I have now is a system that boots and says it is 13.1-RELEASE-p2 but which has 0 contents in /boot. I cannot find the kernel nor any of the kernel modules using
My present concern is to discover how this happened. Once that is accomplished then I need to know how to correct this issue.
mkdir
I was able to complete the upgrade; or so I thought. I rebooted after the install, ran freebsd-update install
again and rebooted.What I have now is a system that boots and says it is 13.1-RELEASE-p2 but which has 0 contents in /boot. I cannot find the kernel nor any of the kernel modules using
find
. I am not really sure what to do at this point. I am not keen on reinstalling FreeBSD and wiping the entire zpool as this was/is a vm host and there are several vm's that, while not running, I do need to retrieve records from.My present concern is to discover how this happened. Once that is accomplished then I need to know how to correct this issue.