Orangepi 5 Pro + Armbian debian – Proxmox
#orangepi #armbian #rk3588s #proxmox
Here is how to install and configure Proxmox on Orangepi 5 Pro.
Hardware used:
Orangepi 5 pro
120GB SSD usb 3.0
Software used:
Armbian debian XFCE
(https: //www.armbian.com/orange-pi-5-pro/)
Proxmox VE on Debian bookworm
(https ://github.com/jiangcuo/Proxmox-Port/wiki/Install-Proxmox-VE-on-Debian-bookworm)
Preparations:
remove XFCE from Armbian
1) sudo systemctl disable lightdm
2) sudo reboot
3) sudo apt remove terminator bleachbit emacs meld pidgin pithos mousepad mpv regexxer transmission-* viewnior xsensors xscreensaver celluloid hexchat emacs* chromium firefox-esr libreoffice* putty mc mc-data thunar xarchiver thunderbird x11* armbian-bookworm-desktop-xfce lightdm xfce4* gparted alsa-utils gnome*
4) sudo apt autoremove
5) sudo reboot
6) sudo apt-get update && sudo apt-get full-upgrade
7) download and replace dtb for USB3.0 enabled – copy from zip to /boot/dtb/rockchip
https: //fastshare.cloud/29472424/op5pro-armbian-malig610.zip
8) sudo reboot
Proxmox installation:
https: //github.com/jiangcuo/Proxmox-Port/wiki/Install-Proxmox-VE-on-Debian-bookworm
1) su – (login as root)
2) /etc/hosts (edit for static IP)
3) add repos from Proxmox wiki (link above)
4) run apt update && apt full-upgrade
5) nano /etc/apt/sources.list.d/pveport.list (add – #deb http ://download.proxmox.com/debian/pve bookworm pve-no-subscription)
6) comment port repo and uncoment pve-no-sub repo
7) apt install ifupdown2
8) reboot
9) nano /etc/apt/sources.list.d/pveport.list (change back to port repo)
10) apt update && apt full-upgrade
11) apt install proxmox-ve postfix open-iscsi
12) reboot
Important:
Proxmox VM configuration:
CPU Affinity:
RK3588 uses so called Big.Little architecture so for correct proxmox virtualisation functionality you must use together only cores from Big or Little architecture.
Cores 0-3 = A55 cores (1.8 GHz)
Cores 4-7 = A76 cores (2.4 GHz)
So VMs where high performance is not needed you can use 0-3 (1.8 GHZ) cores and where performance is needed you will use 4-7 (2.4 GHZ) cores.
Hope helps and have fun 🙂
[ad_2]
source