Hi all,
i'm getting some problems, with a Windows server 2019 guest migration, from xen server 7.1 to proxmox 8.2.2.
I did this steps:
- Remove xen agent tools from windows guest.
- install virtio drivers
- from xen server:
xe vdi-export uuid: "uuid" filename="filename".raw format=raw
- Transferred the exported vm to promox
- from proxmox
qemu-img convert -f raw -O qcow2 sourcefile.xva vmname.qcow2
- create a new vm on proxmox.
- qm importdisk " new id vm"
- added the imported disk and change boot options.
- when starting vm getting bsod. (system thread exception not handled)
- I've tried to change disk bus to ide, scsi and sata , but nothing to do.
Has Someone some experience on that?
Thank you,
i'm getting some problems, with a Windows server 2019 guest migration, from xen server 7.1 to proxmox 8.2.2.
I did this steps:
- Remove xen agent tools from windows guest.
- install virtio drivers
- from xen server:
xe vdi-export uuid: "uuid" filename="filename".raw format=raw
- Transferred the exported vm to promox
- from proxmox
qemu-img convert -f raw -O qcow2 sourcefile.xva vmname.qcow2
- create a new vm on proxmox.
- qm importdisk " new id vm"
- added the imported disk and change boot options.
- when starting vm getting bsod. (system thread exception not handled)
- I've tried to change disk bus to ide, scsi and sata , but nothing to do.
Has Someone some experience on that?
Thank you,