def reboot(self, vmx):
        sys.stdout.write("[%s] Rebooting!\r\n" % vmx)
        self._run_cmd(vmx, "reset", ["hard"])