So developing a project on a proxmox provides more power, speed etc in the development effort. My intent is to build a customized dietPi image… develop test etc. Then export to sdcard to then test functionality on real raspi HW. Make sense ?
I also am no stranger to seeing about building an .iso out of the .img.xz file. But didn’t know if others had done this already with success.
579 / 5.000
hi shdobxr,
if you want to run DietPi as a VM on the RPi, you have to do the following:
Install Proxmox on the RPi, preferably on Rpi5, see here:
install debian as a VM with aarm64/aarch64 iso as a minimal system.
Setting up as an EFI system with 2 GB RAM, select for CPU “host-cpu” with 4 cores
convert the debian to DietPi with the “Other Device script”, use “Generic Device” and
setup your netinterface on first.
I’m using DietiPiOS as VM on a RPi5 with usb-ssd disks. It run very well.
Using DietPiOS with omv7 in a VM as a fileserver is possible too. VMs complete Backup or Restore is very easy and quickly.
While yes one can install Pimox on the Pi, it was as how @Joulinar mentioned. I want to emulate Arm Cortex on my Proxmox x86_64 cluster, so I can develop, then export a tweaked DietPi image onto an sdcard for booting whichever Pi hardware I wanted to test.
I ran into another blocker for my project, in that, there is no support for LUKS on DietPi. So this is kind of a downer. DietPi clicks all of the right boxes for a “thin” implementation platform, but I need to protect the data volume, and modification of the boot volume.