mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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>
This commit is contained in:
parent
9fc4163dfb
commit
cc56237803
1 changed files with 24 additions and 0 deletions
24
pages/windows/bcdboot.md
Normal file
24
pages/windows/bcdboot.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# bcdboot
|
||||
|
||||
> A system utility to configure or repair boot files.
|
||||
> More information: <https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue