Solved FBSD13.1Beta2 Crashes

This is a custom build with choice make.conf and src.conf.

Luckily, I noticed that another boot environment was created. That seemed to successfully boot but not the default.
This bug has to do with the IX(gbe) network interfaces. Any clue?
FreeBSD13.1Beta2.png
 
Code:
# bectl list


BE                           Active Mountpoint Space Created


13.1-BETA2_2022-03-18_172154 N      /          3.94G 2022-03-18 07:21


default                      R      -          23.1G 2021-07-24 04:02
Thanks to the dev team for automagically creating the 13.1-BETA2_2022-03-18_172154 BE. How could the above be resolved? The non-default BE works well. I am thinking why would the BE work but not the default - same kernel & world. Would I have to build kernel & world again after disabling the ixgbe device in the custom kernel conf, activating and mounting the default BE?
 
I don't use gbe, but my kernel works fine.
uname -a
Code:
FreeBSD mail.ala 13.1-BETA2 FreeBSD 13.1-BETA2 #0 releng/13.1-n249998-874e27b5dd2: Fri Mar 18 18:27:10 CET 2022     root@mail.ala:/usr/obj/usr/src/amd64.amd64/sys/BSD_2022_03_18 amd64
 
I don't use gbe, but my kernel works fine.
uname -a
Code:
FreeBSD mail.ala 13.1-BETA2 FreeBSD 13.1-BETA2 #0 releng/13.1-n249998-874e27b5dd2: Fri Mar 18 18:27:10 CET 2022     root@mail.ala:/usr/obj/usr/src/amd64.amd64/sys/BSD_2022_03_18 amd64
Thanks Alain. I shall try rebuild it in the next days. Could you confirm that your installation added a new BE like the above?
 
It's been reinstalled and shall be tested soon again. Otherwise, I would yield to this warning from the devteam
Installing intel-ix-kmod-3.3.24...

THIS PACKAGE INSTALLS THE NEWER VERSION OF THE SOFTWARE WHICH CAN CAUSE SYSTEM

INSTABILITY WHILE USED. USE THE UPDATED VERSION ONLY IF YOU EXPERIENCE

PROBLEMS WITH THE DRIVER PRESENT IN THE KERNEL DISTRIBUTION
 
Back
Top