add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# grub-install
> 安装 GRUB 到设备。
> 更多信息:<https://www.gnu.org/software/grub/manual/grub/html_node/Installing-GRUB-using-grub_002dinstall.html>.
> GRUB 安装到设备
> 更多信息:<https://www.gnu.org/software/grub/manual/grub/html_node/Installing-GRUB-using-grub_002dinstall.html>
- 安装 GRUB 到基于 BIOS 系统:
- BIOS 系统上安装 GRUB
`grub-install --target={{i386-pc}} {{/dev/sdX}}`
`grub-install --target={{i386-pc}} {{path/to/device}}`
- 安装 GRUB 到基于 UEFI 系统:
- UEFI 系统上安装 GRUB
`grub-install --target={{x86_64-efi}} --efi-directory={{path/to/efi_directory}} --bootloader-id={{GRUB}}`
- 安装预置指定模块的 GRUB
- 安装 GRUB 并预加载特定模块
`grub-install --target={{x86_64-efi}} --efi-directory={{path/to/efi_directory}} --modules="{{part_gpt part_msdos}}"`
`grub-install --target={{x86_64-efi}} --efi-directory={{path/to/efi_directory}} --modules="{{part_gpt part_msdos}}"`