Ubuntu Pastebin

Paste from e at Fri, 7 Aug 2015 09:31:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
[root@e boot]# grub-install
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
[root@e boot]# grub-install --efi-directory=/boot
Installing for x86_64-efi platform.
efibootmgr: Boot entry 0003 not found
efibootmgr: Could not delete boot variable: Success
** Warning ** : Boot0003 has same label arch
efibootmgr: Could not add entry to BootOrder: No such file or directory
Installation finished. No error reported.
[root@e boot]# ls
EFI  grub
[root@e boot]# cd EFI
[root@e EFI]# ls
arch
[root@e EFI]# cd arch
[root@e arch]# ls
grubx64.efi
[root@e arch]# 
Download as text