update PVE系统安装.md.

This commit is contained in:
秋刀狐狸
2022-07-19 04:22:49 +00:00
committed by Gitee
parent d29c844c5c
commit 7a2534b7fb
3 changed files with 28 additions and 1 deletions
+28 -1
View File
@@ -132,4 +132,31 @@ PVE必须选择一个管理网口,默认情况下,PVE会使用编号较小
安装完成后,PVE会告知用户登录的IP地址和端口。
![PVE安装完成](img/pve_install_finish.png)
![PVE安装完成](img/pve_install_finish.png)
## PVE安装后检查
PVE安装完成后会自动重启,等待系统重启完成会显示如下界面,并使用 root 账户进行登录,密码为刚才设置的管理密码。
**注意:Linux操作系统,在输入密码时是不显示任何字符信息的,输入完成后输入回车即可。**
![PVE首次重启](img/pve_first_boot.png)
登录系统后,我们使用一些命令来查看一些基本信息:
![PVE系统信息](img/pve_sys_info.png)
```bash
## 查看系统磁盘与挂载
df -hT
cat /etc/fstab
## 查看系统代号
cat /etc/os-release
```
此处显示出PVE底层使用的是Debian的系统,代号为 “bullseye”,该代号后续会使用到。
至此PVE的安装步骤已经完成,后续将对管理网口的设置以及系统源进行调整,使用国内镜像源,去掉PVE的订阅仓库,使用开源PVE仓库。
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB