FreeBSD 15.1 kernel crashes on ThinkPad T470

Hello!

I just upgraded my T470 laptop from FreeBSD 15 patch level 10 to the brand new 15.1-RELEASE. I did:

freebsd-update upgrade -r 15.1-RELEASE
freebsd-update install
shutdown -r now
Waiting for the system to come up, I realized it is in a loop, kernel crashing on boot.

Attached is core text. Just guessing, but this crash may have something to do with the display driver.
I have the crash dump from /var/crash, but this forum does now allow uploading it gzipped.

Can anyone help? Thanks

EDIT: I can boot with the old kernel just fine, using "boot kernel.old". I did that and
commented out:

fbsd15:~ $ grep 915 /etc/rc.conf
#kld_list="i915kms"

After that, the new 15.1-RELEASE kernel boots.

EDIT 2: I was able to fix this crash by running:

pkg update
pkg upgrade
 

Attachments

Back
Top