Mmmm platform row has these
parameters: viridian:true;acpi:1;apic:true;pae:true;nx:true
If I see in XenCenter, that instance has following boot options: graphical
utf8
On Fri, Oct 28, 2016 at 4:21 PM, Pierre-Luc Dion wrote:
> Hi Alexssandro,
>
> I think you will find the string in the datab
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=;
On Mon, Oct 24, 2016 at 8:21 AM, Alessandro Caviglione <
c.alessan...@gmail.com> wrote:
> Hi all,
> I've an ACS 4.5
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?
Tha