Some months ago, I had some problems when upgrading to FreeBSD 11.2
https://forums.FreeBSD.org/threads/cannot-make-buildworld-after-failed-upgrade-to-11-2.67177/
After using some of the nice advices, I ended up with a usable system, even though some inconsistencies were obvious.
I did
I know I missed something. I cannot boot from the new kernel. Therefore, I get the following output:
How do I activate the new kernel?
Thanks in advance,
Jon Theil Nielsen
https://forums.FreeBSD.org/threads/cannot-make-buildworld-after-failed-upgrade-to-11-2.67177/
After using some of the nice advices, I ended up with a usable system, even though some inconsistencies were obvious.
I did
wget ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/11.2-RELEASE/kernel.txz
tar -xz -C / -f kernel.txz
I know I missed something. I cannot boot from the new kernel. Therefore, I get the following output:
freebsd-version -kru
Code:
11.2-RELEASE
11.0-RELEASE-p8
11.2-RELEASE-p2
uname -a
Code:
FreeBSD servername 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 #0: Wed Feb 22 06:12:04 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
How do I activate the new kernel?
Thanks in advance,
Jon Theil Nielsen
Last edited by a moderator: