Hi.
Has anyone managed to migrate / run DietPi on Xenserver?
I have tried all the available methods and I can't run the virtual machine on Xen.
Migration of available images does not work ;/
DietPi @ Xenserver Topic is solved
Re: DietPi @ Xenserver
Hi,
many thanks for your report. Not sure if this is helpful, but I will post a link to a Guthub entry, talking about support on a VPS. It's quite a long story but at the end it was figured out how to add missing support for LVM
https://github.com/MichaIng/DietPi/issu ... -629769421
many thanks for your report. Not sure if this is helpful, but I will post a link to a Guthub entry, talking about support on a VPS. It's quite a long story but at the end it was figured out how to add missing support for LVM
https://github.com/MichaIng/DietPi/issu ... -629769421
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: DietPi @ Xenserver
Thanks for the quick hint. It seems that exactly this problem may also affect me. I'll let you know when I test it 

Re: DietPi @ Xenserver
just as reference, this is the summary to fix the issue on the VPS (IONOS)
https://github.com/MichaIng/DietPi/issu ... -630510940
https://github.com/MichaIng/DietPi/issu ... -630510940
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: DietPi @ Xenserver
Ok. The easiest way to install dietpi on xen was to follow this link:
https://github.com/MichaIng/DietPi/issu ... -280771944
First clean debian minimal installation and then commands from this post. The only difference is that we also need to install "curl". So the first line will look like this:
apt-get update; apt-get install -y systemd-sysv ca-certificates sudo wget locales curl --reinstall
The next lines can simply be pasted. Before rebooting, it's a good idea to force the virtual machine "shut down" and export the "golden image" in xva format.
And that's it, later you can clone at will based on the xva disk image
I hope that these short hints will be useful to someone
If there is such a possibility I would like to add xva image to the database of default images to download on the main page 
Cheers
https://github.com/MichaIng/DietPi/issu ... -280771944
First clean debian minimal installation and then commands from this post. The only difference is that we also need to install "curl". So the first line will look like this:
apt-get update; apt-get install -y systemd-sysv ca-certificates sudo wget locales curl --reinstall
The next lines can simply be pasted. Before rebooting, it's a good idea to force the virtual machine "shut down" and export the "golden image" in xva format.
And that's it, later you can clone at will based on the xva disk image

I hope that these short hints will be useful to someone


Cheers
Re: DietPi @ Xenserver
It's up to @MichaIng if he like to put your xva image to the server. 

Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team