# Secure Boot Bypass

### What is Secure Boot Bypass

Secure Boot Bypass allows to use our products with secure boot on. <mark style="color:$danger;">Currently only supports COD.</mark>

### Secure Boot Bypass Setup

1. Enable Secure Boot
2. Follow the video guide on how to set up Secure Boot keys:

**ASRock Motherboard** setup video guide:

{% embed url="<https://www.youtube.com/watch?v=Cf4YzRaDxAg>" %}

**ASUS Motherboard** setup video guide:

{% embed url="<https://youtu.be/uOBqc85VEVc>" %}

3. Use the loaders from this link in our telegram:

<figure><img src="/files/zOVFO5fbTWlXIr4f2pWo" alt=""><figcaption></figcaption></figure>

4. Create a .bat file with this inside: `"LOADERNAME".exe -secureboot-compatibility-mode`. [Follow this guide on how to do it.](/fecuritydocs/main-content/launch-options/how-to-use-launch-options.md)
5. Open the created .bat file.

### Possible Errors

#### 0x86100007

If you're getting error 0x86100007, then the motherboard you're using doesn't support secure boot bypass. An option would be to use `-secureboot-auto` or just standard `-secureboot` launch options.&#x20;

<mark style="color:$warning;">**IMPORTANT:**</mark> if you have custom secure boot keys option in your bios, then you can try ignoring the warning, setting up the secure boot keys one to one with our video guide, and use this [launch option](/fecuritydocs/main-content/launch-options.md):\
`-secureboot-test-compatibility-mode`&#x20;

#### 0x86080007

By itself 0x86080007 isn't an issue, it only means that the secure boot bypass is supported but the setup isn't done / done incorrectly.

If you're getting 0x86080007 error after doing the secure boot key set up guide, then you've did something wrong.


---

# 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://fecuritydocs.gitbook.io/fecuritydocs/main-content/secure-boot-bypass.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.
