• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Windows 10 Death Loop/Reboot

Scheduled Pinned Locked Moved Solved
FOG Problems
5
14
3.8k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M
    msaglioc99
    last edited by Sep 15, 2017, 8:05 PM

    Server
    • FOG Version: 1.4.4
    • OS: Kubuntu
    Client
    • Service Version: 11.12
    • OS: Windows 10

    I’m trying to upload an image to my FOG server with Windows 10 and then sysprep with my answer file. After uploading to the FOG Server and deploying to a machine my computer is stuck in a loop/reboot. I uploaded the same image to Acronis Snap Deploy and it works perfectly fine. Not sure why FOG puts Windows in a loop. Any ideas?

    Description
    W 1 Reply Last reply Sep 15, 2017, 9:57 PM Reply Quote 0
    • M
      msaglioc99
      last edited by Sep 29, 2017, 1:10 AM

      This has been solved. It was an issue with Sysprep and the FOG service starting at the same time. I had to disable before Sysprep and uploading the image and then creating a cmd file to re enable the service.

      Q 1 Reply Last reply Sep 29, 2017, 7:58 AM Reply Quote 0
      • W
        Wayne Workman @msaglioc99
        last edited by Sep 15, 2017, 9:57 PM

        @msaglioc99 What make/model is the machine? Anything non-standard about the hardware? What type of disk is in the machine?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • M
          msaglioc99
          last edited by Sep 16, 2017, 12:07 PM

          I’m not in the office right now I’ll be back Monday but just to keep you guys updated since you’ve been so helpful. There’s nothing Non-Standard about the computer. It’s just a regular Dell Optiplex 7040. I’ve bern able to successfuly deploy images in the past that weren’t Syspreped but I’m trying to upload one that is. So before I left I was reading an article on here that if you’re sysprepping a machine you have to disable the FOG client at start up and then place a .cmd script in a folder under C > System so I did this and was able to successfully upload and deploy an image to a machine. The only isssue I’m having now is if I deploy an image and i tell it to join to the domain using the AD credentials after the task it gets stuck in the “loop” reboot and won’t stop resetting. So there’s defiantly something I’m still doing wrong… I only have this down half right with the Sysprep image lol. Any ideas ? (I know this is a lot to take in please let me know if something is confusing or you don’t understand, and thanks for all your help!)

          W 1 Reply Last reply Sep 16, 2017, 2:29 PM Reply Quote 0
          • W
            Wayne Workman @msaglioc99
            last edited by Sep 16, 2017, 2:29 PM

            @msaglioc99 Read through this for sysprep information while using the fog client: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#FOG_Client_with_Sysprep

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • M
              msaglioc99
              last edited by msaglioc99 Sep 16, 2017, 8:54 AM Sep 16, 2017, 2:53 PM

              I’ve followed those instructions, disabled the service and placed the .cmd txt file in the folder stated.

              W 1 Reply Last reply Sep 16, 2017, 3:35 PM Reply Quote 0
              • W
                Wayne Workman @msaglioc99
                last edited by Wayne Workman Sep 16, 2017, 9:36 AM Sep 16, 2017, 3:35 PM

                @msaglioc99 Ok, on this computer that is rebooting - when you’re at work - let it reboot a couple more times and then disconnect it’s network cable completely - let it do it’s thing for a while longer after this, it should stop rebooting. Then I need you to get a copy of the C:\fog.log file (use a thumb drive) and post the last 1,000 or so lines from it to here. It should tell us exactly what is happening and should lead us to an answer.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • M
                  msaglioc99
                  last edited by Sep 16, 2017, 4:14 PM

                  Okay I’ll do this Monday morning. Thx!

                  G 1 Reply Last reply Sep 17, 2017, 1:05 PM Reply Quote 0
                  • G
                    george1421 Moderator @msaglioc99
                    last edited by Sep 17, 2017, 1:05 PM

                    @msaglioc99 I’ve been working on 1703 in my home lab and I’ve run into the issue where windows can’t install correctly after sysprep.

                    After some intense debugging there are a few things that I came across.

                    1. I have to place the unattend.xml file in c:\windows\panther if I placed it in the traditional place I’ve used since, forever c:\windows\system32\sysprep I was getting an error that windows couldn’t install because it couldn’t find the defined unattend.xml file. As soon as I change the location to c:\windows\panther and updated my sysprep command that part worked.
                    2. For my unattend.xml file I decided to use the online generator here: http://windowsafg.no-ip.org/ I wanted to use this site to generate the unattend.xml script because I wanted a clean unattend.xml file and not rely on the one I’ve used for imaging for years. The unattend.xml downloaded from the online generator caused another error in that the product key defined by the generator was not liked by OOBE for Win10 1703. I removed the product key from the unattend.xml that came from the online generator and then it worked.

                    Once the above fixes where implemented the sysprep and reboot on the reference system worked correctly. I’m currently in the process of rebuilding the reference image completely again with MDT to start with a clean build again to test the next part (capturing and deploying with FOG). To see if I can generate the error in this and other threads with not being able to capture and deploy the image correctly.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                    1 Reply Last reply Reply Quote 0
                    • M
                      msaglioc99
                      last edited by Sep 17, 2017, 1:34 PM

                      Awesome ! I’ll have to try moving the XML file Monday as of now the image I uploaded with disabling the FOG service and creating the cmd script as found in the Wiki worked. So if I deploy to it using FOG it works fine. The only way it gets stuck in a reboot loop now is if I tell it to join to the domain after the task has been complete in the AD settings. If this is checked it gets stuck in the loop. There’s definitely some kind of conflict between FOG and Sysprep when booting the machine up.

                      1 Reply Last reply Reply Quote 0
                      • M
                        msaglioc99
                        last edited by Sep 18, 2017, 1:05 PM

                        Okay so the image I created with sysprep seems to work with the FOG Client Service but if I use that same image and tell it to join to the domain after the task has been complete it gets stuck in the reboot loop. Even after disconnecting it from the network it get’s stuck in this loop. I’m assuming this loop has something to do with the FOG Service and sysprep as this seems to be the common denominator. I have already followed the Wiki Instructions and disable the FOG Service and placed the .cmd file to start the service back up. Any ideas? Thanks for all your help!

                        Q 1 Reply Last reply Sep 19, 2017, 11:46 AM Reply Quote 0
                        • Q
                          Quazz Moderator @msaglioc99
                          last edited by Quazz Sep 19, 2017, 5:47 AM Sep 19, 2017, 11:46 AM

                          @msaglioc99 What happens if you turn off force reboot for AD join?

                          It’s possible it tries to join/change name, fails for some reason, forcefully reboots, and thus gets stuck in a loop.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by Sep 28, 2017, 9:12 PM

                            @msaglioc99 Is this solved yet?

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            1 Reply Last reply Reply Quote 0
                            • M
                              msaglioc99
                              last edited by Sep 29, 2017, 1:10 AM

                              This has been solved. It was an issue with Sysprep and the FOG service starting at the same time. I had to disable before Sysprep and uploading the image and then creating a cmd file to re enable the service.

                              Q 1 Reply Last reply Sep 29, 2017, 7:58 AM Reply Quote 0
                              • Q
                                Quazz Moderator @msaglioc99
                                last edited by Sep 29, 2017, 7:58 AM

                                @msaglioc99 I don’t quite understand, you said you had already done that earlier when it wasn’t working, what changed?

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post

                                197

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project