We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c8da0 commit 4a628fbCopy full SHA for 4a628fb
src/installation/guides/chroot.md
@@ -273,7 +273,7 @@ manually selecting a boot device):
273
274
```
275
(chroot) # xbps-install grub-x86_64-efi
276
-(chroot) # grub-install --bootloader-id="Void"
+(chroot) # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id="Void"
277
278
279
If installing onto a removable disk (such as USB), add the option `--removable`
0 commit comments