Port - Exporting VM from Hyper-V and into XenServer - having issues
-
@DustinB3403 Our 2 servers are running 2012r2
-
@Lennertgenbr said in Port - Exporting VM from Hyper-V and into XenServer - having issues:
@DustinB3403 Our 2 servers are running 2012r2
Oh 2012r2 gees... haha you can use powershell to export the VM into OVF. This guide here should help to do the trick.
I'd still be interested to know what error you're getting exactly.
-
The 7B BSOD error appears to driver related.
I think @dashrender had similar issues with his VM's and had to mount the drives to edit the registry.
-
@DustinB3403 The stop error I'm receiving is attached to this post
-
@Lennertgenbr ok so the drivers are bugged within the VM. you'd have to either fix the issues as outlined above.
I assume this is with using the "Windows Backup" that you're attempting to restore, correct?
-
@DustinB3403 It is when using windows backup AND when using the Hyper-V export function
-
@Lennertgenbr Can you try disabling the Hyper-V services within the VM, and then shutdown and export the VM.
What OS is the VM running?
-
@DustinB3403 I have already disabled the Hyper-V integrated services. The VM is running s2008r2
-
@Lennertgenbr said in Port - Exporting VM from Hyper-V and into XenServer - having issues:
@DustinB3403 I have already disabled the Hyper-V integrated services. The VM is running s2008r2
Maybe try another backup solution to create a image you can import.
If the hyper-v drivers are disabled, and you're exporting what should be a clean VM and still having issues something else is going on.
I'd try Veeam free from your host to create a backup of the VM.
-
@DustinB3403 By hyper-v drivers, do you mean the integration services? Or explicit hyper-v drivers?
-
Starwind also has a conversion tool specifically for V2V conversions.
-
@Lennertgenbr said in Port - Exporting VM from Hyper-V and into XenServer - having issues:
@DustinB3403 By hyper-v drivers, do you mean the integration services? Or explicit hyper-v drivers?
The drivers explicitly.
-
@DustinB3403 said in Port - Exporting VM from Hyper-V and into XenServer - having issues:
@Lennertgenbr said in Port - Exporting VM from Hyper-V and into XenServer - having issues:
@DustinB3403 By hyper-v drivers, do you mean the integration services? Or explicit hyper-v drivers?
The drivers explicitly.
How in the world would i go about that?
-
I'm going to give the starwind tool a try. I don't see a native option to export for xenserver but we'll see how far we get
-
@Lennertgenbr Is it capable of doing live converts?
-
Here is my thread on this very problem when P2Ving to XS v7.
https://mangolassi.it/topic/12129/move-windows-os-from-one-platform-to-another/28
-
It primarily involved changing these registry keys
hklm\loaded hive\SYSTEM\ControlSet001\services\Intelide\Start = 0
hklm\loaded hive\SYSTEM\ControlSet001\services\pciide\Start = 3Boot to windows 2008 R2 ISO, load the registry key, make changes, unload registry, reboot.
-
@Dashrender I can't load a hive when i open the regedit from the cli booted from the installer. Is it normal or do i just edit the cd's registry?
-
@Lennertgenbr NVM i found it. But i'm moving away from hyper-v. Is it possible i should change the other way arround?
Because i found the settings to be already as you described
-
@Lennertgenbr said in Port - Exporting VM from Hyper-V and into XenServer - having issues:
@Lennertgenbr NVM i found it. But i'm moving away from hyper-v. Is it possible i should change the other way arround?
Because i found the settings to be already as you described
I was also moving away from bare metal and to XenServer. So no, those settings should be what you need.
I also had to disable the HP RAID controller services. Since you are coming from Hyper-V, I'd do google research looking for what storage drivers are installed by Hyper-V (when you install the Hyper-V integration drivers), then look through the loaded registry and disable those, then try again booting again.