Skip to content

Commit 4a628fb

Browse files
anjandevericonr
authored andcommitted
chroot: extend EFI grub install instructions.
Closes: #463 [via git-merge-pr]
1 parent 62c8da0 commit 4a628fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installation/guides/chroot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ manually selecting a boot device):
273273

274274
```
275275
(chroot) # xbps-install grub-x86_64-efi
276-
(chroot) # grub-install --bootloader-id="Void"
276+
(chroot) # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id="Void"
277277
```
278278

279279
If installing onto a removable disk (such as USB), add the option `--removable`

0 commit comments

Comments
 (0)