3

I dual boot Windows 11 & Ubuntu 22.04, and right after I choose Ubuntu from the GRUB menu, I get the following errors:

integrity: Problem loading X.509 certificate -65

The above screen shows momentarily and Ubuntu seems to continue to boot fine regardless.

I was able to solve the one related to VMX by enabling VMX from my BIOS settings, whereas I wasn't able to find anything there related to SGX (I don't know if it's listed in my settings under a different alias), and I don't really know the meaning of the one related to "integrity".

Does anyone have an idea about the source of these errors, especially the "integrity" one?

Sameh
  • 161

1 Answers1

0

I do this in terminal:

sudo apt-get -f install
sudo apt-get install --reinstall ubuntu-desktop

It will shutdown, after that has been working here.

sotirov
  • 4,379