diff --git a/04.PVE创建模板虚拟机.md b/04.PVE创建模板虚拟机.md index 9dad042..bec153d 100644 --- a/04.PVE创建模板虚拟机.md +++ b/04.PVE创建模板虚拟机.md @@ -28,7 +28,7 @@ ### 1.3.系统 -SCSI 控制器保持默认 `VirtIO SCSI single` ,并勾选 `Qemu代理` 选项。 +SCSI 控制器保持默认 `VirtIO SCSI single` ,机型可选 `q35` ,并勾选 `Qemu代理` 选项。 ![虚拟机系统](img/p04/vm_system.jpeg) @@ -123,10 +123,10 @@ $ sha512sum debian-12-genericcloud-amd64.qcow2 ```bash ## 将 qcow2 镜像导入虚拟机中 -$ qm importdisk 1000 debian-12-genericcloud-amd64.qcow2 local-lvm +$ qm importdisk 1001 debian-12-genericcloud-amd64.qcow2 local-lvm #### 镜像导入示例输出 -Successfully imported disk as 'unused0:local-lvm:vm-1000-disk-0' +Successfully imported disk as 'unused0:local-lvm:vm-1001-disk-0' ``` ![虚拟机新磁盘](img/p04/vm_unused_hd.jpeg) @@ -157,18 +157,6 @@ Successfully imported disk as 'unused0:local-lvm:vm-1000-disk-0' ![虚拟机ci参数](img/p04/vm_ci_details.jpeg) -### 2.4.添加串行端口 - -部分云镜像需要使用 `serial` 端口作为视频输出端口,否则虚拟机无法启动,因此给模板虚拟机添加串行端口。 - -点击顶部 `添加` 菜单,选择 `串行端口` 。 - -![虚拟机添加串口](img/p04/vm_serial.jpeg) - -串行端口编号为 `0` 。 - -![虚拟机串口参数](img/p04/vm_serial_details.jpeg) - 虚拟机硬件设备修改完成后,如下图所示。 ![虚拟机全部硬件](img/p04/vm_hardware_all.jpeg) diff --git a/img/p04/vm_boot.jpeg b/img/p04/vm_boot.jpeg index e3a1f50..d20e44d 100644 Binary files a/img/p04/vm_boot.jpeg and b/img/p04/vm_boot.jpeg differ diff --git a/img/p04/vm_ci_details.jpeg b/img/p04/vm_ci_details.jpeg index e4239c9..ea5c297 100644 Binary files a/img/p04/vm_ci_details.jpeg and b/img/p04/vm_ci_details.jpeg differ diff --git a/img/p04/vm_cloudinit.jpeg b/img/p04/vm_cloudinit.jpeg index 0faaf31..5901aff 100644 Binary files a/img/p04/vm_cloudinit.jpeg and b/img/p04/vm_cloudinit.jpeg differ diff --git a/img/p04/vm_delete_cd.jpeg b/img/p04/vm_delete_cd.jpeg index bbfd55e..cb1f3af 100644 Binary files a/img/p04/vm_delete_cd.jpeg and b/img/p04/vm_delete_cd.jpeg differ diff --git a/img/p04/vm_enable_hd.jpeg b/img/p04/vm_enable_hd.jpeg index 3499092..6fd99c5 100644 Binary files a/img/p04/vm_enable_hd.jpeg and b/img/p04/vm_enable_hd.jpeg differ diff --git a/img/p04/vm_hardware_all.jpeg b/img/p04/vm_hardware_all.jpeg index 0e5fed3..d497db0 100644 Binary files a/img/p04/vm_hardware_all.jpeg and b/img/p04/vm_hardware_all.jpeg differ diff --git a/img/p04/vm_hd.jpeg b/img/p04/vm_hd.jpeg index 78ac6f7..6e70cd0 100644 Binary files a/img/p04/vm_hd.jpeg and b/img/p04/vm_hd.jpeg differ diff --git a/img/p04/vm_hd_18g.jpeg b/img/p04/vm_hd_18g.jpeg index c1d969f..ed97bc5 100644 Binary files a/img/p04/vm_hd_18g.jpeg and b/img/p04/vm_hd_18g.jpeg differ diff --git a/img/p04/vm_hd_resize.jpeg b/img/p04/vm_hd_resize.jpeg index 51ea2a1..67289c3 100644 Binary files a/img/p04/vm_hd_resize.jpeg and b/img/p04/vm_hd_resize.jpeg differ diff --git a/img/p04/vm_mem.jpeg b/img/p04/vm_mem.jpeg index 85f0a6e..3d2fc9c 100644 Binary files a/img/p04/vm_mem.jpeg and b/img/p04/vm_mem.jpeg differ diff --git a/img/p04/vm_serial.jpeg b/img/p04/vm_serial.jpeg deleted file mode 100644 index 8e2868c..0000000 Binary files a/img/p04/vm_serial.jpeg and /dev/null differ diff --git a/img/p04/vm_serial_details.jpeg b/img/p04/vm_serial_details.jpeg deleted file mode 100644 index d5931d2..0000000 Binary files a/img/p04/vm_serial_details.jpeg and /dev/null differ diff --git a/img/p04/vm_tablet.jpeg b/img/p04/vm_tablet.jpeg index 859484a..727afeb 100644 Binary files a/img/p04/vm_tablet.jpeg and b/img/p04/vm_tablet.jpeg differ diff --git a/img/p04/vm_unused_hd.jpeg b/img/p04/vm_unused_hd.jpeg index bb688f9..e8bea36 100644 Binary files a/img/p04/vm_unused_hd.jpeg and b/img/p04/vm_unused_hd.jpeg differ