zpool get bootfs
root@OPNsense:~ # zpool get bootfsNAME PROPERTY VALUE SOURCEzroot bootfs zroot/ROOT/default local
bectl list
root@OPNsense:~ # bectl listBE Active Mountpoint Space Created20241026235540 - - 327M 2024-10-26 23:56default NR / 2.48G 2024-08-06 21:49
I am puzzled by that vfs.root.mountfrom variable either in /boot/loader.conf or /boot/loader.conf.local....You can try removing it, at the risk of rendering the system unbootable
The new kernel has some new Intel drivers in it. So if it really is the kernel (which you could try by locking the kernel to the 24.7.7 one), I would guess that your specific boot disk driver is no longer working.
is there any soloution for this? Or should i only boot with the old kernel?
# bectl create 24.7.6# opnsense-update -kr 24.7.8# opnsense-shell reboot
I would rather think drive was ~full with not enough room left to properly installed the kernel - which comes last in the process iirc.zpool list or df -hT may shed some light here...
root@OPNsense:~ # zpool listNAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOTzroot 456G 2.90G 453G - - 2% 0% 1.00x ONLINE -
root@OPNsense:~ # df -hTFilesystem Type Size Used Avail Capacity Mounted onzroot/ROOT/default zfs 441G 2.2G 439G 0% /devfs devfs 1.0K 0B 1.0K 0% /dev/dev/gpt/efiboot0 msdosfs 260M 1.3M 259M 1% /boot/efizroot/var/audit zfs 439G 96K 439G 0% /var/auditzroot/usr/src zfs 439G 96K 439G 0% /usr/srczroot/var/tmp zfs 439G 96K 439G 0% /var/tmpzroot/var/crash zfs 439G 96K 439G 0% /var/crashzroot zfs 439G 96K 439G 0% /zrootzroot/var/mail zfs 439G 112K 439G 0% /var/mailzroot/home zfs 439G 144K 439G 0% /homezroot/tmp zfs 439G 1.6M 439G 0% /tmpzroot/usr/ports zfs 439G 96K 439G 0% /usr/portszroot/var/log zfs 439G 355M 439G 0% /var/logdevfs devfs 1.0K 0B 1.0K 0% /var/dhcpd/devdevfs devfs 1.0K 0B 1.0K 0% /var/unbound/dev/usr/local/lib/python3.11 nullfs 441G 2.2G 439G 0% /var/unbound/usr/local/lib/python3.11/lib nullfs 441G 2.2G 439G 0% /var/unbound/lib
Code: [Select]# bectl create 24.7.6# opnsense-update -kr 24.7.8# opnsense-shell reboot