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

Windows 10 image won't deploy

Scheduled Pinned Locked Moved Solved
Windows Problems
6
35
10.1k
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.
  • P
    PageTown
    last edited by Aug 1, 2016, 4:16 PM

    I uploaded a Windows 10 image this morning using Fog 1.2.0 on Ubuntu 12.04. When I try to push that image out to a new host, I get into a loop. I register the host, tell it to image the host, everything appears fine and then the host shuts down and boots into the Fog menu again. I’ll select Quick Image, it acts like it’s going to start imaging and then shuts down and boots into the Fog menu again.

    Any ideas?

    1 Reply Last reply Reply Quote 0
    • P
      PageTown @Wayne Workman
      last edited by Aug 4, 2016, 2:44 PM

      @Wayne-Workman

      Turns out the problem was that the HDD on the host I was trying to image was too small. After I replaced it with a larger one, I successfully deployed a Windows 10 image, yay!!!

      Thanks for everyone’s help on this!!

      G 1 Reply Last reply Aug 4, 2016, 3:14 PM Reply Quote 0
      • T
        Tom Elliott
        last edited by Aug 1, 2016, 4:53 PM

        Windows 10 wasn’t around during 1.2.0. please try upgrading to the current and see if you can upload a new windows 10 image.

        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        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
        • G
          george1421 Moderator
          last edited by george1421 Aug 1, 2016, 12:05 PM Aug 1, 2016, 6:04 PM

          Along the same lines as Tom’s post (you need to upgrade), I would also suspect that the computer hardware you are tyring to install Win10 on is not supported by the 1.2.0 stable kernels. You may get around this by upgrading your FOG kernels to 4.1.2, but then you will run into the issue of the FOG program not understanding what Win10 needs too. Please upgrade to 1.3.0-rc5 using this process: https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
          If you have upload issues after that please ensure that the password defined for the fog (linux) account is accurate between the OS and what the FOG gui lists.

          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
          • P
            PageTown
            last edited by Aug 1, 2016, 6:52 PM

            Upgrading won’t mess up my current images or anything?

            G 1 Reply Last reply Aug 1, 2016, 7:56 PM Reply Quote 0
            • G
              george1421 Moderator @PageTown
              last edited by Aug 1, 2016, 7:56 PM

              @PageTown Current images no. Sometimes if you have a non-standard configuration to system settings, things will break (i.e. image deployment) until we walk through the setting to find the troubled one. But the upgrade from 1.2.0 to 1.3.0 is pretty smooth (with that said, expect some glitch that will need to be worked out. You 1.2.0 captured images will work, no problem).

              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
              • P
                PageTown
                last edited by Aug 1, 2016, 8:52 PM

                Attempting to upgrade, I just got a ton messages running sudo apt-get update && apt-get install svn like “Err …”, “Something Wicked happening resolving…”, and “W: Failed to fetch http://us.archive.ubuntu…”

                J 1 Reply Last reply Aug 1, 2016, 10:04 PM Reply Quote 0
                • J
                  jburleson @PageTown
                  last edited by jburleson Aug 1, 2016, 4:05 PM Aug 1, 2016, 10:04 PM

                  @PageTown I think you might have left off sudo on the second apt command.

                  Try:

                  sudo apt-get update && sudo apt-get install svn

                  P 1 Reply Last reply Aug 2, 2016, 1:50 PM Reply Quote 0
                  • P
                    PageTown @jburleson
                    last edited by Aug 2, 2016, 1:50 PM

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • P
                      PageTown
                      last edited by Aug 2, 2016, 2:09 PM

                      I tried running each of the two commands as separate lines. Here’s what I got when I tried to do sudo apt-get install svn. I’m not sure what it means by “E: Unable to locate package svn”. Did it install or no?

                      0_1470147132169_SVN 080216.JPG

                      J G Q 3 Replies Last reply Aug 2, 2016, 2:41 PM Reply Quote 0
                      • J
                        jburleson @PageTown
                        last edited by Aug 2, 2016, 2:41 PM

                        @PageTown It almost looks like the server does not have a network connection or is being blocked by a firewall. You might want to check that the server can connect to the Internet.

                        1 Reply Last reply Reply Quote 0
                        • G
                          george1421 Moderator @PageTown
                          last edited by Aug 2, 2016, 2:51 PM

                          @PageTown I’m not a ubuntu guy, but for use RHEL folks the rpm package is called subversion

                          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
                          • Q
                            Quazz Moderator @PageTown
                            last edited by Quazz Aug 2, 2016, 8:52 AM Aug 2, 2016, 2:51 PM

                            @PageTown Try again after doing

                            sudo service dnsmasq stop
                            

                            I also think the package name is subversion, but you seem to have no WAN accessibility right now which is the main concern for now.

                            G 1 Reply Last reply Aug 2, 2016, 2:53 PM Reply Quote 0
                            • G
                              george1421 Moderator @Quazz
                              last edited by Aug 2, 2016, 2:53 PM

                              @Quazz said in Windows 10 image won't deploy:

                              I also think the package name is subversion, but you seem to have no WAN accessibility right now which is the main concern for now.

                              Building off of Quazz’s statement, is your fog server behind some kind of proxy server, where it doesn’t have direct access to the internet?

                              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
                              • P
                                PageTown
                                last edited by Aug 2, 2016, 3:02 PM

                                Ok, I solved the internet connection issue and replaced svn with subversion. Looks like something is happening now. Thanks!

                                P 1 Reply Last reply Aug 2, 2016, 3:04 PM Reply Quote 0
                                • P
                                  PageTown @PageTown
                                  last edited by Aug 2, 2016, 3:04 PM

                                  @PageTown When I try to do sudo -i, it tells me “command not found”.

                                  G 1 Reply Last reply Aug 2, 2016, 3:15 PM Reply Quote 0
                                  • G
                                    george1421 Moderator @PageTown
                                    last edited by Aug 2, 2016, 3:15 PM

                                    @PageTown said in Windows 10 image won't deploy:

                                    @PageTown When I try to do sudo -i, it tells me “command not found”.

                                    sudo is the command to Switch User then DO this. the -i is a command switch for sudo. You did not say anything for sudo to do… hence the command not found.

                                    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!

                                    P 1 Reply Last reply Aug 2, 2016, 4:05 PM Reply Quote 0
                                    • P
                                      PageTown @george1421
                                      last edited by Aug 2, 2016, 4:05 PM

                                      @george1421

                                      Can you tell me what the correct command to enter is?

                                      Here’s what the Upgrade to trunk wiki is telling me to do:

                                      0_1470154180482_Sudo-iGit.jpg

                                      G 1 Reply Last reply Aug 2, 2016, 4:12 PM Reply Quote 0
                                      • G
                                        george1421 Moderator @PageTown
                                        last edited by george1421 Aug 2, 2016, 10:13 AM Aug 2, 2016, 4:12 PM

                                        @PageTown Well I’m not a ubuntu guy but I might try to put that all on the same line without the -i

                                        sudo git clone http...

                                        But just a comment, you where having an issue with subversion (svn) but now you are using git to collect the installer files. git and svn are two competing programs, but do the same things using different protocols.

                                        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!

                                        P 1 Reply Last reply Aug 2, 2016, 4:29 PM Reply Quote 0
                                        • P
                                          PageTown @george1421
                                          last edited by Aug 2, 2016, 4:29 PM

                                          @george1421

                                          Thanks for catching that! I had scrolled down too far in the wiki.

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            PageTown
                                            last edited by Aug 2, 2016, 6:31 PM

                                            Here’s is where I am at now. Everything seemed to update well, but the last line. What do I need to do about this?

                                            0_1470162981188_Failed01.JPG

                                            Q 1 Reply Last reply Aug 2, 2016, 7:15 PM Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            1 / 2
                                            • First post
                                              2/35
                                              Last post

                                            228

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project