Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Cannot run client on linux -8th gen i7 processor #78

Open
nikhilpopli4900 opened this issue Mar 19, 2022 · 3 comments
Open

Cannot run client on linux -8th gen i7 processor #78

nikhilpopli4900 opened this issue Mar 19, 2022 · 3 comments

Comments

@nikhilpopli4900
Copy link

This system does not support Intel SGX.
Even though I have SGX_SDK installed and have other applications running smoothly. This gives out the following error.

image

@yomaytk
Copy link

yomaytk commented Apr 2, 2022

I got the same message when I run ./run-client, and I have confirmed that other applications for SGX can be run. (e.g. SampleEnclave, LocalAttestation, etc.) Can you please help me if you know the solution?

OS: Ubuntu 18.04
CPU: Intel(R) Core(TM) i7-6700HQ

$ modinfo intel_sgx
filename:       /lib/modules/5.4.0-84-generic/updates/dkms/intel_sgx.ko
version:        1.41
license:        Dual BSD/GPL
author:         Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
description:    Intel SGX DCAP Driver
srcversion:     0345E1AE1A9559F662312BF
alias:          acpi*:INT0E0C:*
depends:        
retpoline:      Y
name:           intel_sgx
vermagic:       5.4.0-84-generic SMP mod_unload modversions 
signat:         PKCS#7
signer:         
sig_key:        
sig_hashalgo:   md4

$ dmesg | grep sgx
[    3.363752] intel_sgx: loading out-of-tree module taints kernel.
[    3.363780] intel_sgx: module verification failed: signature and/or required key missing - tainting kernel
[    3.364125] intel_sgx: Locked launch policy not supported
[    3.451303] intel_sgx: Intel SGX Driver v2.11.0
[    3.451337] intel_sgx INT0E0C:00: EPC bank 0x70200000-0x75f80000
[    3.452934] intel_sgx:  can not reset SGX LE public key hash MSRs
[    3.453041] intel_sgx: second initialization call skipped
[    3.460717] intel_sgx: Locked launch policy not supported
[    3.550032] intel_sgx: Locked launch policy not supported
[    3.598171] intel_sgx: Locked launch policy not supported
[    4.297296] intel_sgx: Locked launch policy not supported
[    4.376605] intel_sgx: Locked launch policy not supported

$ lsmod | grep sgx
isgx                   53248  2

@andrade
Copy link

andrade commented Apr 17, 2022

I have the same issue with an Intel i5-7600.

$ ./run-client
This system does not support Intel SGX.

@andrade
Copy link

andrade commented Apr 17, 2022

Solved it by installing libsgx-uae-service.

Ref: community.intel.com/t5/Intel-Software-Guard-Extensions/undefined-symbol-sgx-get-extended-epid-group-id/m-p/1274296#M4500

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants