https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028
--- Comment #328 from George Mitchell <geo...@m5p.com> --- After making this change to my kernel config file: --- /usr/src/sys/amd64/conf/M5P 2024-07-03 16:25:05.287604000 -0400 +++ /usr/src/sys/amd64/conf/M5P_KDB 2024-12-27 17:56:19.558046000 -0500 @@ -93,6 +93,7 @@ # Debugging support. Always need this: options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. +options DDB # Kernel Sanitizers #options COVERAGE # Generic kernel coverage. Used by KCOV I get a kernel which panics immediately after the beastie boot menu as seen in the image IMG_20241227_185530336_HDR.jpg, in the usual place on my system. At this point, the system does not respond to my keyboard (USB) other than CTL-ALT_DEL. This is probably due to my unfamiliarity with DDB and KDB (it's the first time I've ever had to deal with them, though I'm very familiar with gdb outside the realm of kernel debugging). Is it expected that I would get a "db> " prompt immediately after booting? My next work on this is likely to be tomorrow. -- You are receiving this mail because: You are the assignee for the bug.