grub*: add Korean translation (#14441)

This commit is contained in:
코드싸이
2024-10-29 22:39:03 +09:00
committed by GitHub
parent 3cc009c670
commit 42b6c29788
9 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# grub-install
> GRUB을 장치에 설치.
> 더 많은 정보: <https://www.gnu.org/software/grub/manual/grub/html_node/Installing-GRUB-using-grub_002dinstall.html>.
- BIOS 시스템에 GRUB 설치:
`grub-install --target={{i386-pc}} {{경로/대상/장치}}`
- UEFI 시스템에 GRUB 설치:
`grub-install --target={{x86_64-efi}} --efi-directory={{경로/대상/efi_폴더}} --bootloader-id={{GRUB}}`
- 특정 모듈을 사전 로드하여 GRUB 설치:
`grub-install --target={{x86_64-efi}} --efi-directory={{경로/대상/efi_폴더}} --modules="{{part_gpt part_msdos}}"`