grub-install: error: failed to register the EFI boot entry: Operation not permitted.

  1. umount /boot/efi
  2. apt install -f
  3. mount -a
  4. apt update && sudo apt upgrade

source