A installation script that automates the Proxmox 8 installation process on a Raspberry Pi 4B.
LICENSE | ||
proxmox-install.sh | ||
README.md |
proxmox-install-raspberry-pi
A installation script that automates the Proxmox 8 installation process on a Raspberry Pi 4B. The script includes:
- All necessary system updates and upgrades
- Migration to Debian Bookworm
- Installation of Proxmox VE and required packages
- Configuration of cgroups support
- Installation of the dark theme
- Disabling the subscription popup
- Configuring swap space
To use this script:
- First install Raspberry Pi OS 64-bit using the Raspberry Pi Imager
- After initial boot and SSH setup, copy this script to your Pi
- Make it executable:
chmod +x proxmox-install.sh
- Run it as root:
sudo ./proxmox-install.sh
Important notes:
- Make sure you have a backup before running this script
- Your Pi should have internet connectivity
- The script should be run on a fresh installation of Raspberry Pi OS
- The installation process may take some time, especially during the dist-upgrade step