Comment 21 for bug 1940723

Revision history for this message
Anders Bälter (abaelter) wrote : Re: shim-signed fails to install if grub disk config is incorrect

We "solved" it by reinstalling grub.

I.e.

export DEBIAN_FRONTEND=noninteractive

apt-get purge grub\* -y --allow-remove-essential
apt-get install grub-efi -y
apt-get autoremove -y
update-grub