Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=grub
  2.  
  3. Installing for x86_64-efi platform.
  4. grub-install: error: esp doesn't look like an EFI partition.
  5. .
  6.  
  7. mkfs.fat -F32 dev/sda3 (the efi partition)
  8. mount /dev/sda5 /mnt (the linux filesystem)
  9. mount /dev/sda3 /boot (to mount the efi partition in /boot as reccomended)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement