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

    Hosts not imaging - HELP

    Scheduled Pinned Locked Moved
    FOG Problems
    8
    149
    105.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.
    • JunkhackerJ
      Junkhacker Developer @prestop
      last edited by

      @prestop from the errors you described before, that sounds right. the image size is too large for the disk. it runs out of space at the 3rd partition.

      signature:
      Junkhacker
      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

      JunkhackerJ 1 Reply Last reply Reply Quote 0
      • JunkhackerJ
        Junkhacker Developer @Junkhacker
        last edited by

        @Junkhacker bare in mind that non-resizable is really strict about size. being smaller by just a tiny amount is enough for it to fail. there aren’t a lot of circumstances where i recommend it over resizeable

        signature:
        Junkhacker
        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

        P 2 Replies Last reply Reply Quote 0
        • P
          prestop @Junkhacker
          last edited by

          @Junkhacker Doesn’t make sense to me - he didn’t have any different computers. What is confusing is that the image on the server is alot smaller than 250G.

          JunkhackerJ 1 Reply Last reply Reply Quote 0
          • JunkhackerJ
            Junkhacker Developer @prestop
            last edited by Junkhacker

            @prestop that’s because of 2 things. partclone is file-system aware, and only copies the data in use, and fog compresses it.
            however, a non-resizable image is a snapshot of the drive just as it existed on the source computer. when a resizeable image is created, a few more steps are taken before the image is uploaded, like shrinking the partitions down to the size of the data on the drives (plus some buffer space).

            signature:
            Junkhacker
            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

            P 1 Reply Last reply Reply Quote 0
            • P
              prestop @Junkhacker
              last edited by

              @Junkhacker Debug is on the /dev/sda2 now. I guess I find out at the next ENTER.

              1 Reply Last reply Reply Quote 0
              • P
                prestop @Junkhacker
                last edited by

                @Junkhacker
                yep…says target partition is too small. I don’t understand that at all.

                JunkhackerJ 1 Reply Last reply Reply Quote 0
                • JunkhackerJ
                  Junkhacker Developer @prestop
                  last edited by

                  @prestop if you look in the directory /images/MMHOptiplex7020/ what files do you see?

                  signature:
                  Junkhacker
                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                  P 1 Reply Last reply Reply Quote 0
                  • P
                    prestop @Junkhacker
                    last edited by

                    @Junkhacker
                    d1.mbr
                    d1p1.img
                    d1p2.img
                    d1p3.img

                    JunkhackerJ 1 Reply Last reply Reply Quote 0
                    • JunkhackerJ
                      Junkhacker Developer @prestop
                      last edited by Junkhacker

                      @prestop oh, right, forgot that we didn’t add the additional files until later and these are from fog 1.2.0.
                      well, i think it’s obvious what the solution is. you’ll at least temporarily need a bigger drive to recapture this image, or you’re going to have to rebuild this image from scratch. when i say that non-resizable is really strict, i mean exact number of sectors or fewer for destination drive. that means if the source drive was 250Gb and the destination is 249.99GB, it won’t work. there is easily that much variation between drive models of the “same” size.

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        prestop @Junkhacker
                        last edited by

                        @Junkhacker does one of these files tell me how big the source drive was?

                        JunkhackerJ 1 Reply Last reply Reply Quote 0
                        • JunkhackerJ
                          Junkhacker Developer @prestop
                          last edited by

                          @prestop not in any easy kind of way, not like an image from trunk would.

                          signature:
                          Junkhacker
                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

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

                            @prestop I think I already told you that I can tell you the disk size if you upload the d1.mbr file to the forum… Or just run fdisk -l /images/MMHOptiplex7020/d1.mbr and post the full output 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

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

                              My favourite suggestion… have you tried zeroing the destination drive?

                              You alsop could create a virtual machine with a dynamically expanding 500 GB virtual drive. Image to that then recapture it as single disk resizable.

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

                              JunkhackerJ 1 Reply Last reply Reply Quote 1
                              • JunkhackerJ
                                Junkhacker Developer @sudburr
                                last edited by

                                @sudburr he has, and from the sound of it, he doesn’t have any systems with enough drive space (also, there are problems pxe booting a vm that’s not on a dedicated hypervisor)

                                signature:
                                Junkhacker
                                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                P 1 Reply Last reply Reply Quote 0
                                • sudburrS
                                  sudburr
                                  last edited by sudburr

                                  VirtualBox will PXE boot quite happily with:
                                  Oracle_VM_VirtualBox_Extension_Pack-5.0.18-106667.vbox-extpack

                                  Even if the size of the drive data on the image is an unlikely 230 GiB it would still fit on a system running bare Win7 with VirtualBox and a 250 GB (roughly 232 GiB) dynamically expanding virtual drive because the virtual drive will only be the size of the data plus a few extra bits.

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

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    prestop @Junkhacker
                                    last edited by

                                    @Junkhacker
                                    OK everyone - it looks like you are correct. The last order he placed for 14 machines were a different model with a 500GB HDD. My guess is he made his golden from these and that’s what’s in the FOG server. The ones in the old bug-infested tech room, while he may have used them as test devices at some point, are not the ones he put the images on.

                                    One last question: My new machines I will be getting will have 500G or larger so the image should work. What happens to the left over space? I guess I’m not sure exactly what re-sizable means and how partclone works. Any resource suggestions greatly appreciated.

                                    ALSO - MANY MANY THANKS to Junkhacker, Wayne Workman, Sebastion Roth and all others who stayed with me to get this done. This is an awesome program and you are awesome guys! My gratitude always.

                                    Preston

                                    1 Reply Last reply Reply Quote 2
                                    • JunkhackerJ
                                      Junkhacker Developer
                                      last edited by

                                      as soon as you have a system with a large enough drive, deploy your image and recapture as resizable. it will then be usable on all of your systems of that model. a resizable image automatically shinks and expands partitions to fit on different size drives and take advantage of all available space.

                                      signature:
                                      Junkhacker
                                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                      P 1 Reply Last reply Reply Quote 0
                                      • P
                                        prestop @Junkhacker
                                        last edited by

                                        @Junkhacker
                                        Fully deploy and then upload right away - as resizable. Multi-partition? I guess there’s the Dell part, the windows part and then the last - I’m not sure how Dell sells them.

                                        JunkhackerJ 1 Reply Last reply Reply Quote 0
                                        • JunkhackerJ
                                          Junkhacker Developer @prestop
                                          last edited by Junkhacker

                                          @prestop yes, deploy the image with the shutdown checkbox enabled, so the system doesn’t boot, it just images and shuts down. then schedule an image capture with the image now set to resizable. i’m guessing boot, recovery, and system. and btw, if these are “as dell sells them,” make sure you’re correctly licensed

                                          signature:
                                          Junkhacker
                                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                          P 1 Reply Last reply Reply Quote 0
                                          • P
                                            prestop @Junkhacker
                                            last edited by

                                            @Junkhacker
                                            Thanks again!

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 2 / 8
                                            • First post
                                              Last post

                                            205

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project