梦见你的名字 发表于 2024-6-19 22:23:09

PVE 8 Proxmox 8.0.3 假造机 安装win11 NAS Macos 14 条记

PVE 与各人常打仗的 VMWare、Parallels Desktop、VirtualBox、Hyper-V 假造机不一样的地 方在于,PVE 自己自己就是一款操作系统 (基于 Debian 开辟而来,专门为假造化举行定制和优 化),而后者们则都是跑在 Windows、macOS、Linux 系统上的一款应用程序。
win11图示(1-1)

https://img-blog.csdnimg.cn/d76e73f1b6194bc4a4bc5b783527c83c.png
NAS 图示(2-1)

https://img-blog.csdnimg.cn/1872307efcf24f47bee53054e3ab7cbb.png
NAS 图示(2-2)

NAS 图示(2-3)
https://img-blog.csdnimg.cn/d0269e30903b4166bc73c95fff37dd93.png
NAS 图示(2-4)

Mac OS 14 图示(3-1)

https://img-blog.csdnimg.cn/0efefadb0753483a8b84f0592020c990.png
Mac OS 14 图示(3-2)
https://img-blog.csdnimg.cn/40c619658ea746668c76ab4be2f1ec3b.png
Mac OS 14 图示(3-3)
https://img-blog.csdnimg.cn/0e239091a8b04ba68a00c2355e7529ea.png
Mac OS 14 图示(3-4)
https://img-blog.csdnimg.cn/2706631f32784b17810db8911b988f1b.png
https://img-blog.csdnimg.cn/34d07d9a4deb446ab5c4a951253d6387.png
https://img-blog.csdnimg.cn/10df02acbf504bda9fde3954d121d85c.png
加入Ubuntu系统

https://img-blog.csdnimg.cn/direct/d1962c4059df4c0ea4bbcc70391872c7.gif
https://img-blog.csdnimg.cn/ebf7f3d7cdef4495a785a89ebb06ddbd.png
PVE换源(记得备置好 DNS)
https://img-blog.csdnimg.cn/ba1875b2f5154285a4661c6b5290ca1d.png

https://img-blog.csdnimg.cn/c2b701c7ea0c40c0bb3445a8a410177a.png
备份官方软件源
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
加入 爱快 路由

加入Openwrt 路由

加入 铁威马Nas

PVE 安装图型介面:KDE Plasma 桌面

更新系统

sudo apt update

sudo apt upgrade

安装KDE桌面环境

sudo apt install kde-plasma-desktop

安装常用应用程序

sudo apt install firefox libreoffice gimp vlc

这将安装Firefox浏览器、LibreOffice办公套件、GIMP图像编辑器和VLC媒体播放器 PVE 直通 硬盘

查看磁盘ID
ls -l /dev/disk/by-id/ https://img-blog.csdnimg.cn/direct/44325cabefcf4812b60edd396e9ce0c9.png
qm set 100 -sata1 /dev/disk/by-id/ata-ST500LT012-1DG142_S3PXZZCR https://img-blog.csdnimg.cn/direct/d89a8ccd6def4e84811289986188fcbe.png
PVE 直通 USB

#查看usb设备
lsusb https://img-blog.csdnimg.cn/direct/4b21c6cb857b457aa1f408cc05436458.png
添加USB设备 例如:Xenta 2.4G Receiver 我的无线鼠标吸收器
qm set 100 -usb1 host=1d57:fa60   qm set 100(主机号)  -usb1(usb号) host=1d57:fa60(硬件ID)
https://img-blog.csdnimg.cn/direct/984fff6f97174c9aa9095694428dac79.png
PVE 直通核显 

。。。。
做预备升级 Pve 8.1.4

1. 选择通过重装来升级(直接升级有点烦人)

2. 备分(两个位置)需要软件 WinSCP 文件传输工具

https://img-blog.csdnimg.cn/direct/78d575f503474f38a3f7c11628fa32b8.png
位置1:
https://img-blog.csdnimg.cn/direct/a42e5829c66e4e0b9998d70dae05741f.png
https://img-blog.csdnimg.cn/direct/dfe9cfcb50764cc2afc4cf7d1bd0b254.png
位置2:
https://img-blog.csdnimg.cn/direct/fc889d6e805c467ebd85bdc9e57a70d0.png
https://img-blog.csdnimg.cn/direct/a8b8cf4699bb48ddb6ce070313963364.png
PVE 定时关机:

https://img-blog.csdnimg.cn/direct/f807b865f5ce44c3b81b2a12db92bc43.png


PVE 8.1.4 安装(8.1-2 安装完成绩会升到8.1.4)

PVE镜像下载

1、在浏览器输入以下网址下载PVE8.1-2的iso安装镜像。
Download Proxmox software, datasheets, agreements

https://img-blog.csdnimg.cn/img_convert/2a53f11d7015984edcc385e3c60b87bb.png
引导U盘制作

1、首先下载写盘工具,使用的写盘工具为Rufus,下载地址为Index of /downloads,选择最新版本的下载

https://img-blog.csdnimg.cn/img_convert/7dd4f955107a3e873d4499964f169b2c.png

https://img-blog.csdnimg.cn/img_convert/397e4484bafcfa387efb78282bb05002.png
安装过程


https://img-blog.csdnimg.cn/img_convert/81408413dd2c19d27766c12587043432.png

https://img-blog.csdnimg.cn/img_convert/0ea849f4e5441f3baf732fca42354eb8.png

https://img-blog.csdnimg.cn/img_convert/337416cbea21116f883a52730af2321c.png

https://img-blog.csdnimg.cn/img_convert/f9774ca756f88ddd0db6c0e9a2a3b046.png

https://img-blog.csdnimg.cn/img_convert/59dcef11cdbac3deb69d4d29bc1eb30e.png

https://img-blog.csdnimg.cn/img_convert/b32b6f433e95bdefd00a5cf01839dc15.png

https://img-blog.csdnimg.cn/img_convert/b5d22f977a29d323a20feb0617fe629c.png

https://img-blog.csdnimg.cn/img_convert/c425ca9496b18b1e2cbd8477d9f91eeb.png

https://img-blog.csdnimg.cn/img_convert/488e899e900ea19d2ceec7f88f7ecc34.png
完成 拔U盘 重启!!!
登岸


https://img-blog.csdnimg.cn/img_convert/c46169657d61fee35a14dab59586a7cc.png

https://img-blog.csdnimg.cn/img_convert/0bc628c870ff8c1e6cb2ff4890a281eb.png


https://img-blog.csdnimg.cn/img_convert/d7f476afb8c0e1acb4d5420b788e3d00.png

设置

首先我们需要设置一下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


https://img-blog.csdnimg.cn/img_convert/1337dabdc959a8b55714c920372c608e.png

PVE 工具1(PVE_Source)

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

https://img-blog.csdnimg.cn/img_convert/f4f60ee3e8af1a6ba70be06bf9456f3d.png

https://img-blog.csdnimg.cn/img_convert/9b1fd0ef5a42f358e64d935219257f4e.png

https://img-blog.csdnimg.cn/img_convert/1c78f3923ee3b2ac5c0b4d5961f7b6e2.png
去掉下面这个

https://img-blog.csdnimg.cn/img_convert/ddf744773720b889685716af1a363db5.png
PVE 工具2,安装Pve Tools

在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

https://img-blog.csdnimg.cn/img_convert/223bdcc6dd66814549d26101728453ba.png

PVE  Virtual Environment 8.2.2 升

下载 Ubuntu 24.04 LTS 更新

Ubuntu 24.04 LTShttps://csdnimg.cn/release/blog_editor_html/release2.3.6/ckeditor/plugins/CsdnLink/icons/icon-default.png?t=N7T8https://ubuntu.com/download/desktop
 下载 Windows 11 Vision 24H2 LTSC 版本号 Build 26100

百度网盘 请输入提取码9999
系统母盘-win11-win10-win7-winxp
https://img-blog.csdnimg.cn/direct/9748b87e8fce489baa947084fc14db8d.gif

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: PVE 8 Proxmox 8.0.3 假造机 安装win11 NAS Macos 14 条记