Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/installation/guides/chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ install GRUB to. For example:
```

**On a UEFI computer**, install either `grub-x86_64-efi`, `grub-i386-efi` or
`grub-arm64-efi`, depending on your architecture, then run `grub-install`,
optionally specifying a bootloader label (this label may be used by your
computer's firmware when manually selecting a boot device):
`grub-arm64-efi`, depending on your architecture, then run `grub-install`, you
may need to set an appropriate target architecture and a bootloader label (this
label may be used by your computer's firmware when manually selecting a boot
device):

```
[xchroot /mnt] # xbps-install -S grub-x86_64-efi
Expand Down