赞
踩
PVE 与大家常接触的 VMWare、Parallels Desktop、VirtualBox、Hyper-V 虚拟机不一样的地 方在于,PVE 自己本身就是一款操作系统 (基于 Debian 开发而来,专门为虚拟化进行定制和优 化),而后者们则都是跑在 Windows、macOS、Linux 系统上的一款应用程序。
NAS 图示(2-2)
NAS 图示(2-3)
NAS 图示(2-4)
Mac OS 14 图示(3-2)
Mac OS 14 图示(3-3)
Mac OS 14 图示(3-4)
- 备份官方软件源
- cp /etc/apt/sources.list /etc/apt/sources.list.backup
-
- 更换新的软件源:
- 方法1:
- echo "deb http://mirrors.ustc.edu.cn/proxmox/debian buster pve-no-subscription" > /etc/apt/sources.list
-
- 方法2:
- 编辑默认软件源文件
- nano /etc/apt/sources.list
-
- 清华的镜像源
- deb https://mirrors.tuna.tsinghua.edu.cn/debian bookworm main contrib
- deb https://mirrors.tuna.tsinghua.edu.cn/debian bookworm-updates main contrib
- deb https://mirrors.tuna.tsinghua.edu.cn/debian-security/ bookworm-security main contrib
-
- ctrl + X ---->y----->
-
- 更新软件源
- apt update && apt upgrade
-
- 验证新软件源
- apt-get check
-
- 重启PVE
- reboot

- 更新系统
-
- sudo apt update
-
- sudo apt upgrade
-
- 安装KDE桌面环境
-
- sudo apt install kde-plasma-desktop
-
- 安装常用应用程序
-
- sudo apt install firefox libreoffice gimp vlc
-
- 这将安装Firefox浏览器、LibreOffice办公套件、GIMP图像编辑器和VLC媒体播放器
查看磁盘ID
ls -l /dev/disk/by-id/
qm set 100 -sata1 /dev/disk/by-id/ata-ST500LT012-1DG142_S3PXZZCR
#查看usb设备
lsusb
添加USB设备 例如:Xenta 2.4G Receiver 我的无线鼠标接收器
qm set 100 -usb1 host=1d57:fa60
qm set 100(主机号) -usb1(usb号) host=1d57:fa60(硬件ID)
。。。。
位置1:
位置2:
1、在浏览器输入以下网址下载PVE8.1-2的iso安装镜像。
Download Proxmox software, datasheets, agreements
1、首先下载写盘工具,使用的写盘工具为Rufus,下载地址为Index of /downloads,选择最新版本的下载
完成 拔U盘 重启!!!
首先我们需要配置一下pve的dns来保证pve可以正确访问到网络,这里使用了阿里云公共的DNS,223.5.5.5,223.6.6.6,然后点击ok,电信网可以:202.96.128.86,202.96.134.133,还有可114.114.114.114 ,8.8.8.8
pve_source是pve脚本(首发于X86派论坛),可以更方便的初始化PVE,打开Shell粘贴如下命令。
wget -q -O /root/pve_source.tar.gz 'https://bbs.x86pi.cn/file/topic/2023-11-28/file/01ac88d7d2b840cb88c15cb5e19d4305b2.gz' && tar zxvf /root/pve_source.tar.gz && /root/./pve_source
去掉下面这个
在shell里
安装Pve Tools
export LC_ALL=en_US.UTF-8 apt update && apt -y install git && git clone https://github.com/ivanhao/pvetools.git
启动工具
cd pvetools
./pvetools.sh
Ubuntu 24.04 LTShttps://ubuntu.com/download/desktop
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。