Errors when updating - grub-efi-amd64-signed & shim-signed

pluma /boot/grub/grub.cfg This has too many characters to post in it's entirety. What exactly should I be looking for?

mike@mike-desktop:~$ uname -a
Linux mike-desktop 4.15.0-106-generic #107-Ubuntu SMP Thu Jun 4 11:27:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
mike@mike-desktop:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
mike@mike-desktop:~$

Appreciate all the help so far.

The best resource on Grub is the excellent article from Dedoimedo. I would highly recommend giving it a read.

https://www.dedoimedo.com/computers/grub-2.html

My concern is that you may have a non-functional grub. I'd recommend re-installing.

sudo grub-install /dev/sda

Where /dev/sda is the drive you want grub installed to. This looks to be correct from what you have posted, but i'd suggest confirming it yourself.

This is another, not as deep a dive, great article and also talks about some recovery options should your system not boot.

https://help.ubuntu.com/community/Grub2/Installing

Will check it out. Thanks!

Here is where I'm at now after applying everything mentioned in this thread. So far no problems when rebooting computer.

To prevent Ubiquity from installing the UEFI code in /dev/sda1 instead of the drive you specify, try physically disconnecting all drives except the drive you want.

I do not know the result if you have multiple Linux OSs on the same drive.

Robert Pearson