From cc5623780358e92b7d37a23b69199c85c208c5ad Mon Sep 17 00:00:00 2001 From: Anurag Kumar <112770430+anuragxone@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:25:15 +0530 Subject: [PATCH] bcdboot: add page (#11044) * bcdboot: add page * Update pages/windows/bcdboot.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/windows/bcdboot.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/windows/bcdboot.md diff --git a/pages/windows/bcdboot.md b/pages/windows/bcdboot.md new file mode 100644 index 0000000000..32eec4b1b5 --- /dev/null +++ b/pages/windows/bcdboot.md @@ -0,0 +1,24 @@ +# bcdboot + +> A system utility to configure or repair boot files. +> More information: . + +- Initialize the system partition by using BCD files from the source Windows folder: + +`bcdboot {{C:\Windows}}` + +- Enable verbose mode: + +`bcdboot {{C:\Windows}} /v` + +- Specify the volume letter of the system partition: + +`bcdboot {{C:\Windows}} /s {{S:}}` + +- Specify a locale: + +`bcdboot {{C:\Windows}} /l {{en-us}}` + +- Specify a firmware type while copying the boot files to a specified volume: + +`bcdboot {{C:\Windows}} /s {{S:}} /f {{UEFI|BIOS|ALL}}`