不套娃!飞牛OS安装PVE,创建openwrt旁路由,win10虚拟机,不影响自带应用使用

如果飞牛OS想安装PVE请认真看完视频

不要快进

不建议飞牛上存有重要数据的尝试折腾安装

nano /etc/hosts

echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
apt update 
apt install proxmox-ve
proxmox-boot-tool kernel list
proxmox-boot-tool kernel pin 6.6.38-trim
nano /etc/default/grub
intel_iommu=on iommu=pt
echo -e "vfio\nvfio_iommu_type1\nvfio_pci\nvfio_virqfd" >> /etc/modules
update-grub
update-initramfs -u -k all
reboot
cat /proc/sys/net/bridge/bridge-nf-call-iptables
echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables
crontab -e
@reboot /bin/sh -c 'echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables'
chmod 777 /var/tmp
qm importdisk 101 /vol1/1000/PVE/template/iso/immortalwrt-x86-64-generic-squashfs-combined-efi-by.xiaochen-note-20241108.img PVE
lsof -i:8006

crontab -e
@reboot sleep 30 && /usr/bin/pkill pveproxy

systemctl restart pveproxy
启动PVE网页管理
pkill pveproxy
关闭PVE网页管理

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 共1条
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片
    • 头像leo0