本帖最后由 jiaogeshaminghn 于 2022-4-1 13:03 编辑
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
全程,基本没有任何错误(镜像,仓库高协配!!省事亮瞎!天衣无缝)。
- b/systemd/system/qmeventd.service.
- Setting up pve-manager (6.4-4rpve1) …
- update successful
- Created symlink /etc/systemd/system/multi-user.target.wants/pvedaemon.service → /lib/systemd/system/pvedaemon.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/pveproxy.service → /lib/systemd/system/pveproxy.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/spiceproxy.service → /lib/systemd/system/spiceproxy.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/pvestatd.service → /lib/systemd/system/pvestatd.service.
- Created symlink /etc/systemd/system/getty.target.wants/pvebanner.service → /lib/systemd/system/pvebanner.service.
- Created symlink /etc/systemd/system/timers.target.wants/pvesr.timer → /lib/systemd/system/pvesr.timer.
- Created symlink /etc/systemd/system/timers.target.wants/pve-daily-update.timer → /lib/systemd/system/pve-daily-update.timer.
- Created symlink /etc/systemd/system/sysinit.target.wants/pvenetcommit.service → /lib/systemd/system/pvenetcommit.service.
- Created symlink /etc/systemd/system/pve-manager.service → /lib/systemd/system/pve-guests.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/pve-guests.service → /lib/systemd/system/pve-guests.service.
- Setting up proxmox-ve (6.3-1rpve1) …
- Processing triggers for mime-support (3.62) …
- Processing triggers for libglib2.0-0:arm64 (2.58.3-2+deb10u2) …
- Processing triggers for libc-bin (2.28-10) …
- Processing triggers for systemd (241-7~deb10u4) …
- Processing triggers for man-db (2.8.5-2) …
- Setting up glib-networking:arm64 (2.58.0-2+deb10u2) …
- Setting up libsoup2.4-1:arm64 (2.64.2-2) …
- Setting up gstreamer1.0-plugins-good:arm64 (1.14.4-1+deb10u1) …
- Processing triggers for initramfs-tools (0.133+deb10u1) …
- update-initramfs: Generating /boot/initrd.img-4.19.0-9-arm64
- Processing triggers for libgdk-pixbuf2.0-0:arm64 (2.38.1+dfsg-1) …
- Processing triggers for pve-ha-manager (3.1-1) …
- Processing triggers for libc-bin (2.28-10) …
复制代码
——–
pve6 arm完事
访问https://ip:8006,用root/password登录
扩容你装个cloud-guest-utils growpart /dev/sda 2 resize2fs /dev/sda2 |