# BIOS模式（Bios Mode）

{% hint style="warning" %}
非 UEFI BIOS 模式会阻止我们的解决方案启动，因此请确保它是 UEFI。
{% endhint %}

### 检查 BIOS 模式

{% stepper %}
{% step %}

### 打开系统信息

在 Windows 搜索中输入 `msinfo32`打开 msinfo32。

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/o2XMDI3dM5cDlxnBmEnE/image)
{% endstep %}

{% step %}

### 转至系统摘要

在系统信息窗口中，转到系统摘要。

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/0Vkpxb5YcRuSTpqncFLe/image)
{% endstep %}

{% step %}

### 查找 BIOS 模式

找到“BIOS 模式”这一行。如果是 UEFI，那么就可以了。

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/e5wclqwIaUmXqV2mfiGk/image)
{% endstep %}
{% endstepper %}

如果您的 BIOS 模式不是 UEFI，您可以尝试 MBR2GPT（可能不适用于所有系统）或重新安装 Windows。请阅读以下选项。

***

### 方法一 : **MBR2GPT(可能无效)**

你可以尝试微软官方教程\
<https://learn.microsoft.com/en-us/windows/deployment/mbr-to-gpt>

或者跟随以下步骤

{% stepper %}
{% step %}

### 以管理员身份打开 PowerShell。

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/aVwfDKAQuTZOCNgyZCvA/image)
{% endstep %}

{% step %}

### 验证磁盘布局

运行:

{% code title="Validate" %}

```
```

{% endcode %}
{% endstep %}

{% step %}

### 转换磁盘

运行:

{% code title="Convert" %}

```
```

{% endcode %}

转换成功后，您应该会看到以下消息：“在新系统正常启动之前，您需要切换固件以启动到 UEFI 模式！”

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/ka8Riws1pk204sSl6Xra/image)
{% endstep %}

{% step %}

### 故障排除：磁盘布局验证失败

如果您看到：

```
MBR2GPT: Disk layout validation failed for disk 0
```

按照故障排除指南操作。有用视频：“磁盘 0 的 MBR2GPT 磁盘布局验证失败”（YouTube）

<https://www.youtube.com/watch?v=ytRJhwL6vAg>
{% endstep %}
{% endstepper %}

***

### 修复2：Windows重新安装

### 需要至少4 GB的USB。

{% stepper %}
{% step %}

### 准备USB

1. 获取USB（至少4 GB）。
2. 下载Windows媒体创建工具：

* Windows 11：<https://www.micorosft.com/en-gb/software-download/windows11\\>
  Windows 10：<https://www.micorosft.com/en-gb/software-download/windows10>

要查看我们支持的Windows版本，请参阅：<https://fecuritydocs.gitbook.io/fecuritydocs/misc-content/system-requirements>
{% endstep %}

{% step %}

### 使用媒体创建工具创建ISO

打开媒体创建工具并单击下一步，直到“选择要使用的媒体”，然后选择ISO文件选项。

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/mOSgiY7PN1JpmeFguHsD/image)
{% endstep %}

{% step %}

### 使用 Rufus 创建可引导的 USB 驱动器

创建ISO后，请从以下链接下载Rufus：<https://rufus.ie/>

打开Rufus后，请按照以下设置进行配置：

分区方案：选择GPT。\
目标系统：选择UEFI（非CSM）。

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/GWYhcE4FJgiMehMvQNw3/image)
{% endstep %}

{% step %}

### 在BIOS中禁用CSM

1. **进入BIOS设置：** 重启电脑，在启动时按下特定的按键（通常是Del、F2、F12、Esc等，具体取决于您的主板品牌）。
2. **导航至“启动”选项卡：** 在BIOS界面中使用方向键找到“启动”（Boot）选项卡。
3. **寻找CSM设置：** 在“启动”选项卡中，寻找名为“CSM（兼容性支持模块）”或类似的选项。
4. **禁用CSM：** 将CSM设置为“禁用”（Disabled）。
5. **保存并退出：** 按下保存并退出BIOS设置的按键（通常是F10），并确认保存更改。

请注意，禁用CSM可能会影响某些旧版操作系统的启动。确保您的操作系统支持UEFI启动。

![](https://content.gitbook.com/content/6wO07NgQG5KKn5zCyYaJ/blobs/gvjSRqhWFgvilej2SVpd/image)
{% endstep %}

{% step %}

### 安装Windows

从USB驱动器启动并安装Windows。在安装过程中，根据需要删除和创建磁盘。
{% endstep %}
{% endstepper %}

Last updated 5 months ago


---

# 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://dms666.gitbook.io/dms-service/fu-zhu-fen-lei/fecurity-fr-lang-tou/fecurity-shi-yong-qian-zhi/bios-mo-shi-bios-mode.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.
