diff --git a/01.PVE系统安装.md b/01.PVE系统安装.md index 9b7b2ab..802e0bc 100644 --- a/01.PVE系统安装.md +++ b/01.PVE系统安装.md @@ -6,7 +6,7 @@ PVE 系统正式安装之前,需要准备 PVE 的安装镜像和一些必要 PVE 下载地址:[Proxmox Virtual Environment](https://www.proxmox.com/en/downloads/proxmox-virtual-environment/iso) -页面中有多个 PVE 相关文件,本文以目前最新的 `Proxmox VE 9.0 ISO Installer` 作为演示。 +页面中有多个 PVE 相关文件,本文以目前最新的 `Proxmox VE 9.x ISO Installer` 作为演示。 下载 ISO 时请注意 `SHA256SUM` ,后续将使用该校验信息对下载下来的 ISO 进行校验,以确保 ISO 文件的完整性。 diff --git a/04.PVE创建模板虚拟机.md b/04.PVE创建模板虚拟机.md index d9833b4..4e46611 100644 --- a/04.PVE创建模板虚拟机.md +++ b/04.PVE创建模板虚拟机.md @@ -54,6 +54,8 @@ CPU `类别` 选择 `host` ,`插槽` 与 `核心` 数根据物理 CPU 核心 内存一般 `2G` 足够使用,取消勾选 `Ballooning设备` 。 +对于 `Kernel Samepage Merging (KSM)` 内核同页合并功能,建议保留勾选状态。 + ![虚拟机内存](img/p04/vm_mem.jpeg) ### 1.7.网络 diff --git a/README.md b/README.md index 7739564..53deebb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 介绍 PVE 虚拟化平台的安装以及折腾手记。 -- PVE ISO 版本:9.0-1 (更新时间: 2025-08-05) +- PVE ISO 版本:9.1-1 (更新时间: 2025-11-19) - PVE 网络: - IPv4 网络 diff --git a/img/p01/pve_download_iso.jpeg b/img/p01/pve_download_iso.jpeg index 742c35b..45c15fe 100644 Binary files a/img/p01/pve_download_iso.jpeg and b/img/p01/pve_download_iso.jpeg differ diff --git a/img/p04/vm_cpu.jpeg b/img/p04/vm_cpu.jpeg index ec657ca..4403c80 100644 Binary files a/img/p04/vm_cpu.jpeg and b/img/p04/vm_cpu.jpeg differ diff --git a/img/p04/vm_id.jpeg b/img/p04/vm_id.jpeg index 2c601cb..8b52d46 100644 Binary files a/img/p04/vm_id.jpeg and b/img/p04/vm_id.jpeg differ diff --git a/img/p04/vm_mem.jpeg b/img/p04/vm_mem.jpeg index 2f6184e..e52cc00 100644 Binary files a/img/p04/vm_mem.jpeg and b/img/p04/vm_mem.jpeg differ diff --git a/img/p04/vm_system.jpeg b/img/p04/vm_system.jpeg index a445501..517c420 100644 Binary files a/img/p04/vm_system.jpeg and b/img/p04/vm_system.jpeg differ