Oops... wrong thread.  Disregard.

On Wed, Jun 5, 2019 at 4:27 PM linux guy <linuxguy123@gmail.com> wrote:
Should this work to boot my computer from the grub command prompt ?  

set root=(hd0,gpt6)
set prefix=(hd0,gpt6)/boot/grub
insmod normal
normal

I've been booting it another, longer way.



On Wed, Jun 5, 2019 at 4:26 PM linux guy <linuxguy123@gmail.com> wrote:
When I get to step #8 (grub2-install --boot-directory=/boot /dev/sda) on this page (https://fedoraproject.org/wiki/GRUB_2#Create_a_GRUB_2_configuration), it fails with a can't find efi directory error.

What am I doing wrong ?