<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi there,<br>
<br>
How can I reboot the virtual guest after creating it? I'm gonna use
PXE/Kickstart method to install the OS, os a reboot is needed for the
PXE to pick up the information. I I try to reboot the virtual machine
from the virt-manager interface, I get this error:<br>
<br>
<blockquote>
  <pre>Error shutting down domain: this function is not supported by the hypervisor: virDomainReboot

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/engine.py", line 531, in reboot_domain
    vm.reboot()
  File "/usr/share/virt-manager/virtManager/domain.py", line 565, in reboot
    self.vm.reboot(0)
  File "/usr/lib64/python2.4/site-packages/libvirt.py", line 392, in reboot
    if ret == -1: raise libvirtError ('virDomainReboot() failed', dom=self)
libvirtError: this function is not supported by the hypervisor: virDomainReboot

  </pre>
</blockquote>
So, is it not possible?<br>
<br>
If I use "ShutDown" instead, it doesn't throw any errors in but doesn't
shutdown the virtual machine either. What am I missing here? Thanks in
advance.<br>
<br>
Cheers,<br>
Santanu<br>
<pre>
</pre>
</body>
</html>