@HoneyBadger I have cleared the device with these commands:
zpool labelclear -f /dev/sdh || true
zpool labelclear -f /dev/sdh1 || true
zpool labelclear -f /dev/sdh2 || true
zpool labelclear -f /dev/sdh3 || true
sgdisk --zap-all /dev/sdh
wipefs -a /dev/sdh
zpool labelclear only did something on sdh and sdh3.
Then I installed 25.10.1 from the iso.
Here are the first 40 lines. I think you found the problem:
root@truenas-installer:~# zdb -ul /dev/sdh3 | head -40
------------------------------------
LABEL 0
------------------------------------
version: 5000
name: 'boot-pool'
state: 0
txg: 366
pool_guid: 14651499613250692636
errata: 0
compatibility: 'grub2'
hostname: '(none)'
top_guid: 8221514309517628231
guid: 8221514309517628231
vdev_children: 1
vdev_tree:
type: 'disk'
id: 0
guid: 8221514309517628231
path: '/dev/sde3'
whole_disk: 0
metaslab_array: 256
metaslab_shift: 32
ashift: 12
asize: 499563102208
is_log: 0
create_txg: 4
features_for_read:
com.delphix:hole_birth
com.delphix:embedded_data
labels = 0 1 2 3
Uberblock[0]
<etc...>
root@truenas-installer:~# zdb -ul /dev/sdh | head -40
failed to unpack label 0
failed to unpack label 1
------------------------------------
LABEL 2 (Bad label cksum)
------------------------------------
version: 5000
name: 'boot-pool'
state: 0
txg: 366
pool_guid: 14651499613250692636
errata: 0
compatibility: 'grub2'
hostname: '(none)'
top_guid: 8221514309517628231
guid: 8221514309517628231
vdev_children: 1
vdev_tree:
type: 'disk'
id: 0
guid: 8221514309517628231
path: '/dev/sde3'
whole_disk: 0
metaslab_array: 256
metaslab_shift: 32
ashift: 12
asize: 499563102208
is_log: 0
create_txg: 4
features_for_read:
com.delphix:hole_birth
com.delphix:embedded_data
labels = 2 3
Uberblock[0]
<etc...>