Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

29
tldr/windows/bcdboot Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# bcdboot
> Configure or repair boot files.
> More information: <https://learn.microsoft.com/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 [v]erbose mode:
`bcdboot {{C:\Windows}} /v`
- Specify the volume letter of the [s]ystem partition:
`bcdboot {{C:\Windows}} /s {{S:}}`
- Specify a [l]ocale:
`bcdboot {{C:\Windows}} /l {{en-us}}`
- Specify a [f]irmware type while copying the boot files to a specified volume:
`bcdboot {{C:\Windows}} /s {{S:}} /f {{UEFI|BIOS|ALL}}`