Z
Z
zorinleonid2020-01-08 12:09:46
linux
zorinleonid, 2020-01-08 12:09:46

Grub is not installed, nothing helps, what should I do?

I'm trying to install linux, none of the different distributions and versions are installed, all the time, grub has not been installed for 3 years now, now I can't install grub manually.
Note: it costs Windows 10
sudo grub-install /dev/sda
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
if you specify a directory via --efi-directory, the same error

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Official account of the Timeweb team, 2020-08-07
@timeweb_team

In this situation, the path to the EFI directory should be passed explicitly to the grub-install utility
`grub-install --efi-directory=/boot/efi /dev/sda` .
In this example command, EFI uses the /boot/efi directory for its files, but the exact path to this directory may differ in your case.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question