# Hardware Requirements

### Intel SGX

The system is required to have CPU and motherboard with SGX support.

Please check the following article for details on Hardware with SGX Support:

{% content-ref url="/pages/-MOG15n3zEeOdUDQHMoC" %}
[Hardware Requirements](/ethernity-node-quickstart/hardware.md)
{% endcontent-ref %}

If you have Linux already installed, please check the section on performing a check for SGX:

{% content-ref url="/pages/-MOhaWYQy\_ChWlW2Xb13" %}
[Check SGX Support](/ethernity-node/prerequisites-ethernity-node/check-sgx-support.md)
{% endcontent-ref %}

### BIOS

#### Secure Boot

The setup process installs a development kernel with the required SGX features enabled. This kernel is not signed. Secure Boot must be set to **DISABLED** in your BIOS configuration to allow it to boot.

#### SGX

A bios upgrade might be necessary for your system to activate SGX support. Please consult the hardware manufacturer.\
Software Guard Extension (SGX) must be set to **ENABLED** in the system BIOS.

If your CPU or System/BIOS lacks SGX support, please consult the section on the topic to find compatible hardware:

{% content-ref url="/pages/-MOHa1eS6qsYCU9ZRwgt" %}
[Hardware with SGX Support](/ethernity-node/prerequisites-ethernity-node/hardware-with-sgx-support.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ethernity.cloud/ethernity-node-quickstart/hardware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
