diff --git a/PVE系统安装.md b/PVE系统安装.md index e2f3384..2bc919e 100644 --- a/PVE系统安装.md +++ b/PVE系统安装.md @@ -5,4 +5,34 @@ PVE系统正式安装之前,需要准备PVE的安装镜像和一些必要安 ### PVE镜像下载 PVE下载地址:https://www.proxmox.com/en/downloads + ![下载PVE ISO文件](img/pve_download_iso.png) + +点击 Proxmox VE 7.x ISO Installer 链接。此处可能有多个PVE的安装ISO,可以根据需要进行选择。 +此处我以目前最新的 Proxmox VE 7.2 ISO 作为演示。 + +![输入图片说明](img/pve_iso_hash.png) + +下载ISO时请注意SHA256SUM,后续将使用该校验信息对下载下来的ISO进行校验,以确保ISO文件的完整性。 + +### 启动盘制作工具 + +考虑到各位制作PVE启动盘时,所使用的操作系统可能有Windows、macOS、Linux,因此我这里推荐几个常用的写盘工具。 + + **Ventoy:** +官方网站地址:https://www.ventoy.net/cn/index.html +强烈推荐的引导盘制作工具,也是我目前在用的写盘工具,优点是可以在一个U盘中放入复数个可引导的ISO文件。 +免去了多次格式化U盘再写入ISO文件的操作,非常友好。 +缺点是只支持Windows、Linux。 +![输入图片说明](img/pve_ventoy.png) + + **Etcher:** +官方网站地址:https://www.balena.io/etcher/ +跨平台的写盘工具,开源,写盘速度很快。缺点是该软件体积较大,下载缓慢。 +支持Windows、macOS、Linux。 +![输入图片说明](img/pve_etcher.png) + + **Rufus:** +官方网站地址:https://rufus.ie/zh/ +轻便小巧的写盘工具,仅支持Windows。 +![输入图片说明](img/pve_rufus.png) \ No newline at end of file diff --git a/img/pve_etcher.png b/img/pve_etcher.png new file mode 100644 index 0000000..b47f339 Binary files /dev/null and b/img/pve_etcher.png differ diff --git a/img/pve_iso_hash.png b/img/pve_iso_hash.png new file mode 100644 index 0000000..26f3d71 Binary files /dev/null and b/img/pve_iso_hash.png differ diff --git a/img/pve_rufus.png b/img/pve_rufus.png new file mode 100644 index 0000000..8b92f16 Binary files /dev/null and b/img/pve_rufus.png differ diff --git a/img/pve_ventoy.png b/img/pve_ventoy.png new file mode 100644 index 0000000..2f617e8 Binary files /dev/null and b/img/pve_ventoy.png differ