So during our build process we like to activate file vault at the end of the build process. I have a package that makes sure the recovery partition is there...creates the users that are needed for FileVault. Then I run the following command to enable the FileVault:
sudo fdesetup enable -inputlist < <path to plist>
This worked great for about 5-6 months and now I'm starting to get reports that some newer machines, and even some way old machine ares are not getting FileVault turned on. Looking at the log files they all have the same error in common:
"a problem occurred while trying to enable Filevault. (-69853)"
Some of the newer machine we do a wipe and load and sometimes resolves the issue. Some of the older machines we just refreshed with new ones. But this error seems to be haunting me. I can't find anything in a google search on that particular error message, much less how to fix it.
I've even tried going in via terminal and doing the commands manually, even just trying to enable FileVault using:
sudo fdesetup enable
Nothing is working and always spitting out the same error message. So I come to you lovely folks to see if you've seen this error before and have any magic methods of getting around it.
