@rniesen Do you mean occasional hangs? Yes, Server 2025 is known to hang if these options are not present.
Team - Hypervisor Kernel
Posts
-
RE: Windows server 2025 VM's stuk after some hours/days after migrating fro m xenserver to xcp-ng
-
RE: Windows server 2025 VM's stuk after some hours/days after migrating fro m xenserver to xcp-ng
@rniesen Your VM is missing Viridian extensions (Hyper-V-compatible VM enlightenments implemented by Xen). This is typically due to the wrong VM template being chosen at the time of creation; the built-in Windows template should be used for all Windows VMs. There's an issue with Server 2025 that causes it to not run well without these features enabled.
Please power off your VM, run this command to add them back, then reboot:
xe vm-param-set uuid=<vm-uuid> platform:viridian=true platform:viridian_time_ref_count=true platform:viridian_reference_tsc=true platform:viridian_apic_assist=true platform:viridian_crash_ctl=true platform:viridian_stimer=true -
RE: Windows server 2025 VM's stuk after some hours/days after migrating fro m xenserver to xcp-ng
Hi,
Could you check the VM's Viridian settings from the host:
xe vm-param-get uuid=... param-name=platformFollowed by checking the Windows BCDEDIT settings:
bcdedit /enum all -
RE: TrueNAS VM failing to start
@EddieA Ok, good that your setup is now fully operational !
Let's sort this as a self-resolved problem then for now.
Don't hesitate to ping us again if the issue comes back. -
RE: Dell R720 | 620 PCI-E Pass Through
@jbamford
Hello, can you give the output ofxl infoin Dom0 ? If you seehvm_directioin front ofvirt_caps, then PCI Passthrough is supported (i.e you have VT-d).You can also check
xl dmesgfor vt-d specific messages (you can also give the output of it).