Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 22217  / 2 Years ago, sun, april 10, 2022, 11:15:42

A few days ago I realize that the following message appears when booting Ubuntu 20.04 (it didn't appear before):


[   0.113770] x86/cpu: SGX disable by BIOS.

After a little research I found other people having this "problem".
On the cases I saw the OS didn't even boot after that error (it seems because the OS doesn't detect the disks) but that's not my case, my disks are detected correctly and Ubuntu 20.04 starts as nothing happens.


So for me isn't really a problem but I'm concerned that it can turn into one. So I want to know if there's a solution.
I searched on my BIOS but I didn't see an option that allows me to enable the SGX.


My Motherboard and CPU are 'MSI H510M Pro-E' and 'Intel Core i5 10400'(I use the integraded graphics, specifically are called 'Intel HD Graphics 630')


More From » boot

 Answers
7

x86/cpu: SGX disable by BIOS



It started to show when you upgraded to kernel 5.13.


SGX stands for "intel Software Guard eXtensions and is "a hardware-based isolation and memory encryption mechanism provided by modern Intel® CPUs". In your BIOS you might find a switch with 2 or 3 possible options:



  • Disable

  • Enable: all of the SGX instructions and resources are available to applications

  • Software Controlled: SGX can be enabled by software applications when asking for it.


If the option is not there you might get it through a BIOS upgrade.
Otherwise if you want to get rid of it add nosgx to the grub defaults (see How do I add a kernel boot parameter? on how to add a parameter). It is not needed as it is benign so simply ignoring it is also an option.


[#363] Tuesday, April 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
breadoules

Total Points: 212
Total Questions: 118
Total Answers: 120

Location: Dominica
Member since Mon, Jun 22, 2020
4 Years ago
;