Windows 2003 does not reboot after migration from OVM to OLVM
Hi,
Yesterday we migrated a Windows 2003 VM from a OVM 3.4 environment to OLVM 4.3.10.
Whenever a reboot is done from within the Windows guest OS it halts instead of rebooting.
The only way to solve that is by restart the VM, which is not ideal.
The guest OS rebooted without issues when it was still running on OVM.
The qemu guest drivers are installed and the server xml file correctly shows that on_reboot is set to restart:
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
Does anyone have an idea why it won't reboot from the guest OS or any suggestions?