> For the complete documentation index, see [llms.txt](https://unixx.shop/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unixx.shop/docs/about/product-faq/disable-secure-boot.md).

# Disable Secure Boot

## How to Disable Secure Boot (If Enabled)

If your software won’t load or is being blocked during injection, Secure Boot might be interfering. Your software may also require Secure Boot to be turned off to function properly. Here's how to check and disable it:

{% stepper %}
{% step %}

### Check If Secure Boot Is Enabled

* Press **Windows + R**, type `msinfo32`, and hit Enter.
* In the System Information window, find **Secure Boot State**.

If it says **Off**, you're good — you can skip this guide.\
If it says **On**, continue with the steps below
{% endstep %}

{% step %}

### Disable Secure Boot in BIOS/UEFI

To turn it off, you’ll need to access your BIOS/UEFI settings:

* Restart your PC.
* During boot, press the key to enter BIOS — usually **Delete**, **F2**, or **F10** (varies by motherboard).
* Look for a tab like **Boot**, **Security**, or **Authentication**.
* Find **Secure Boot** and set it to **Disabled**.
* Save changes and exit BIOS.

*Note:* If you can't disable Secure Boot, you may need to set a **Supervisor/Admin password** in BIOS first, or switch Boot Mode from **UEFI to Legacy/CSM** (varies by system).

**Not Sure Where to Find It?**

Search on Google:\
`"Your motherboard model" how to disable secure boot in BIOS`

Example:\
`MSI B550 how to disable secure boot in BIOS`
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://unixx.shop/docs/about/product-faq/disable-secure-boot.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.
