How To Enable BitLocker On Windows 11 To Go

Pie 261 Reputation points
2023-03-06T00:58:52.9066667+00:00

I am trying to follow this set of commands about enabling BitLocker on Windows 11.

When attempting to run the bcdedit commands I am met with the following message:

User's image

User's image

Does anyone have any suggestions?

Tutorial

You will need to locate the System Volume number on the PC and point the system to it.

Open Command Prompt as Administrator

Type diskpart
Type Select Disk 0
type list volume

A list will appear, note what volume is the System (FAT32) Partition

In my example it was Volume 2 that was labeled System

Exit diskpart

Run Command Prompt as Administrator

Type the following (Note the volume number changes depending on the outcome of the diskpart command)

bcdedit -set {bootmgr} device partition=\Device\HarddiskVolume2
bcdedit -set {memdiag} device partition=\Device\HarddiskVolume2

Close command prompt and run Bitlocker setup again.  I did not need to reboot.

https://social.technet.microsoft.com/forums/en-US/6ea0f3ff-d2cf-425e-aa2c-a01d58786c17/bitlocker-error-during-install?forum=win10itprosecurity

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,988 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,121 Reputation points
    2023-03-06T16:21:07.9666667+00:00

    Hello there,

    Type cmd to run in the command prompt instead of PowerShell and then re-enter bcdedit command.

    You can also use bcdedit /? and get a listing of the commands. Since you are not using an {ID} for the commands you are addressing them to the {current} OS Loader.The values being mentioned may not already be in the BCD store but you can check that from the bcdedit listing.

    Similar discussion here https://answers.microsoft.com/en-us/windows/forum/all/bcdedit-is-not-working/742dd414-d89c-49e3-a3e8-9eafc386f731

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


  2. Pie 261 Reputation points
    2023-03-10T19:45:57.4533333+00:00

    Any help here?

    0 comments No comments