SGX disabled by bios. After installing Ubuntu 22.04 system specs i5 8th gen memory-8gb
I re installed the OS but still the problem is not solved.
SGX disabled by bios. After installing Ubuntu 22.04 system specs i5 8th gen memory-8gb
I re installed the OS but still the problem is not solved.
If you want to use Intel Software Guard Extension (SGX), you need to enable this in the BIOS (and have the software prereqs in place to make use of enclaves). This is what this error message tells you.
If you just want to get rid of the error, you can use the nosgx kernel parameter. The Wiki has information on how to use kernel parameters.
For me, the problem was that I was running an outdated kernel. I had held back problematic kernel versions a while ago.
The kernel headers for the Nvidia driver were no longer available, causing this issue for me.
Cleaning up all old kernel versions, updating to the current HWE for Jammy, and downloading the headers for the Nvidia driver completely solved this issue.