This repository has been archived on 2026-08-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pve_toss_notes/PVE系统安装.md
T

38 lines
1.5 KiB
Markdown
Raw 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.
## PVE系统安装
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)