1,首先,用我的脚本dd debian10arm,,,
得到我的debian10arm镜像,用以下命令去dd
wget -qO- 1keydd.com|bash -s - -t 你的dd包直链
(用户名和密码有二组,debian/debian,root/password)
dd完后,用debian/debian登录ssh
2,进去,su root,nano /etc/apt/sources.list,把二处deb.debian.org全改成mirrors.aliyun.com,apt-get update,apt-get install gnupg curl
nano /etc/hosts,,,把debian前面的127.0.0.1换成你这台机器的公网ip
这就是所有的准备工作
3,安装pve
依然执行
curl https://gitlab.com/minkebox/pimox/-/raw/master/dev/KEY.gpg | apt-key add -
curl https://gitlab.com/minkebox/pimox/-/raw/master/dev/pimox.list > /etc/apt/sources.list.d/pimox.list
apt update
apt install proxmox-ve
全程,基本没有任何错误(镜像,仓库高协配!!省事亮瞎!天衣无缝)。
--------
pve6 arm完事
访问https://ip:8006,用root/password登录
扩容你装个cloud-guest-utils
growpart /dev/sda 2
resize2fs /dev/sda2