Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    This saved my day Commented Feb 24, 2023 at 20:20
  • Just wanted to mention that when you run fdisk -l you'll likely see a Linux File System partition and a separate EFI partition. What you should do then is: 1. Mount your Linux FS partition under /mnt 2. Mount your EFI partition under /mnt/boot/efi 3. Run what Linas suggested and remember to use your Linux FS partition in the final part of the command, ie: grub-install -d /mnt/usr/lib/grub/x86_64-efi --boot-directory=/mnt/boot <linux FS partition> Commented Apr 29, 2023 at 20:45