I have Proxmox installed on a Raspberry Pi 5.
I wanted to have the VMs use the official Raspbian OS images. These are the steps to do it, looks more than it actually is. It was also based off my previous guide to do this on ESXI.
ESXI instructions similar
On a Linux computer:
Download a Raspberry Pi Image
Read more
I wanted to have the VMs use the official Raspbian OS images. These are the steps to do it, looks more than it actually is. It was also based off my previous guide to do this on ESXI.
ESXI instructions similar
On a Linux computer:
Code:
apt-get install qemu-utils
Download a Raspberry Pi Image
Code:
xz -d 2024-03-15-raspios-bookworm-arm64-lite.img.xz
qemu-img convert -f raw 2024-03-15-raspios-bookworm-arm64-lite.img -O qcow2...
Read more