I had met this problem yesterday when I install new version Lubuntu 20.10.
=======solved=======
Ctrl+Shift+T open terminal
#logging as root
sudo -i
#solved this problem
cd boot/efi/EFI
ls
mv BOOT BOOT.bak
cp -R ubuntu BOOT
cd BOOT
mv shimx64.efi boot64.efi
reboot