Raspberry Pi OS¶
This page outlines the setup of Raspberry Pi OS for use with Proxmox on a Raspberry Pi 5.
Installation¶
Setup Raspberry Pi OS¶
Get the latest image version
Download image
Note
Pay attention to which debian version the download URL is (e.g. trixie, bookworm, etc.)
See raspios_lite_arm64 and raspios_lite_armhf.
Write image to SD card
Create Username & Password¶
/boot/firmware/userconf.txt
Enable SSH¶
Kernel Page Size¶
You should use the Kernel with 4K pagesize
CT Notes¶
Is the container summary memory usage and swap usage always shows 0?
/boot/firmware/cmdline.txt
Unmount SD card, plug into the Raspberry Pi and boot
PXVIRT Installation¶
Tip
Alternatively, the ISO may be downloaded and installed as a removable media.
Log into the Raspberry Pi using SSH.
Add an /etc/hosts entry for your IP address.
Please make sure that your machine's hostname is resolvable via /etc/hosts, i.e. you need an entry in /etc/hosts which assigns an address to its hostname.
Make sure that you have configured one of the following addresses in /etc/hosts for your hostname:
1 IPv4 or
1 IPv6 or
1 IPv4 and 1 IPv6
Note
This also means removing the address 127.0.1.1 that might be present as default.
For instance, if your IP address is 192.168.15.77, and your hostname prox4m1, then your /etc/hosts file could look like:
/etc/hosts
Then see install PXVIRT.