# 第二章：将目标计算机启动进 Hikari PE

如需启动 Hikari PE，您需要确保目标计算机的硬件必须符合要求。

由于 Hikari PE 的设计初期就不考虑过于老旧硬件的支持，以下配置要求仅供参考：

Hikari PE V9.0 的配置要求：

* CPU：必须支持 x86-64 指令集（又被称作 EM64T，Intel 64 或 AMD64）
* RAM：最低 2GB，推荐 4GB 或以上
* 其它要求：必须支持 64 位统一可扩展固件接口（UEFI）启动模式
* 不要求支持安全启动（Secure Boot）

{% hint style="info" %}
我们认为，不支持 UEFI 的硬件，也将难以顺畅安装使用 Windows 11，因此 Hikari PE V9.0 开始，移除了对传统启动模式（Legacy/MBR）的支持。

如果您试图通过传统启动模式启动 Hikari PE V9.0，您应当会看到一个指导您迁移到 UEFI 模式的提示。
{% endhint %}

Hikari PE V4.0 的配置要求：

* CPU：必须支持 PAE、NX、SSE2 指令集
* RAM：最低 768MB，推荐 2GB 或以上

如果不知道您的 CPU 是否支持 Hikari PE，您可以通过 CPU-Z 这款软件检查您的 CPU 支持哪些指令集。

{% hint style="info" %}
Hikari PE ARM64 仍在推出计划之中，因此 Hikari PE 暂时不支持在搭载 ARM 架构处理器——例如 Qualcomm(R) Snapdragon(TM) 处理器的计算机上运行。
{% endhint %}

{% content-ref url="/pages/-M3yNj-\_FDHuQ8Giddpt" %}
[2.1：如果您将 Hikari PE 装入了光盘、U 盘或移动硬盘](/chapter2/2.1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M3yNmOhoFFVDLZ5YJI9" %}
[2.2：如果您将 Hikari PE 装入了 Android 手机](/chapter2/2.2.md)
{% endcontent-ref %}


---

# 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://hikaripe-sc.hikaricalyx.com/chapter2.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.
