I am trying to do a fresh install of Ubuntu 15.10 on my Asus X205 from a live USB. During the installation I get following error: "The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot." After klicking "ok" a prompt tells me, that the installation crashed and then the installation stops.
I already had 3 tries and every time I have the same problem.
During my search I found following thread: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1509620
The person gets the same error and has solved the problem by installing with terminal. Unfortunately I cannot find a hint how to freshly install ubuntu via terminal.
Does anybody know how it works, which commands I need and if I can do it from a normal Live USB or if I need something special?
man grub
? - he probably installed onlygrub
from the command line (using the live CD/USB). The remainder was in place already. – Hannu Mar 17 '16 at 20:58