1

I'm trying to install Ubuntu 17.10 on a HP laptop (Model:HP14bs547TU) as dual boot with Windows 10. Every time installation fails at the grub installation stage. It is giving me the following message

The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot.

I've never faced this kind of issue previously. How can I overcome it? Please help.

Thanks in advance.

tuxtu
  • 3,175
  • 9
  • 28
  • 44

1 Answers1

1

Boot Repair should fix this.

Use a live disk to boot. Then in a terminal enter following commands :

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

Click on Recommend Repair to fix the boot issues.

Boot-Repair

An0n
  • 2,119
  • This solution works for me partially. But now I can only login to Linux. There is no way to login to windows now!!! – tuxtu Mar 01 '18 at 08:42