2025-01-23 16:43:06 +08:00

25 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
author = "FlintyLemming"
title = "QNAP TS-453B mini 安装黑群晖硬盘识别问题解决"
slug = "c7aqQDgpFk4moMMfjVhLW3"
date = "2025-01-01"
description = ""
categories = ["HomeLab"]
tags = ["黑群晖"]
image = "https://image.mitsea.com/blog/posts/2025/01/zach-lezniewicz-E4IDq9NfFYY-unsplash.avif"
+++
这台机器用的外挂 SATA 控制器不能被大多数 Linux 系统默认识别Windows 倒是可以,所以黑群晖自然也是识别不到。
解决方案参考知乎这篇文章修改 GRUB既然改的是引导所以其实跟你用什么群晖机型无关它在 rr 的 bootloader 里执行 `lsblk` 就看不到设备
[https://zhuanlan.zhihu.com/p/409567877](https://zhuanlan.zhihu.com/p/409567877)
解决方法他这里也写了,就是改 GRUB 然后修改 `GRUB_CMDLINE_LINUX="pcie_port_pm=off"` ,只不过 rr 的引导是靠 grub.cfg 来定义的 GRUB所以刚上手不知道这个文件对应改哪里。摸索了一下发现改 `set RR_CMDLINE` 内的内容有效。
在这行的最后加一段 `pcie_port_pm=off` 就可以了
![](https://image.mitsea.com/blog/posts/2025/01/image_850z0ohy1Z.avif)
> Photo by [Zach Lezniewicz](https://unsplash.com/@zachlez?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash) on [Unsplash](https://unsplash.com/photos/a-black-and-white-photo-of-a-large-body-of-water-E4IDq9NfFYY?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash)