configuring grub-efi-amd64 problems

I have a 2015 dell xps developer edition and it keeps giving me this error when it does an update. can anyone help me with this problem?


It seems to be that I didn't google enough before offer the bounty.

This issue is reported by dell community in this post.

Following some of the advises of this thread, I've solved the problem updating software manually via terminal.

I've executed this sequence of steps:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install
sudo update-grub

I've been prompted to either overwrite my current cfg for grub or keep the old one. We need to chose to overwrite it.

After this, I've executed the software updater successfully, restart, cross my fingers, and it has been worked.

Thanks for all the advises.