I'm running a small Windows Server machine with two disks - one for OS and applications, one for data.
I want to encrypt the data drive with BitLocker (using a password would be just fine, no TPM present), but as far as I'm concerned, I will only be able to unlock the drive after logging into the machine. Since there are some services running on the machine which have their data on the data drive (i.e. MSSQL instance), this would probably break services startup on the machine.
I'd be fine entering a password at boot time (i.e. pre-services startup) since I can access the machine via VPN and a network KVM switch from anywhere.
I've read about a way to do this via a boot-time task in task scheduler, but I'm afraid this might still be too late in the boot process to ensure services relying on the data on the drive to start up properly.
I'd like to avoid encrypting the OS drive (which, in turn, would of course enable the possibility of auto-unlocking the secondary drive) because of the performance impact.
How can I achieve encrypting the data drive and have it readily unlocked as early as possible in the boot process?