# 屏蔽三星 PM981 NVMe 固态硬盘

## 这个页面解决什么问题？

在 macOS 下屏蔽 PM981 硬盘，防止因 PM981 硬盘的存在，引起系统死机等。

## 注意事项

* 屏蔽 PM981 并不是长久之计，仅适用于迫不得已、不得不保留该硬盘的时候。
* 并不能保证在屏蔽 PM981 硬盘后，就一定不会出现死机等问题。
* 当然，要屏蔽 PM981 硬盘，你需要用另一块兼容 macOS 的 SATA/NVMe 硬盘或机械硬盘来安装系统。

## 操作

1. **拔除 PM981**，在另一块硬盘上安装好 macOS 系统并确保**能正常进入桌面、不死机**。
2. 下载本仓库下提供的 [SSDT-DNVME.aml](https://github.com/kirainmoe/hasee-tongfang-macos/raw/master/Addons/SSDT-DNVME.aml)，将其放到 `Clover` 配置文件目录的 `ACPI/patched` 下（在该目录下你会看到其它以 `SSDT-` 开头的文件）。
3. 修改 Clover 配置，在 `ACPI => SortedOrder (或译为“分类排序”）` 中添加 `SSDT-DNVME.aml`，如下图所示：

![image.png](https://camo.githubusercontent.com/f0547123b66fe701160fd22346a1f1684e49e293/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30392f32342f334f563846586d5a5139706f6137642e706e67)

你也可以直接使用文本编辑器修改 `config.plist` 添加该 SSDT：

![image.png](https://camo.githubusercontent.com/4771b3e1b64886d66a4558eed7a98cfe24f655d0/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30392f32342f6d5655486a6e726c363738613946772e706e67)

&#x20;   4\. 关机后将 PM981 插到正确被屏蔽的盘位上。如以 KP7GZ、CT7GK 的模具为例，以电池所在位置为下方作参照，KP7GZ/CT7GK 被屏蔽的盘位是偏上的 M.2 位置，将 PM981 插到相应的位置，引导 macOS 看看 PM981 是否被正确屏蔽、引导 Windows 看硬盘是否正常。

&#x20;   5\. 如果没有被正确屏蔽，则将 PM981 换到另一个盘位上测试。


---

# 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://hackintosh.kirainmoe.com/ying-jian-xiang-guan/ping-bi-san-xing-pm981-nvme-gu-tai-ying-pan.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.
