3

I entered the following command

grub-install --target=x84-64-efi --efi-directory=/boot/efi --bootfloader-id=grub

But I get the error

grub-install: error: /usr/lib/grub/x84_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory.

What is going wrong?

0

1 Answer 1

4

You have typos. It must be x86 not x84. Also, it should be bootloader-id not bootfloader-id:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub
3
  • 2
    I don't really see how this is going to help other people, it is not a question that can be reproduced, unless there is a typo in the person's command, which is a human error, not something that needs technical help. The error can be reproduced when the person does not add the target or directory, in which case a different answer would be helpful. Commented Nov 21, 2017 at 14:38
  • 1
    Lol, well, I actually just made the exact same typo, so glad it was here. ;-) Commented Jan 27, 2019 at 4:04
  • You have a typo too. It must be x86_x64-efi. The first dash should be underline. Commented Jul 20, 2019 at 17:10

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.