甲骨文 ARM 安装PVE开LXC小鸡完整教程

 项目地址 https://github.com/pimox/pimox7

重装成debian11

首先使用netboot重装系统为debian11,具体不多说了,大家都会

网络设置

想要安装后不断网,一定要先将网络设置为静态

先查看自己的内网IP

我这里是10.0.0.234

修改/etc/network/interfaces

  • iface enp0s3 inet static
  • address 10.0.0.234
  • netmask 255.255.255.0
  • gateway 10.0.0.1

重启生效

修改hosts

添加一行

  • 公网IP 主机名.proxmox.com 主机名

并注释掉其他的,只留下127.0.0.1 localhost和这一行

修改好后执行

  • hostname --ip-address

只返回你的公网IP即可,不然等会安装会报错

修改源并安装pve

sudo apt-get update
sudo apt-get install gnupg2

  • rm /etc/apt/sources.list.d/*.list
  • rm /etc/apt/source.list
  • echo "# Raspberry Pi Bullseye Repoo
  • deb http://archive.raspberrypi.org/debian/ bullseye main
  • # Pimox7 Repo
  • deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/
  • # Debian Rep0
  • deb http://deb.debian.org/debian bullseye main contrib non-free
  • # Security Updated
  • deb http://security.debian.org/debian-security bullseye-security main contrib non-free" > /etc/apt/sources.list
  • apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82B129927FA3303E
  • curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add -
  • apt update
  • apt install proxmox-ve -y

不要盲目复制粘贴,自己看着执行下去

安装中途会有弹窗,默认选项即可

等个几分钟就装好了,然后重启

浏览器输入https://ip:8006即可打开pve

但是会发现AppArmor报错,开小鸡时候也会报错

重新编译安装AppArmor

sudo apt-get update
sudo apt-get install python3-pip  # 对于Python 3
pip3 install setuptools  # 使用pip3来确保安装到Python 3

  • apt install git bison flex autoconf libtool swig gettext -y
  • git clone https://gitlab.com/apparmor/apparmor.git
  • cd apparmor
  • export PYTHONPATH=$(realpath libraries/libapparmor/swig/python)
  • export PYTHON=/usr/bin/python3
  • export PYTHON_VERSION=3
  • export PYTHON_VERSIONS=python3
  • cd ./libraries/libapparmor
  • ./autogen.sh
  • ./configure --prefix=/usr --with-perl --with-python
  • make
  • make install
  • cd ../../binutils/
  • make
  • make install
  • cd ../parser/
  • make
  • make install
  • cd ../utils/
  • make
  • make install
展开

下载ARM模板开机

去这里下载arm的模板https://uk.lxd.images.canonical.com/images/

rootfs.tar.xz文件名,基本上什么系统都有

评论

匿名说…
https://virt.spiritlhl.net/guide/pve_precheck.html
匿名说…
https://github.com/LloydAsp/OsMutation

此博客中的热门博文

Clash Verge系列使用最佳实践

X-UI 安装使用教程,支持多协议多用户的 Xray 可视化面板

非 root 用户自建 v2ray 梯子 (serv00-vmess)

使用一键脚本,部署 Hysteria 2(歇斯底里)协议节点-尚未完成小火煎的配置

Telegram RSS机器人-Flowerss bot比较全面的安装教程

使用x-ui面板中转流量解锁流媒体-服务器端分流节点

最新11个可用的TG代理,请收藏!

Serv00搭建各种服务

VPS挂机流量

X-for-Serv00 让你的 Serv00 节点获得更好的体验