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

FOG restore only one partition

Scheduled Pinned Locked Moved Solved
FOG Problems
5
83
39.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.
  • P
    plegrand @Tom Elliott
    last edited by Feb 4, 2016, 3:56 PM

    @Tom-Elliott could it be the modification i made about storage
    /images => /home/images ?

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott @plegrand
      last edited by Feb 4, 2016, 3:58 PM

      @plegrand we are now up to 6194 not that you will see any different results. Is this image truly an xp/2000 image? When was the image uploaded?

      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

      P 1 Reply Last reply Feb 4, 2016, 4:03 PM Reply Quote 0
      • P
        plegrand @Tom Elliott
        last edited by Feb 4, 2016, 4:03 PM

        @Tom-Elliott
        I just upgraded now 6194
        It’s trully an xp image from an old portable with windows XP
        i made the test today with the 6186 version
        i just made the test with the 6194 version with same problem

        T 2 Replies Last reply Feb 4, 2016, 4:08 PM Reply Quote 0
        • T
          Tom Elliott @plegrand
          last edited by Feb 4, 2016, 4:08 PM

          @plegrand I do know what the problem is though I don’t know of a good fix at the moment. I believe it’s because of checking done for the image files. Old XP images were to be a single partition/single file. But have no XP image to test with/from. What happens if you change the is version to Windows 10? I’d say 7 or 8 but I know that it would fail due to bcd files trying to be placed that aren’t used in XP. I set up Windows 10 to not replace the bcd though.

          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
          • T
            Tom Elliott @plegrand
            last edited by Feb 4, 2016, 11:34 PM

            @plegrand I just rebuilt the init’s to attempt to approach this scenario (three partitions and what not for xp).

            The one partition was a failure on my part. I was checking if the d1p1.img file was there and verifying it. This is correct, but i was never iterating partitions and what not for XP/Vista. This is because I guess XP/Vista are so old that I didn’t really expect any person to be using an image of these types in such a manner.

            I’m almost certain, however, that this will still be an issue as we always default to using the FOG systems mbr file. This mbr file only has one partition within it. Maybe I was lucky with how I coded it though?

            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

            W P 4 Replies Last reply Feb 5, 2016, 4:12 AM Reply Quote 0
            • W
              Wayne Workman @Tom Elliott
              last edited by Wayne Workman Feb 4, 2016, 10:13 PM Feb 5, 2016, 4:12 AM

              @Tom-Elliott said:

              I’m almost certain, however, that this will still be an issue as we always default to using the FOG systems mbr file. This mbr file only has one partition within it. Maybe I was lucky with how I coded it though?

              Sounds like a good reason to have… two… MBRs. 😎

              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/

              P 1 Reply Last reply Feb 5, 2016, 9:22 AM Reply Quote 0
              • P
                plegrand @Tom Elliott
                last edited by Feb 5, 2016, 7:23 AM

                @Tom-Elliott
                then what i have to do ?
                do you want i test with windows 10 version.
                However this morning i updatet to 6209 version, and now when i try to deploy, partclone “tell” me that “This is not a partclone image”.
                Did you change something ?

                Thanks for your help

                1 Reply Last reply Reply Quote 0
                • P
                  plegrand @Tom Elliott
                  last edited by Feb 5, 2016, 7:28 AM

                  @Tom-Elliott
                  I made the test with windows 10 version and this is not the same error :
                  Image store corrupt : Unable to locate MBR(restorePartitionTableAndBootLoaders)

                  1 Reply Last reply Reply Quote 0
                  • P
                    plegrand @Wayne Workman
                    last edited by Feb 5, 2016, 9:22 AM

                    @Wayne-Workman
                    I saw on the wiki that there is 4 partition types :
                    Single Partition
                    Multiple Partition - Single Disk
                    Multiple Partition - All Disks
                    Raw Image

                    On the web frontend
                    Single Disk - Resizable - (1)
                    Multiple Partition Image - Single Disk (Not Resizable) - (2)
                    Multiple Partition Image - All Disks (Not Resizable) - (3)
                    Raw Image (Sector By Sector, DD, Slow) - (4)

                    As you can see the first option is different.
                    Then may be i would choose “Multiple Partition - Single Disk”
                    And it’s, may be, for this reason it failed now ?

                    1 Reply Last reply Reply Quote 0
                    • P
                      plegrand @Tom Elliott
                      last edited by Feb 5, 2016, 10:56 AM

                      @Tom-Elliott
                      Then do you think i have to restore manually my station or it will be possible from fog ?

                      T 1 Reply Last reply Feb 5, 2016, 11:47 AM Reply Quote 0
                      • T
                        Tom Elliott @plegrand
                        last edited by Feb 5, 2016, 11:47 AM

                        @plegrand Try changing the OS type to Windows 10.

                        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

                        P 1 Reply Last reply Feb 5, 2016, 1:01 PM Reply Quote 0
                        • P
                          plegrand @Tom Elliott
                          last edited by Feb 5, 2016, 1:01 PM

                          @Tom-Elliott
                          As i said before, i already done that without success

                          T 1 Reply Last reply Feb 5, 2016, 1:03 PM Reply Quote 0
                          • T
                            Tom Elliott @plegrand
                            last edited by Feb 5, 2016, 1:03 PM

                            @plegrand Can you try with it set back as XP? I don’t see that being retested.

                            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

                            P 3 Replies Last reply Feb 5, 2016, 1:07 PM Reply Quote 0
                            • P
                              plegrand @Tom Elliott
                              last edited by Feb 5, 2016, 1:07 PM

                              @Tom-Elliott
                              I made the test with windows xp type on 6209 version : partclone “tell” me that “This is not a partclone image”.
                              Not the same error as yesterday with other version (6194)

                              1 Reply Last reply Reply Quote 0
                              • P
                                plegrand @Tom Elliott
                                last edited by Feb 5, 2016, 1:37 PM

                                @Tom-Elliott Same problem with 6211

                                1 Reply Last reply Reply Quote 0
                                • P
                                  plegrand @Tom Elliott
                                  last edited by plegrand Feb 8, 2016, 2:56 AM Feb 8, 2016, 8:11 AM

                                  @Tom-Elliott
                                  I just made the test today with 6237 version. Same problem : partclone “tell” me that “This is not a partclone image”.
                                  Do you think there is a solution to restore image from fog or do i have to reinstall the station ?

                                  T 1 Reply Last reply Feb 8, 2016, 3:13 PM Reply Quote 0
                                  • T
                                    Tom Elliott @plegrand
                                    last edited by Feb 8, 2016, 3:13 PM

                                    @plegrand there can be a solution but I have to figure out what that solution will be.

                                    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

                                    P 2 Replies Last reply Feb 10, 2016, 7:17 AM Reply Quote 0
                                    • P
                                      plegrand @Tom Elliott
                                      last edited by plegrand Feb 10, 2016, 1:32 AM Feb 10, 2016, 7:17 AM

                                      @Tom-Elliott
                                      for the moment i reinstalled the station and i continu my tests. I’ve got one question :

                                      I saw on the wiki that there is 4 images types :

                                      Single Partition
                                      Multiple Partition - Single Disk
                                      Multiple Partition - All Disks
                                      Raw Image

                                      On the web frontend
                                      Single Disk - Resizable - (1)
                                      Multiple Partition Image - Single Disk (Not Resizable) - (2)
                                      Multiple Partition Image - All Disks (Not Resizable) - (3)
                                      Raw Image (Sector By Sector, DD, Slow) - (4)

                                      As you can see the first option is different.
                                      What is the good one
                                      Is it single disk or single partition ?

                                      And finally, instead opening a new thread, i’ve got a last question :
                                      all my host have a red circle with exclamation point and this error message :
                                      “no such device or address”. What does that mean ?

                                      Thanks for your help

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        plegrand @Tom Elliott
                                        last edited by Feb 23, 2016, 9:32 AM

                                        @Tom-Elliott
                                        Hello
                                        i just made a test today with an other station
                                        Dell Optiplex 760 with again 3 partitions
                                        Here is the image definition :
                                        default: Windows 2000/XP
                                        Single Disk - Resizable
                                        Everything

                                        The capture seems to works fine and i can see in the “images” directory :

                                        ls -al /home/images/Optiplex760780/
                                        total 8355044
                                        drwxrwxrwx 2 root root 4096 févr. 23 10:09 .
                                        drwxrwxrwx 7 root root 4096 févr. 23 10:09 …
                                        -rwxrwxrwx 1 root root 3 févr. 23 09:44 d1.fixed_size_partitions
                                        -rwxrwxrwx 1 root root 249 févr. 23 09:49 d1.minimum.partitions
                                        -rwxrwxrwx 1 root root 30 févr. 23 09:49 d1.original.fstypes
                                        -rwxrwxrwx 1 root root 0 févr. 23 09:44 d1.original.swapuuids
                                        -rwxrwxrwx 1 root root 3706587 févr. 23 09:49 d1p1.img
                                        -rwxrwxrwx 1 root root 8551432512 févr. 23 10:09 d1p2.img
                                        -rwxrwxrwx 1 root root 392584 févr. 23 10:09 d1p3.img
                                        -rwxrwxrwx 1 root root 249 févr. 23 09:44 d1.partitions

                                        But when i try to deploy this image on the same station i’ve got again this error message at the beginning :
                                        “This is not a partclone image”

                                        Now the station is “dead” and cant boot “Error loading operating system”

                                        It’s a real problem because we have a lot of this kind of station

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott
                                          last edited by Feb 25, 2016, 1:28 AM

                                          I just added some more code and I think I finally found the 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! 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

                                          P 1 Reply Last reply Feb 25, 2016, 10:30 AM Reply Quote 1
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 2 / 5
                                          • First post
                                            Last post

                                          230

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project