> For the complete documentation index, see [llms.txt](https://docs.ethernity.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethernity.cloud/ethernity-node-quickstart/hardware.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
