I'm trying to configure a dual boot between Kali Linux and Ubuntu. I have already installed Kali in one partition with about 40G. The rest of the size will be asigned to install Ubuntu. This is how my kali linux partitions looks:
As you see the kali linux is encrypted with luks and use lvm. I want to do the same with the Ubuntu distro. I have created the partitions for ubuntu like this:
the /dev/sda4 is the partition where i need to put ubuntu.
This is the lvm configuration, with a root filesystem and a swap.
Then when i try to install ubuntu, it show this error The 'grub-efi-amd64-signed' package failed to install into /target/ . Without the GRUB boot loader, the installed system will not boot
I'm using uefi to install the partitions.
What i've done wrong with this setup?