4
Sorry for the tongue-twister in the title :)
I have 2 hard disks, one small and fast (system) and other big and slow (data), both fixed. I want to have both of them fully encrypted, and for that purpose I used Windows 8.1 and BitLocker.
I want the data disk being unlocked automatically, so I unlock it once manually and check the "automatically unlock" checkbox. After that, it unlocks automatically when booting. Great!
My question now is: when does this happens in the boot process? I've read Microsoft documentation saying that it happens "when you logon", but that is not very specific. Does it happen before booting Windows? Does it happen after being logged in?
The motivation behind this question is that I want to make some symbolic links from the small disk to the big one so I can save some space in rarely used folders, and the fact that the big disk might not be available until some unknown point in time could be a problem.
I was hoping that phrasing was only a simplification. But I just tested it: if you configure a drive to auto-unlock and then reboot into another user account, it's locked. So when you logon is very specific, yup. Maybe there is a way to unlock both disks at the same time? – MM. – 2014-02-10T11:20:22.897
Assuming they're both set to auto-unlock, they should both unlock when you log in. Are they locked to different accounts? Or is the second drive only unlocking when you attempt to access it? – Michael Frank – 2014-02-10T11:22:10.117
Nah, this would be a one-user-only machine. I just created another user to test the theory. To summarize: I'd like to enter 1 password on pre-boot authentication and N disks (1 system + N data) to be unlocked automatically before Windows boots (or at least very early, before actual logon happens). – MM. – 2014-02-10T11:29:34.233
You might be able to achieve that with the PIN authentication mode, it requires you to enter a PIN after POST. You will need a TPM module to activate this method. Alternatively, you could use a USB key as authentication. This method is obviously more prone to accidentally locking yourself out due to a misplaced USB. – Michael Frank – 2014-02-10T11:40:10.940