[Bug 256439] kernel panic on FreeBSD 13.0-RELEASE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 256439] kernel panic"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Jun 2021 16:18:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256439
--- Comment #15 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to crypt47 from comment #13)
On one host you'd run
$ <check out FreeBSD sources, use the releng/13.0 branch>
$ <edit sys/amd64/conf/GENERIC to enable INVARIANTS>
$ make buildkernel
$ tmpdir=$(mktemp -d)
# make installkernel DESTDIR=$tmpdir
Then copy over the ${tmpdir}/boot/kernel and
${tmpdir}/usr/lib/debug/boot/kernel directories to the affected host.
Beforehand, rename the existing ones to /boot/kernel.old and
/usr/lib/debug/boot/kernel.old. This way you can still select the old kernel
from the loader.
There's no need to update userspace, just the kernel.
--
You are receiving this mail because:
You are the assignee for the bug.