From 79a06e8a0f4537c43da1e0a2ba117651b1cb3ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Wed, 20 Jul 2022 02:04:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20PVE=E7=B3=BB=E7=BB=9F=E5=AE=89?= =?UTF-8?q?=E8=A3=85.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PVE系统安装.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PVE系统安装.md b/PVE系统安装.md index b855be3..57da200 100644 --- a/PVE系统安装.md +++ b/PVE系统安装.md @@ -1,9 +1,9 @@ -## PVE系统安装 +## 安装前准备 PVE系统正式安装之前,需要准备PVE的安装镜像和一些必要安装工具。 -## PVE镜像下载 +### PVE镜像下载 PVE下载地址:https://www.proxmox.com/en/downloads @@ -17,11 +17,11 @@ PVE下载地址:https://www.proxmox.com/en/downloads 下载ISO时请注意SHA256SUM,后续将使用该校验信息对下载下来的ISO进行校验,以确保ISO文件的完整性。 -## 启动盘制作工具 +### 启动盘制作工具 考虑到各位制作PVE启动盘时,所使用的操作系统可能有Windows、macOS、Linux,因此我这里推荐几个常用的写盘工具。 -### Ventoy +#### Ventoy 官方网站地址:https://www.ventoy.net/cn/index.html 强烈推荐的引导盘制作工具,也是我目前在用的写盘工具,优点是可以在一个U盘中放入复数个可引导的ISO文件。 @@ -29,14 +29,14 @@ PVE下载地址:https://www.proxmox.com/en/downloads 缺点是只支持Windows、Linux。 ![Ventoy写盘工具](img/pve_ventoy.png) -### Etcher +#### Etcher 官方网站地址:https://www.balena.io/etcher/ 跨平台的写盘工具,开源,写盘速度很快。缺点是该软件体积较大,下载缓慢。 支持Windows、macOS、Linux。 ![Etcher写盘工具](img/pve_etcher.png) -### Rufus +#### Rufus 官方网站地址:https://rufus.ie/zh/ 轻便小巧的写盘工具,仅支持Windows。