创建你的可启动媒体
Unraid OS 安装在 USB 闪存驱动器上,作为服务器的启动设备。您可以使用我们推荐的 自动安装方法 通过 USB Flash Creator 工具创建此可启动媒体,或者按照 手动安装方法 进行操作。在这两种情况下,您都需要一个高质量的 USB 闪存驱动器(4 到 32 GB 之间),并且具有唯一的 GUID。
自动安装方法
自动安装方法是设置 Unraid OS 的最佳方式。它简化了过程,减少了错误,且确保您的 USB 闪存驱动器可准备好以适应大多数硬件配置。对于大多数用户来说,这一方法提供了最快且最可靠的成功安装途径。
-
准备你的 USB 设备: 插入高质量的 USB 闪存驱动器到你的电脑中。
-
下载並安装 Unraid USB 闪存创建工具和 Unraid OS 到驱动器。 Windows | Mac | Linux
-
完成设置: 自定义你的服务器名称和网络设置。
-
弹出并安装: 安全移除 USB 驱动器并将其插入你的服务器。
-
配置您的服务器 BIOS 设置
- 将启动设备设置为 USB 闪存驱动器。
- Enable hardware virtualization features, including IOMMU. (See HVM & IOMMU configuration for details.)
-
启动到 Unraid OS: 保存你的 BIOS 配置,然后退出以启动到 Unraid OS。
手动安装方法
手动安装方法专为 USB Flash Creator 工具不可用或与您的硬件不兼容的情况设计。此方法提供了对格式化和设置过程的完全控制,使其非常适合高级用户或用于特定 USB 设备问题的排查。
选择启动设备
Unraid requires boot media with a unique hardware GUID. For USB boot, this is typically a USB flash drive. Drives that lack a unique GUID or reuse a GUID already registered to another user cannot be used with Unraid and may be blacklisted if they cause registration problems.
The most widely recognized brands, such as SanDisk, Kingston, and Samsung, are often counterfeited. Counterfeit drives frequently do not have a unique GUID, and some legitimate models from these brands have been reported to use non-unique identifiers. If you are unsure whether you are buying an authentic product from an authorized retailer, choosing a less-popular brand may actually be a safer option. These brands usually offer good-quality products but are less targeted by counterfeiters.
Brands often considered reliable by the community for having unique GUIDs (and generally less prone to counterfeiting) include:
- TeamGroup
- Transcend
- PNY
Purchase from reputable retailers and avoid auction sites, unknown sellers, and second-hand or gray-market drives. For more information about SanDisk, see the forum PSA on counterfeit SanDisk USB drives.
准备你的 USB 设备
- 插入你要准备为启动设备的 USB 驱动器。
- 格式化为 FAT32(不是 ex-FAT 或 NTFS)。
- 将卷标设置为
UNRAID(大小写敏感,全大写)。
在 Windows 上,使用内置的格式化工具无法将大于 32 GB 的驱动器格式化为 FAT32(默认格式为 exFAT)。对于大于 32 GB 的驱动器,您需要使用第三方工具,例如 Rufus 来格式化为 FAT32。
下载并提取
- 前往 Unraid 下载存档 并下载您选择版本的 ZIP 文件。
- 将 ZIP 内容提取到 USB 设备。
- 确认文件已复制。
使 USB 设备可启动
此部分仅在启用 Legacy 启动时需要。如果设置为 UEFI 启动,则不需要运行这些脚本。
运行适合您操作系统的脚本:
Windows 7 或更高版本:
- 右键单击
make_bootable并选择 以管理员身份运行。
Mac:
- 双击
make_bootable_mac并输入您的管理员密码。
Linux:
-
将
make_bootable_linux复制到您的硬盘。 -
卸载 USB 驱动器。
-
在终端中运行:
sudo bash ./make_bootable_linux
在此过程中,USB 驱动器可能会暂时消失并重新出现几次。这是正常现象。