Skip to content

Commit a8cd1a7

Browse files
committed
clarify grub on efi when not using --removable
Ref #58
1 parent 1bf3d0e commit a8cd1a7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_docs/installation/install.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,13 +417,16 @@ the system may not boot. This does not affect most systems, but if you have
417417
a board with such buggy firmware, you can pass the `--removable` flag to
418418
work around it.
419419

420-
Without using `--removable`, a similar workaround will also work:
420+
Without using `--removable`, a similar workaround will also work, x86_64 example:
421421

422422
```
423423
# mv /boot/efi/EFI/chimera /boot/efi/EFI/BOOT
424424
# mv /boot/efi/EFI/BOOT/grubx64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
425425
```
426426

427+
The naming scheme differs depending on architecture; replace "grub" with "boot"
428+
in the original filename.
429+
427430
On Power Macs it is recommended to turn off graphical GRUB, which can be
428431
done by uncommenting `GRUB_TERMINAL_OUTPUT=console` in `/etc/default/grub`.
429432
You may also want to add `GRUB_DISABLE_OS_PROBER=true` to prevent GRUB

0 commit comments

Comments
 (0)