windows 7 gets stuck on reboot
-
I am trying to deploy new windows7 image from my python scripts. When I issue deploy command from python script and restart the machine remotely, it gets stuck on restart “Shutting down” forever. Any solution to it?
-
@Faheem Is this about FOG imaging solution? Which python script are you talking about?
-
there is API pyfog for automating fog stuff in python ( https://github.com/JC-SoCal/pyFog ). I wrote a python to automate deploying the image on my physical machine. It works sometime. but sometime when I try to restart the physical so that during reboot the PXE will fetch new image. but my machine get stuck on reboot “Shutting down”. and never go to properly reboot.
-
@Faheem FOG 1.3.0 has no official API (Our 2.0 rewrite changes this, but it’s not ready for production). A quick look over that github repository seems to indicate that the api-wrapper simply crawled / interfaced the web portal, which has definitely changed in the past 3 years.