Hi all,
after a clean TrueNAS 25.10.1 reinstall I’ve run into a reproducible crash related specifically to importing my apps pool. This is a completely fresh install. I have not yet restored my saved system configuration. So the panic occurs on a “clean” system.
The only actions so far were:
- Boot new 25.10.1 install
- Set correct time zone
- Import “vault” pool fom within GUI (6 × 8 TB HDD RAIDZ2) → went OK
- Attempt to import “apps” pool (2 × 1 TB NVMe mirror) → causes immediate reboot
This is what I tried so far:
root@truenas[~]# zpool import -F apps
causes immediate reboot
root@truenas[~]# zpool import -F -n apps
causes immediate reboot
root@truenas[~]# zpool import
pool: apps
id: <ID>
state: ONLINE
action: The pool can be imported using its name or numeric identifier
config:
apps ONLINE
mirror-0 ONLINE
<nvme-guid-1> ONLINE
<nvme-guid-2> ONLINE
root@truenas[~]# zpool import -o readonly=on -f apps
cannot mount '/apps': failed to create mountpoint: Read-only file system
Import was successful, but unable to mount some datasets
I can see the apps pool and all datasets within it in the GUI under datasets now. Permission field shows “dataset not mounted”.
root@truenas[~]# zpool status apps
pool: apps
state: ONLINE
scan: scrub repaired 0B in 00:12:39 with 0 errors on Sun Jan 18 03:12:43 2026
config:
NAME STATE READ WRITE CKSUM
apps ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
<nvme-guid-1> ONLINE 0 0 0
<nvme-guid-2> ONLINE 0 0 0
errors: No known data errors
root@truenas[~]# zfs list -r apps
NAME USED AVAIL REFER MOUNTPOINT
apps 758G 142G 96k /apps
apps/app-data 138G 142G 136k /apps/app-data
apps/app-data/filebrowser 656G 142G 116k /apps/app-data/filebrowser
...
it lists all my datasets as far as I can tell.
Given that:
- zpool import shows apps ONLINE,
- zpool import -o readonly=on -f apps works (with the mountpoint warning), and
- only a writable import (zpool import -F apps or GUI import) hard‑reboots the host,
What is going on? What would be the recommended next diagnostic step?
Any help is appreciated.
Related info:
I re-installed truenas because the system hit a panic when booting and was stuck in a boot loop. Well, I guess the panic happened while trying to import the apps pool. I was also on 25.10.1 before.