Let's Install Pimox - Proxmox v7 for the Raspberry Pi 4
#Proxmox #RaspberryPi #SBC
Full steps can be found at https://i12bretro.github.io/tutorials/0618.html
--------------------------------------------------------------------
Things You Will Need
--------------------------------------------------------------------
- A microSD card at least 16 GB https://amzn.to/36CpShC | https://amzn.to/3CXJngt | https://amzn.to/3JqyxSP
--------------------------------------------------------------------
Download and Flash 64-bit Raspberry Pi OS
--------------------------------------------------------------------
01. Download the latest Debian for Raspberry Pi 4 https://raspi.debian.net/tested-images/
02. Download Balena Etcher https://www.balena.io/etcher/
03. Run Balena Etcher
04. Burn the Debian OS image to microSD card
05. Safely remove/eject the microSD card and insert it into the Raspberry Pi
06. Power on the Raspberry Pi
--------------------------------------------------------------------
Setting Up the OS
--------------------------------------------------------------------
01. After booting into Debian, login with the username root (there is no password by default)
02. Run the following commands in terminal
# set a root password
passwd
# enter and confirm the password
# update software repositories
apt update
# install available updates
apt upgrade -y
# install gnupg and curl
apt install gnupg curl -y
# download the pimox installation script
curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh ≫ RPiOS64-IA-Install.sh
# make the file executable
chmod +x RPiOS64-IA-Install.sh
# run the install script
./RPiOS64-IA-Install.sh
03. Answer the prompts to set a hostname, configure the network and set the root password
04. Wait while the script installs dependencies
05. The Raspberry Pi will reboot once the install script completes
06. Once to Pi boots back up, login with root and continue with the following command to finish incomplete installs and reboot once more
# finish installing proxmox
apt upgrade -y
# reboot
reboot now
07. After the second reboot Pimox should be fully installed
08. On another device, open a web browser and navigate to https://DNSorIP:8006
09. Welcome to Proxmox running on the Raspberry Pi 4
Source: https://github.com/pimox/pimox7
### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro