Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/components/nitropad-nitropc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ General topics:
Verify Sealed Hardware <sealed-hardware>
Secure Starting Procedure <secure-starting-procedure>
Change User and Admin PIN <change-pins>
Disabling Intel Management Engine <intel-me>
Troubleshooting <troubleshooting>
22 changes: 22 additions & 0 deletions source/components/nitropad-nitropc/intel-me.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Disabling Intel Management Engine
---------------------------------

.. Note::
With Heads Intel ME is already disabled.

By default Intel ME is not disabled with Dasharo Tianocore UEFI.

In order to disable it follow theses steps:

1. Boot your computer and access to the UEFI menu by pressing the "ESC" key.

2. In the menu navigate to "Dasharo System Features".

3. Then "Intel Management Engine Options".

4. From this menu you will have two diffrent ways to disable Intel ME:

* Disabled (Soft) - when set, causes the Dasharo firmware to send ME_DISABLE command via MEI/HECI. MEI/HECI interface is being hidden from OS when ME is disabled.
* Disabled (HAP) - when set, causes the Dasharo firmware to set HAP bit in the flash descriptor. MEI/HECI interface is being hidden from OS when ME is disabled. HAP method is much more efficient as it halts the ME firmware execution even earlier than Soft Disable described above.

5. Save the changes and reboot.