How to recover the zpool encryption key after OS disk failure

@cutiejim you should be able to reply again! :+1:

Here are the new steps again, in the order to be issued:

mkdir /mnt/recovery

cd /mnt/recovery

zpool import -f -o readonly=on -R /mnt/oldboot -d /dev/sdg3 -N 2650431139805676226 oldboot

mount -t zfs -o ro oldboot/ROOT/25.04.1/data /mnt/oldboot/data
1 Like