> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/virtual-machines/uefi-tweaks-for-imported-vms.md).

# UEFI Tweaks for Imported VMs

After importing VM images leveraging UEFI disks as boot devices, sometimes the VM will not boot properly inside the VergeOS platform. To resolve this, tweaks to boot order/options need to be made.

Here is a list of suggested solutions for issues with imported VMs not booting because of guest UEFI BIOS settings:

## Solution 1

1. From a fresh import of the VM (before trying to power it up inside VergeOS), edit the VM in Verge and enable the **UEFI Boot** option.
2. Power on the VM.
3. Hit **ESC** within 5 seconds to get into the VM BIOS (you can edit the VM settings in Verge to increase the boot timer if necessary).
4. Enter the BIOS and navigate to **Boot Manager Options** (this may vary depending on the BIOS).
5. Change the selected boot device to the Verge IO device.
6. Exit the UEFI BIOS.
7. Reboot the VM.

## Solution 2

1. From a fresh import of the VM (before trying to power it up inside VergeOS), edit the VM in Verge and enable the **UEFI Boot** option.
2. Power on the VM.
3. Hit **ESC** within 5 seconds to get into the VM BIOS (you can edit the VM settings in Verge to increase the boot timer if necessary).
4. Enter the BIOS and navigate to **Boot Manager Options** (this may vary depending on the BIOS).
5. Disable **Secure Boot** as an option.
6. Exit the UEFI BIOS.
7. Reboot the VM.

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-09-03
* VergeOS Version: 4.12.6
  {% endhint %}


---

# 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.vergeos-demo.com/knowledge-base/virtual-machines/uefi-tweaks-for-imported-vms.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.
