Hello,
I have multiple internal drives that are encrypted with geli(8) via a password only. I am running 10.1 presently, and upon reboot I am asked for a password to decrypt the drives and continue the boot process. I do not have anything in /boot/loader.conf about them, other than instructing it to load geli(8). This works great.
I have now encrypted an external drive connected via firewire with a key and no passphrase. I did this because of problems using the password previously (if not there at boot you never get a chance to input the password, drive corruption, and other problems).
My question is can I place the following in /boot/loader.conf and still have the boot drive and other internal drives recognized by geli(8) and be prompted for a password at the console during boot?
In other words, would geli(8) become confused about the other drives and not ask for the password?
Anything different after an update to 10.2?
Thanks very much, Aric
I have multiple internal drives that are encrypted with geli(8) via a password only. I am running 10.1 presently, and upon reboot I am asked for a password to decrypt the drives and continue the boot process. I do not have anything in /boot/loader.conf about them, other than instructing it to load geli(8). This works great.
I have now encrypted an external drive connected via firewire with a key and no passphrase. I did this because of problems using the password previously (if not there at boot you never get a chance to input the password, drive corruption, and other problems).
My question is can I place the following in /boot/loader.conf and still have the boot drive and other internal drives recognized by geli(8) and be prompted for a password at the console during boot?
Code:
geli_da0_keyfile0_load="YES"
geli_da0_keyfile0_type="da0:geli_keyfile0"
geli_da0_keyfile0_name="/boot/keys/da0.key"
Anything different after an update to 10.2?
Thanks very much, Aric