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

    FOG will not resize a hard drive after deployment.

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    24
    5.2k
    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
      m.fitzgerald
      last edited by

      Fog Server 1.4.4

      Looking for assistance with a new issue we had pop up.

      We have been using FOG without issues until maybe 2 months ago. Now when we deploy a new image perhaps 60% of the time the Hard Drive does not resize. It keeps the imaged hard drive the same size as the image being pushed out and leaves any remaining space as unallocated. On the ones that do not resize properly we run a powershell script to resize the hard drive after install. This puts everything back to normal.

      The only change we made from when it worked fine to now is a change to a new server and a fresh download of FOG from the website.

      Any thoughts?

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @m-fitzgerald Can you please edit d1.fixed_size_partitions and make it 1:3. Then re-deploy that image to a fresh machine and see what you get.

        As well can you take a picture of the disk management view in Windows on the source machine and post here?

        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

        M 1 Reply Last reply Reply Quote 1
        • sudburrS
          sudburr
          last edited by

          If it’s your OS partition just drop this into your unattend.xml

          <settings pass="specialize">
          	<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          		<ExtendOSPartition>
          			<Extend>true</Extend>
          		</ExtendOSPartition>
          	</component>
          </settings>
          

          [ Standing in between extinction in the cold and explosive radiating growth ]

          1 Reply Last reply Reply Quote 2
          • george1421G
            george1421 Moderator
            last edited by

            If I remember correctly there is a bug under certain circumstances in 1.4.4 that keeps the drive from expanding properly. Those issues should be addressed in FOG 1.5.0 (stable) when its released. You can get a preview of the fix if you install the dev branch release 1.5.0RC10. This release should be the one that will be promoted to 1.5.0 stable.

            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!

            M 1 Reply Last reply Reply Quote 0
            • M
              m.fitzgerald @george1421
              last edited by

              @george1421

              We use a multi site environment with one main site and 10 remote sites. If I were to switch to the Dev Branch I assume I would need to upgrade all servers to match, correct?

              george1421G 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @m.fitzgerald
                last edited by

                @m-fitzgerald yes, and understand it is a one way street too. You should not roll back to 1.4.4 once you update. In 1.5.0 the webgui has changed (for the better btw).

                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!

                M 1 Reply Last reply Reply Quote 0
                • M
                  m.fitzgerald @george1421
                  last edited by

                  @george1421 What the hell, I am a gambling man. Point me in the right direction!

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @m.fitzgerald
                    last edited by

                    @m-fitzgerald No pain no gain then…

                    https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

                    The key is this command

                    git checkout dev-branch
                    

                    Then when 1.5.0 is released you change your install back with

                    git checkout master
                    

                    Then rerun the installer.

                    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!

                    M 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman
                      last edited by

                      As well as: https://wiki.fogproject.org/wiki/index.php?title=Getting_FOG

                      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 1
                      • M
                        m.fitzgerald @george1421
                        last edited by

                        @george1421
                        I updated to 1.5 and took my same machine that Ii was having the image size issue with and deployed the image again. Have the same resizing issue.

                        Should I recreate my master image now that I have switched to 1.5? Also I am not sure if it matters but i do not run sysprep prior to capturing an image. It is something i have never done.

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          @m-fitzgerald Please post the contents of the following files from your image directory: d1.partitions, d1.minimum.partitions, d1.fixed_size_partitions and d1.original.fstypes.

                          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

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            m.fitzgerald @Sebastian Roth
                            last edited by

                            @sebastian-roth

                            d1.partitions

                            label: dos
                            label-id: 0xae2e5b63
                            device: /dev/sda
                            unit: sectors

                            /dev/sda1 : start= 2048, size= 1024000, type=7, bootable
                            /dev/sda2 : start= 1026048, size= 973697024, type=7
                            /dev/sda3 : start= 974723072, size= 2048000, type=27

                            d1.original.fstypes

                            /dev/sda1 ntfs
                            /dev/sda2 ntfs

                            d1.minimum.partitions

                            label: dos
                            label-id: 0xae2e5b63
                            device: /dev/sda
                            unit: sectors

                            /dev/sda1 : start= 2048, size= 119716, type=7, bootable
                            /dev/sda2 : start= 1026048, size= 86818208, type=7
                            /dev/sda3 : start= 974723072, size= 2048000, type=27

                            d1.fixed_size_partitions

                            :3

                            Q 1 Reply Last reply Reply Quote 0
                            • Q
                              Quazz Moderator @m.fitzgerald
                              last edited by

                              @m-fitzgerald What language is Windows installed in?

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                m.fitzgerald @Quazz
                                last edited by m.fitzgerald

                                @quazz English (American, not proper English 😉 )

                                Q 1 Reply Last reply Reply Quote 0
                                • Q
                                  Quazz Moderator @m.fitzgerald
                                  last edited by Quazz

                                  @m-fitzgerald Did you try capturing again after upgrading to 1.5? If not, please do so. (and if it still doesn’t resize after deployment, please post the contents of the partition files again)

                                  There’s definitely some problems with your current image (such as your boot partition not being marked as unresizable)

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    m.fitzgerald @Quazz
                                    last edited by m.fitzgerald

                                    @quazz Ok, I will do so now and report back

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      m.fitzgerald
                                      last edited by m.fitzgerald

                                      I have captured a new image and now I think I may have a different issue or the same issue with a different result.

                                      Now when i deploy the newly captured image onto a PC that would not resize I get the below picture. I have tried this new image on 3 PC’s and all three come back the same. I also get the same result on any of the old images. I am not sure if this is a resize issue or not.

                                      For reference, we use FOG to deploy images already setup as we need. Meaning that we take a brand new unactivated PC and load our needed software onto the PC. Once done I select the host in FOG and request a capture. This is the same method we have done for the past 8 months or so and we used it routinely to “freshen” up PC’s. Only until i switched to a new server and reinstalled FOG with a fresh download did the re-size issue pop up.

                                      0_1513961067537_20171222_114056 [800x600].jpg

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        m.fitzgerald
                                        last edited by m.fitzgerald

                                        I solved the above boot issue by doing the below from command prompt on the target PC.

                                        Bootrec /rebuildbcd

                                        Now the PC boots. Also the hard drive is the proper size. What I do not know is why the BCD showed unknow for Device as well as OSdevice. Once I ran /rebuildbcd the Device and OSdevice both now show the proper partition=c:

                                        So it seems we have solved the Hard Drive issue and now have a new issue. Thoughts?

                                        Below picture BCDedit is Before
                                        0_1513971324136_20171222_140732 [800x600].jpg

                                        1 Reply Last reply Reply Quote 0
                                        • george1421G
                                          george1421 Moderator
                                          last edited by

                                          Just collecting some background information, what version of Win10 is this regarding? 1709?

                                          Also have you tried to identify which of the 3 bootrec commands actually repaired the issue?

                                          And for clarity, this is a uefi system, with a gpt disk, without bitlocker?

                                          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!

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            m.fitzgerald @george1421
                                            last edited by

                                            @george1421
                                            Yes it is 1709
                                            Bootrec /rebuildBCD did the trick.
                                            It is a UEFI with GPT and no bitlocker

                                            1 Reply Last reply Reply Quote 1
                                            • S
                                              Sebastian Roth Moderator
                                              last edited by

                                              @sebastian-roth said in FOG will not resize a hard drive after deployment.:
                                              @m-fitzgerald I was not fast enough to look at the d1-files you posted to give you a hint on that. To me it seems like something prevents FOG from seeing your boot partition (which I expect to be sda1) as such. But to be sure I need to see those files again now that you upgraded FOG and recaptured the image. So please post the contents of the files from your image directory again: d1.partitions, d1.minimum.partitions, d1.fixed_size_partitions and d1.original.fstypes.

                                              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

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

                                              162

                                              Online

                                              12.0k

                                              Users

                                              17.3k

                                              Topics

                                              155.2k

                                              Posts
                                              Copyright © 2012-2024 FOG Project