[Bug 290514] Kernel Panic on Boot after freebsd-update to 15.0-BETA3
Date: Fri, 31 Oct 2025 17:18:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290514
--- Comment #3 from Hodong <hodong@nimfsoft.art> ---
(In reply to Mark Johnston from comment #2)
I deleted all drm-kmod and related packages installed in 14.3 using the pkg
remove drm-kmod, pkg autoremove commands, and then installed pkg install
drm-kmod.
---
root@:/home/hodong # pkg info | grep drm-kmod
drm-kmod-20250428 Direct Rendering Manager GPU drivers metaport
gpu-firmware-kmod-20241114,1 Firmware modules for the drm-kmod drivers
root@:/home/hodong # cat /etc/pkg/FreeBSD.conf
#
# To disable a repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD-ports: { enabled: no }" >
/usr/local/etc/pkg/repos/FreeBSD.conf
# echo "FreeBSD-ports-kmods: { enabled: no }" >>
/usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD-ports: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
#url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
FreeBSD-ports-kmods: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
#url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
--
You are receiving this mail because:
You are the assignee for the bug.