We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4902404 commit 9d7d564Copy full SHA for 9d7d564
1 file changed
src/installation/guides/chroot.md
@@ -221,9 +221,10 @@ install GRUB to. For example:
221
```
222
223
**On a UEFI computer**, install either `grub-x86_64-efi`, `grub-i386-efi` or
224
-`grub-arm64-efi`, depending on your architecture, then run `grub-install`,
225
-optionally specifying a bootloader label (this label may be used by your
226
-computer's firmware when manually selecting a boot device):
+`grub-arm64-efi`, depending on your architecture. Then run `grub-install` with
+the correct `--target` argument for your architecture (`x86_64-efi`, `i386-efi`,
+or `arm64-efi`), and optionally specifying a bootloader label (this label may be
227
+used by your computer's firmware when manually selecting a boot device):
228
229
230
[xchroot /mnt] # xbps-install -S grub-x86_64-efi
0 commit comments