Skip to content

Commit fdad468

Browse files
dataCobraleahneukirchen
authored andcommitted
installation/guides/chroot.md: Fix bootx64.efi
1 parent 2372764 commit fdad468

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/installation/guides/chroot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ add the option `--removable` to the `grub-install` command.
298298

299299
Alternatively, use [mkdir(1)](https://man.voidlinux.org/mkdir.1) to create the
300300
`/boot/efi/EFI/boot` directory and copy the installed GRUB executable, usually
301-
located in `/boot/efi/void/grubx64.efi` (its location can be found using
301+
located in `/boot/efi/EFI/Void/grubx64.efi` (its location can be found using
302302
[efibootmgr(8)](https://man.voidlinux.org/efibootmgr.8)), into the new folder:
303303

304304
```
305-
(chroot) # mkdir -p /boot/efi/boot
306-
(chroot) # cp /boot/efi/void/grubx64.efi /boot/efi/EFI/boot/bootx64.efi
305+
(chroot) # mkdir -p /boot/efi/EFI/boot
306+
(chroot) # cp /boot/efi/EFI/Void/grubx64.efi /boot/efi/EFI/boot/bootx64.efi
307307
```
308308

309309
## Finalization

0 commit comments

Comments
 (0)