25 lines
942 B
Markdown
25 lines
942 B
Markdown
# 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
|