Hi Alexssandro, I think you will find the string in the database table user_vm_details. where the name=platform
select * from user_vm_details where name='platform' and vm_id=<YOUR VM ID>; On Mon, Oct 24, 2016 at 8:21 AM, Alessandro Caviglione < c.alessan...@gmail.com> wrote: > Hi all, > I've an ACS 4.5.2 installation with XS6.5 SP1. > I need to deploy a Virtual Appliance with a specific OS Boot Parameter, but > if I specify it directly from XenCenter, on next reboot it will reset. > Do you know if it's possible to change this setting through API or directly > in the database? > > Thank you. >