File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -298,12 +298,12 @@ add the option `--removable` to the `grub-install` command.
298298
299299Alternatively, 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
You can’t perform that action at this time.
0 commit comments