A installation script that automates the Proxmox 8 installation process on a Raspberry Pi 4B.
Find a file
2024-12-06 12:34:18 +05:30
LICENSE Initial commit 2024-12-06 12:32:40 +05:30
proxmox-install.sh Add proxmox-install.sh 2024-12-06 12:33:08 +05:30
README.md Update README.md 2024-12-06 12:34:18 +05:30

proxmox-install-raspberry-pi

A installation script that automates the Proxmox 8 installation process on a Raspberry Pi 4B. The script includes:

  1. All necessary system updates and upgrades
  2. Migration to Debian Bookworm
  3. Installation of Proxmox VE and required packages
  4. Configuration of cgroups support
  5. Installation of the dark theme
  6. Disabling the subscription popup
  7. Configuring swap space

To use this script:

  1. First install Raspberry Pi OS 64-bit using the Raspberry Pi Imager
  2. After initial boot and SSH setup, copy this script to your Pi
  3. Make it executable: chmod +x proxmox-install.sh
  4. 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