Hi there,
I am currently running an FreeBSD 11.1-RELEASE and preparing for upgrade (late, I know). The only thing I am worried about is a message "failed to read pad2 area of primary vdev" during the boot process when geli needs the decryption phrase.
I searched the forum here but only found cases where there were other problems leading to that message.
And the information from the FreeBSD Handbook, Encryption doesn't give a hint what the installer does in the background so I am a little stuck.
Some more background to the current situation
- 11.1 installation with ZFS mirror and geli was done with the FreeBSD installer - encryption with manual passphrase to enter, so no key-file
- During the installation the ZFS mirror drives were ada0 and ada1
- For production use two SSDs were added as ada0 and ada1, so now the ZFS mirror drives are ada2 and ada3 <-- maybe geli should have been informed about that?
- Message appeared after the move of the drives
- System works and boots fine, except showing this message at the decryption step during boot procedure
Question:
- Where is the information for
- How can I fix this error?
- Maybe the FreeBSD Handbook can include some hints what the installer does during the initialization of ZFS+geli encryption ;-)
I am currently running an FreeBSD 11.1-RELEASE and preparing for upgrade (late, I know). The only thing I am worried about is a message "failed to read pad2 area of primary vdev" during the boot process when geli needs the decryption phrase.
I searched the forum here but only found cases where there were other problems leading to that message.
And the information from the FreeBSD Handbook, Encryption doesn't give a hint what the installer does in the background so I am a little stuck.
Code:
$ zpool status
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada2p3.eli ONLINE 0 0 0
ada3p3.eli ONLINE 0 0 0
logs
mirror-1 ONLINE 0 0 0
gpt/ada0ZIL ONLINE 0 0 0
gpt/ada1ZIL ONLINE 0 0 0
cache
gpt/ada0Cache ONLINE 0 0 0
gpt/ada1Cache ONLINE 0 0 0
Some more background to the current situation
- 11.1 installation with ZFS mirror and geli was done with the FreeBSD installer - encryption with manual passphrase to enter, so no key-file
- During the installation the ZFS mirror drives were ada0 and ada1
- For production use two SSDs were added as ada0 and ada1, so now the ZFS mirror drives are ada2 and ada3 <-- maybe geli should have been informed about that?
- Message appeared after the move of the drives
- System works and boots fine, except showing this message at the decryption step during boot procedure
Question:
- Where is the information for
geli
stored, which drives to en-/decrypt?- How can I fix this error?
- Maybe the FreeBSD Handbook can include some hints what the installer does during the initialization of ZFS+geli encryption ;-)