> For the complete documentation index, see [llms.txt](https://docs.rxirr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rxirr.com/getting-started/disabling-secure-boot.md).

# Disabling Secure Boot

{% hint style="warning" %}
BIOS and UEFI menus vary by motherboard and laptop brand.\
The Secure Boot setting may appear under `Boot`, `Security`, `Authentication`, or `Advanced`.
{% endhint %}

{% stepper %}
{% step %}

### Restart your computer

Restart your PC first.

If it is already on, do a full reboot.
{% endstep %}

{% step %}

### Enter BIOS or UEFI

Press the setup key during startup, before Windows loads.

Common keys:

* `Delete`
* `F2`
* `Esc`
* `F10`

Watch for the short on-screen prompt, like `Press Del to enter Setup`.

If you miss it, restart and try again.
{% endstep %}

{% step %}

### Open the right menu

Once inside BIOS or UEFI, navigate with your keyboard.

Look under one of these tabs:

* `Boot`
* `Security`
* `Advanced`

The exact location depends on your system.
{% endstep %}

{% step %}

### Find Secure Boot

Look for `Secure Boot` in one of these sections:

* `Boot Configuration`
* `Security`
* `Authentication`
* `Boot Options`

Some systems lock this setting until you set a `Supervisor Password` or `Administrator Password`.
{% endstep %}

{% step %}

### Disable Secure Boot

Select `Secure Boot`, then change it to `Disabled`.

You may need to press `Enter`, or use the `+` and `-` keys.

Confirm the change if your system asks.
{% endstep %}

{% step %}

### Save and exit

Open `Save & Exit` or the `Exit` tab.

Save your changes, then confirm with `Yes` or `OK`.
{% endstep %}

{% step %}

### Reboot the system

Your computer will restart with Secure Boot disabled.
{% 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://docs.rxirr.com/getting-started/disabling-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.
