Ubuntu Pastebin

Paste from jambo at Thu, 4 Aug 2016 19:11:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
root@ubuntu:/# grub-install /dev/sda
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
root@ubuntu:/# update-grub2
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-31-generic
Found initrd image: /boot/initrd.img-4.4.0-31-generic
Adding boot menu entry for EFI firmware configuration
done
root@ubuntu:/# grub-install --recheck /dev/sda
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
Download as text