Page fault during 15.1 update

I'm in the process of upgrading from 15.0 to 15.1 and have just done a reboot after running

freebsd-update -r 15.1-RELEASE upgrade

and am greeted with

trap number = 12

panic: page fault

ThinkPad W520 16G RAM

What to do?
 
have just done a reboot after running
That didn't change anything. I suspect you did freebsd-update install, then rebooted.

Boot to single user mode, disable kld_list in rc.conf. Reboot and continue with the upgrade.

Your DRM driver is the one that's crashing the system, it was built for 15.0 and now gets loaded on a 15.1 kernel.
 
hm, I am having this on my 15.0 for quite some time, however, have always procrastinated research and root cause analysis.
Fatal trap 12: page fault while in kernel mode
cpuid = 2; apic id = 02
fault virtual address = 0xbe2e3f50
fault code = supervisor read data, page not present
instruction pointer = 0x20:0xbdbc3907
stack pointer = 0x28:0xfffffe0148b23c50
frame pointer = 0x28:0x1
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 0 (thread taskq)
rdi: fffffe0148b23d18 rsi: fffff801029b9cd0 rdx: 0000000000000000
rcx: 00000000bdbc5158 r8: 00000000bdbc53d8 r9: 0000000000000005
rax: 00000000be2e3e10 rbx: fffffe0148b23de8 rbp: 0000000000000001
r10: 0000000000000000 r11: 000000000000000b r12: fffff800015a6358
r13: 0000000000000000 r14: fffffe0148b23e20 r15: fffffe0148b23dc0
trap number = 12
EFI RT page fault
 
Back
Top