kernel panic 12.2

After upgrade my kernel (GENERIC) I've got kernel panic !;) then I tried to boot from live cd and chroot and renew all sources, even that procedure the problem is still unresolved.
 

Attachments

  • 2.jpg
    2.jpg
    51.5 KB · Views: 148
  • 1.jpg
    1.jpg
    44.4 KB · Views: 158
You should give more details: what was the version of your FreeBSD system before the upgrade? How did you do this upgrade?
 
make buildkernel ....
it was and is. FreeBSD12.2
vbox was loading by loader.conf and after removing that line, Kernel works properly, needed to recompile vbox from source ? our remove from kernel config ?or something else ?
 
Kernel works properly, needed to recompile vbox from source ?
Rebuild emulators/virtualbox-ose-kmod from ports. The problem at the moment is that the official packages are still being built for 12.1. For 99.9% of the packages this is not a problem. With kernel modules like those from Virtualbox loading a 12.1 kernel module on 12.2 will crash the machine.

Once 12.1 is EoL the packages will be built for 12.2. Until that time you'll have to build this particular kernel module from ports to make sure it's built for the right kernel version.
 
Back
Top