I was wondering if it's possible to pre-provision bitlocker while deploying os from prestaged media. In winpe I'm using diskpart to prepare hdd:
select disk 0 clean create partition primary select partition 1 shrink desired=300 format fs=ntfs quick label=OSDisk assign letter=c create partition primary format fs=ntfs quick active exit
then manage-bde -on c: -usedspaceonly
and apply image to c: drive
After reboot it says that OS was not found and I can't figure out how to setup the boot process to boot from WinPE after image is applied to start executing task sequence.
Bcdedit says: The boot configuration data store could not be opened. The system cannot find the file specified. I tried importing c:\boot\bcd but it made no difference.
Also tried changing partition 1 to active and after reboot there is message Remove disks or other media. No boot device found.
I would really appreciate if someone could give me some tips how to change the boot process.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi,
I was wondering if it's possible to pre-provision bitlocker while deploying os from prestaged media. In winpe I'm using diskpart to prepare hdd:
select disk 0
clean
create partition primary
select partition 1
shrink desired=300
format fs=ntfs quick label=OSDisk
assign letter=c
create partition primary
format fs=ntfs quick
active
exit
then manage-bde -on c: -usedspaceonly
and apply image to c: drive
After reboot it says that OS was not found and I can't figure out how to setup the boot process to boot from WinPE after image is applied to start executing task sequence.
Bcdedit says: The boot configuration data store could not be opened. The system cannot find the file specified. I tried importing c:\boot\bcd but it made no difference.
Also tried changing partition 1 to active and after reboot there is message Remove disks or other media. No boot device found.
I would really appreciate if someone could give me some tips how to change the boot process.
Share this post
Link to post
Share on other sites