Hi. I have enctypted the root partition, in the loader.conf is the lines like this:
in /etc/fstab /dev/da1.elia is the root and /dev/da1.elib is the swap. I'm booting from da0 and all seems OK, but when the system loads and it's asking me to "Enter passphrase:" after a few seconds I get the error 16 mounting the root partition and get the command line of the boot manager (so it doesn't give me a chance to enter the passphrase, how to solve this problem?)
And another question, if I don't use the -a key (data integrity verification) does that mean than somebody can change the data, don't decrypt the disk and i will not notice that?
Code:
geli_da1_keyfile0_load="YES"
geli_da1_keyfile0_type="da1:geli_keyfile0"
geli_da1_keyfile0_name="/boot/keys/da1.key0"
geli_da1_keyfile1_load="YES"
geli_da1_keyfile1_type="da1:geli_keyfile1"
geli_da1_keyfile1_name="/boot/keys/da1.key1"
geli_da1_keyfile2_load="YES"
geli_da1_keyfile2_type="da1:geli_keyfile2"
geli_da1_keyfile2_name="/boot/keys/da1.key2"
in /etc/fstab /dev/da1.elia is the root and /dev/da1.elib is the swap. I'm booting from da0 and all seems OK, but when the system loads and it's asking me to "Enter passphrase:" after a few seconds I get the error 16 mounting the root partition and get the command line of the boot manager (so it doesn't give me a chance to enter the passphrase, how to solve this problem?)
And another question, if I don't use the -a key (data integrity verification) does that mean than somebody can change the data, don't decrypt the disk and i will not notice that?