Kernel panic

On my Lenovo t480 I was trying to install desktop PKG's i3 and driver for intel but when I tried to reboot the SO it went in kernel panic even on single user.Having an image I was able to import the zpool,but looking to the messages there's nothing.I know that in dmesg there will be all the notifications, about that how can I resolve the kernel panic?how can I remove the pkges?or how can I debug that with dtrace or kdbg?
 
i3 and driver for intel but when I tried to reboot the SO it went in kernel panic even on single user.
If you followed the instructions the DRM kernel module was added to kld_list in rc.conf, and would not be loaded in single user mode. Unless you added that module yourself in /boot/loader.conf?
 
here i sent the pictures of the kernel panic,answering to SirDice 'i didn't load any module on /boot/loader.conf, how can i remove pkg on a rescue system?
 

Attachments

  • kernel.jpg
    kernel.jpg
    950.3 KB · Views: 207
#pkg autoremove xorg libva-intel-media-driver
maybe was the cause of the Kernel panic
No, I don't think the crash had anything to do with these. Definitely not if it crashed in single user mode.
 
Well, the crash has something to do with firmware, doing pkg autoremove probably removed a firmware package and thus indirectly solved the problem.
 
Back
Top