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

Windows boots as if new

Scheduled Pinned Locked Moved Solved
Windows Problems
5
12
2.3k
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
    martyc81
    last edited by Sep 21, 2017, 4:34 AM

    Hi there,
    I’m pretty new to all this fog stuff, but have managed to get it running on a kubuntu vm on our network.

    I can capture an image seemingly fine.

    The issue I’m having is, once I deploy this image to another pc, upon it’s first startup, it asks me to go through initial setup stuff, and eventually have to also create a ‘new’ user.

    Once this is done, my original user is also there, however I want to bypass this startup stuff, and just have windows boot with the user I created prior to capturing the image.

    I think this has something to do with the sysprep.

    Can someone steer me in the right direction as to how I might avoid this ?

    A 1 Reply Last reply Sep 21, 2017, 11:18 AM Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Sep 21, 2017, 6:29 AM

      @martyc81 Do you use sysprep by intent? Do you know how it works?

      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
        martyc81
        last edited by Sep 21, 2017, 6:32 AM

        Yes I use it by intent, that intent being , from what I can gather, it helps prepare windows so when I capture the image, it can be deployed on different hardware if necessary.

        Can I skip the sysprep ?

        Q 1 Reply Last reply Sep 21, 2017, 9:51 AM Reply Quote 0
        • Q
          Quazz Moderator @martyc81
          last edited by Sep 21, 2017, 9:51 AM

          @martyc81 Sysprep is designed so that you can create an OOBE (out of box experience) and yes you can also use the generalize switch to make it hardware agnostic.

          If you choose to not use sysprep, then you will likely run into troubles trying to deploy to certain systems.

          You could create a different image for each different system.

          Or, you could configure Windows in Audit mode (run Windows installer, after it’s done copying files and reboots press CTRL SHIFT F3 on the first screen to go into Audit mode) and use an answer file to create that user you want.

          1 Reply Last reply Reply Quote 0
          • A
            Avaryan @martyc81
            last edited by Sep 21, 2017, 11:18 AM

            @martyc81 said in Windows boots as if new:

            Hi there,
            I’m pretty new to all this fog stuff, but have managed to get it running on a kubuntu vm on our network.

            I can capture an image seemingly fine.

            The issue I’m having is, once I deploy this image to another pc, upon it’s first startup, it asks me to go through initial setup stuff, and eventually have to also create a ‘new’ user.

            Once this is done, my original user is also there, however I want to bypass this startup stuff, and just have windows boot with the user I created prior to capturing the image.

            I think this has something to do with the sysprep.

            Can someone steer me in the right direction as to how I might avoid this ?

            You need to create an answer file to make the OOBE completely unattended.

            1 Reply Last reply Reply Quote 0
            • T
              Taspharel
              last edited by Sep 21, 2017, 11:38 AM

              Two links to some info - go from there:

              https://technet.microsoft.com/en-us/library/cc749317(v=ws.10).aspx
              General Advice on Answer File

              And:
              http://sybaspot.com/the-complete-guide-to-preparing-a-windows-7-deployment-image-using-audit-mode-and-sysprep-with-an-unattend-xml-answer-file/
              They may be a little out of date, but you’ll get the general idea from it.

              Also for a simple Answer file:
              http://windowsafg.no-ip.org/

              1 Reply Last reply Reply Quote 1
              • M
                martyc81
                last edited by martyc81 Sep 21, 2017, 4:51 PM Sep 21, 2017, 10:42 PM

                Thanks for the help guys.
                I will have a look at the info provided and let you know how I go.

                I’m not sure if I made clear,
                I’m setting up the Windows OS with a user, and then various settings, software etc, which is a base build for new staff members.
                So ultimately , I need the image to have the single user I create, plus all the various settings and software applied.

                I feel even if I create an answer file to automate the OOBE setup, I am still going to end up with another user ?

                1 Reply Last reply Reply Quote 0
                • T
                  Taspharel
                  last edited by Sep 22, 2017, 8:07 AM

                  If you create an answer file you can also create users within that answer file. And using the copyprofile setting in the answer file you can make sure that all users get the same settings.

                  So the user you create via the answer file will have the settings you used while sysprepping the machine and all users that use the computer will have those settings as well - if you have people joining within a domain for example.

                  M 1 Reply Last reply Sep 24, 2017, 10:24 PM Reply Quote 1
                  • M
                    martyc81 @Taspharel
                    last edited by Sep 24, 2017, 10:24 PM

                    @taspharel
                    Thanks.
                    the thing is, I don’t want to create another user.
                    I have a user already created, with the OS set up how I want the image to be.
                    I don’t want to create a second user after I have deployed the image.

                    1 Reply Last reply Reply Quote 0
                    • T
                      Taspharel
                      last edited by Sep 25, 2017, 7:17 AM

                      I’m not sure I get what the problem is, sorry 🙂

                      Did you read the links?

                      To sysprep an image you make sure you work in audit mode, set up the system the way it is supposed to be set up and then you sysprep the machine.

                      During the sysprep process an autounattend.xml file is called, within this you can create a user or activate an admin. Those users then have the same settings you specified in the Audit mode.

                      So: Audit mode, prepare the system in the way you want it to be for the user -> sysprep -> in Unattend File you create the user you want -> That user has all the settings you prepared for it. If you make a separate user within the Audit process, I dont think that will work well with the sysprep process?

                      There might be other ways to do this of course, just the way I’ve been working on our setup the last year.

                      Then again we have a setup with a domain, different users that have their mailadresses tied to their login etc. etc. - you might not need all of that.

                      M 1 Reply Last reply Oct 3, 2017, 2:20 AM Reply Quote 1
                      • A
                        Avaryan
                        last edited by Sep 25, 2017, 12:51 PM

                        When you boot to Audit mode it puts you into the default Administrator account. Is this the user account you are talking about or did you create another account? Normally, whatever changes you make to this account during this time are what get copied over into new profiles after OOBE.

                        1 Reply Last reply Reply Quote 1
                        • M
                          martyc81 @Taspharel
                          last edited by Oct 3, 2017, 2:20 AM

                          @taspharel @Avaryan

                          Thanks guys, collectively this helped me achieve what I was trying to accomplish.

                          Appreciate your assistance

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

                          246

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project