Blue screen W11 24H2
-
Hello,
I’m having a problem with the Windows 11 24H2 deployment. I got a blue screen after deploying the image. I tried it on several models but without success. I realized it was related to Bitlocker. I tried this trick: After the Sysprep, I added these three lines to the WINDIR%\Setup\Scripts\SetupComplete.cmd script:bcdedit -set {current} osdevice partition=C:
bcdedit -set {current} device partition=C:
bcdedit -set {memdiag} device partition=\Device\HarddiskVolume1This works for the master computer, but as soon as I deploy the image with this modification, the blue screen returns.
Do you have a solution that works?
-
@Almeida BitLocker is enabled in your master ? If yes, you should disable it. Enable it only on the final computer.
We do have the BCD issue when enabling BitLocker on 24h2 image, we are running the same commands, but you are missing one.
You need to set
device partition=C:
for the recover from hibernate entry too. The annoying part is that its ID is dynamic.