Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitlocker Decryption Error #43

Closed
Joseahan opened this issue Mar 13, 2018 · 5 comments
Closed

Bitlocker Decryption Error #43

Joseahan opened this issue Mar 13, 2018 · 5 comments

Comments

@Joseahan
Copy link

Hello!

Have another error when i run the script in a TS, i've moved the steps so it runs in the current OS and not in WinPE, this is the error i get:
bl

@texhex
Copy link
Owner

texhex commented Mar 13, 2018

Please attach the logfile so I can have a look.

@Joseahan
Copy link
Author

Here you go:
BiosSledgehammer.ps1.log-04.txt

@texhex
Copy link
Owner

texhex commented Mar 13, 2018

Thanks. I think we have changed the BitLocker Decryption function about six times already, it's really hard to get it right.

Based on the output and the error message I believe this is caused by a volume that is BitLocker enabled but has no drive letter which makes the function to go BOOM.

I just pushed 3.4.1 which should include the fix. Please download the repo with this link: https://github.com/texhex/BiosSledgehammer/archive/master.zip

Copy BiosSledgehammer.ps1 and try again

texhex added a commit that referenced this issue Mar 13, 2018
@Joseahan
Copy link
Author

Works like a charm now :)
Got another small issue though, when the TPM upgrade is in progress and the script exits with 3010 because it needs the restart to finish my, Task Sequence fails and reports 3010 as a failure, got any idea what it might be?

@texhex
Copy link
Owner

texhex commented Mar 16, 2018

Good to hear, thanks for your patience.

Regarding the exit code: You need to tell SCCM/MDT that 3010 is an expected error code and does not indicate an error. This should be explained in the docs.

I'm closing this issue now.

@texhex texhex closed this as completed Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants