I have a system that was at 13.2 and am attempting to upgrade it to 13.3. I first did:
and then rebooted to get from 13.2-RELEASE-p2 to 13.2-RELEASE-p10. Then I did:
It asked me to reboot to finish the installation, as expected. When I did, I got a kernel panic during startup:
(Since it was on the console, I transcribed the highlights. I can take a photo of the whole thing if it would help.)
Any ideas on what I can try? I'm relatively new to FreeBSD. I'm able to boot the system if I tell the boot loader to use kernel.old.
If I attempt to upgrade to 14.0 at this point, will it overwrite kernel.old the only working kernel on this system?
This is my main desktop system, and it was very stable with 13.2 (and earlier) kernels. I was able to update an old laptop to 13.3 (and then 14.0) with no problems.
freebsd-update fetch
freebsd-update install
and then rebooted to get from 13.2-RELEASE-p2 to 13.2-RELEASE-p10. Then I did:
freebsd-update upgrade -r 13.3
freebsd-update install
It asked me to reboot to finish the installation, as expected. When I did, I got a kernel panic during startup:
Code:
<6>[drm] amdgpu kernel modesetting enabled
Fatal trap 12: Page fault while in kernel mode
...
fault code = supervisor read instruction, page not present
...
freebsd-version -ruk
currently reports:
Code:
13.3-RELEASE
13.2-RELEASE-p10
13.2-RELEASE-p10
Any ideas on what I can try? I'm relatively new to FreeBSD. I'm able to boot the system if I tell the boot loader to use kernel.old.
If I attempt to upgrade to 14.0 at this point, will it overwrite kernel.old the only working kernel on this system?
This is my main desktop system, and it was very stable with 13.2 (and earlier) kernels. I was able to update an old laptop to 13.3 (and then 14.0) with no problems.