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

# 导入虚拟机的 UEFI 调整

在导入使用 UEFI 磁盘作为启动设备的 VM 镜像后，有时 VM 在 VergeOS 平台内无法正常启动。为了解决这个问题，需要调整启动顺序/选项。

以下是针对因来宾 UEFI BIOS 设置导致已导入 VM 无法启动问题的建议解决方案列表：

## 解决方案 1

1. 从新导入 VM（在尝试在 VergeOS 中将其开机之前）开始，在 Verge 中编辑该 VM，并启用 **UEFI 启动** 该选项。
2. 启动 VM。
3. 按下 **ESC** 在 5 秒内进入 VM BIOS（如有必要，你可以在 Verge 中编辑 VM 设置以增加启动计时器）。
4. 进入 BIOS 并导航到 **启动管理器选项** （这可能因 BIOS 而异）。
5. 将所选启动设备更改为 Verge IO 设备。
6. 退出 UEFI BIOS。
7. 重新启动 VM。

## 解决方案 2

1. 从新导入 VM（在尝试在 VergeOS 中将其开机之前）开始，在 Verge 中编辑该 VM，并启用 **UEFI 启动** 该选项。
2. 启动 VM。
3. 按下 **ESC** 在 5 秒内进入 VM BIOS（如有必要，你可以在 Verge 中编辑 VM 设置以增加启动计时器）。
4. 进入 BIOS 并导航到 **启动管理器选项** （这可能因 BIOS 而异）。
5. 禁用 **安全启动** 作为一个选项。
6. 退出 UEFI BIOS。
7. 重新启动 VM。

***

{% hint style="info" %}
**文档信息**

* 最后更新：2024-09-03
* VergeOS 版本：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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/zh/virtual-machines/uefi-tweaks-for-imported-vms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
