File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -221,9 +221,10 @@ install GRUB to. For example:
221221```
222222
223223** 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):
224+ ` grub-arm64-efi ` , depending on your architecture. Then run ` grub-install ` with
225+ the correct ` --target ` argument for your architecture (` x86_64-efi ` , ` i386-efi ` ,
226+ 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):
227228
228229```
229230[xchroot /mnt] # xbps-install -S grub-x86_64-efi
You can’t perform that action at this time.
0 commit comments