xen after upgrade to 13.2 xen doesn't boot

Hi,
I have just upgraded my server from 13.1.p8 to 13.2. The upgrade was successful but when I switched back to XEN kernel it stucked during boot.
At this stage:
1687989683222.png

I could switch back to 13.1 and it is fine and works well.
I examined dmesg of 13.1 in order to compare with 13.2:

Jun 28 23:10:03 dom0 kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
Jun 28 23:10:03 dom0 kernel: acpi_syscontainer0: <System Container> on acpi0
Jun 28 23:10:03 dom0 kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Jun 28 23:10:03 dom0 kernel: pci0: <ACPI PCI bus> on pcib0
Jun 28 23:10:03 dom0 kernel: xhci0: <Intel Cannon Lake USB 3.1 controller> mem 0x94300000-0x9430ffff irq 16 at device 20.0 on pci0
Jun 28 23:10:03 dom0 kernel: xhci0: 32 bytes context size, 64-bit DMA
Jun 28 23:10:03 dom0 kernel: usbus0 on xhci0
Jun 28 23:10:03 dom0 kernel: usbus0: 5.0Gbps Super Speed USB v3.0

May the USB controller causes the problem. Any advice would be nice!
 
I think I found what I missed, the manual says: "
packages for users of 13.1 and 13.2 will be built on a server running 13.1, until 13.1 reaches end of life

 — and, critically:

a kernel module that is built on 13.1 might not be suitable for 13.2.
"
Xen is a custom kernel case, I think I have two options: build xen from source (I don't want it) or wait till the 13.1 grace period is expired and try again with 13.2 built stuffs.
 
Back
Top