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

Upgrade from .32 to 1.2.0 Problems

Scheduled Pinned Locked Moved
FOG Problems
7
17
7.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.
  • T
    Tom Elliott
    last edited by Aug 27, 2014, 10:21 AM

    The GUI option isn’t enabled, but on upgrade from 0.32 (or earlier) to 1.x.x, the flag that tells if it is partclone or partimage is set to tell the system it’s partimage.

    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
    • I
      IdahoTech
      last edited by Aug 29, 2014, 6:22 PM

      OK so where would i find this setting. In the Fog Configuration under Fog General Settings? The main problem I am having is imaging with the Windows XP images…For some reason the WIndows 7 images work and deploy. The Windows XP images come up to the screen where it starts to image then reboot. It happens so fast I cannot see what it states on the screen, but in the logs it states that error I quoted before about cannot have partition outside…

      These images were made on the .32 version of fog and I did do a clean install, because instead of going through the upgrades I thought a fresh install would be less troublesome.

      Is it because I made such a huge jump in versions that I am having these issues? Is there a way to get it to see the image sizes properly as well as use my XP images?

      Thanks for all you do…

      "[I]I'd Like to know why [U]well-educated idiots[/U] keep apologizing for [U]lazy and complaining[/U] people who think the world [U]owes them a liv…

      1 Reply Last reply Reply Quote 0
      • T
        Thiago
        last edited by Sep 1, 2014, 5:45 PM

        i guess that upgrade process from 0.32 to 1.2 is more effective than fresh install and move images folder.
        My IT friend at work, have this same issue. He did a reinstall of .032 and then updated to newer version and simply worked again.

        1 Reply Last reply Reply Quote 0
        • J
          jmeyer
          last edited by Sep 2, 2014, 6:16 AM

          This depend of your hardware, how you work and what you want to do.
          My image were not working and i had to deploy some before this was fix by Tom so i had no choice than build a second server and keep the old one ready to deploy.

          1 Reply Last reply Reply Quote 0
          • J
            Jaymes Driver Developer
            last edited by Sep 3, 2014, 2:18 PM

            What I do, and this is my personal preference and I will explain why, Is I build my images in a virtual format, and I ALWAYS keep this virtual Format.

            I use Virtual Box, I have had the best speeds when compared to other virtual machines, but we have a pseudo work around for VMWare speed issues. I also chose Virtualbox because it is easy to port out your appliance and import else where. You can also take snapshots (and if you sysprep this is VERY important).

            I always keep my virtual machine alive in some aspect, sometimes I even upload the image before completing the sysprep so I have a fall back in case my snapshot gets corrupted or deleted. Then I just start a new appliance and use FOG to image the machine and pick up where I left off.

            This leaves me the opportunity (should it arise) for me to upgrade my fog server and re-upload my images if the format was not correct from a previous version (and that is just because I still use the 0.32 as a production server and I use my 1.2.0 for testing and breaking).

            This would alleviate the issue of needing to change the type or to enable the legacy flag.

            I realize that it’s probably too late for that, so my next suggestion is similar to the one Thiago gave. Back up your images, install FOG 0.32 fresh, and then perform the upgrade to 1.2.0. This will allow the legacy flag to be enabled so that when you restore your images they will be in the correct “format” if you will. This should solve your ‘partition out side of disk’ issue. I realize this is not the ideal solution, but it is A solution.

            Sorry the upgrades have caused you trouble, I promise that all the changes are well worth it though, the system is much faster, and supports a wider range of partition types and OS types than we could previously cater to, plus now we have a really good means of compression that is easily changed 🙂

            WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

            1 Reply Last reply Reply Quote 0
            • I
              IdahoTech
              last edited by Sep 3, 2014, 6:43 PM

              I appreciate the information and yes I will have to bite the bullet and install .32 and then upgrade. Do I just go from .23 to 1.2.0? Or go through the steps of certain versions like from .32 to 1.X then from there to 1.2.0?

              Can I uninstall the FOG 1.2.0 from my VM and install the .32 to it without loosing my clients I have already registered to it?

              I know I am being kind of a wanny, but just want to do this as painless as possible, if it is at all possible. And yes I did have that same setup where I created the images in Virtual Box and then did a snap shot before I syspreped the machine just in case something happened, then did another snapshot after the sys-prep when I imaged it down to a machine and all went well.

              However the machine I had that on the HD drive crashed and I lost all my images for it. I mean dead as a door-nail. AH well so goes the life of a techie…always telling people to backup, backup, backup and the one thing I forget to backup…well lesson learned. Yeah I was a idiot on that one. Let the insults commence 🐵

              If you can give me any kind of quick step by step to either reinstall on my VM with the old then upgrade or what i would appreciate it. If not I understand and can muddle through it, just got a lot going on here and the less I have to muddle the better it would help…;)

              "[I]I'd Like to know why [U]well-educated idiots[/U] keep apologizing for [U]lazy and complaining[/U] people who think the world [U]owes them a liv…

              1 Reply Last reply Reply Quote 0
              • J
                Jaymes Driver Developer
                last edited by Sep 3, 2014, 6:52 PM

                You can export a list of your current hosts and then import them again after installation, (would be fastest and safest).

                I would install 0.32 and then put back my current images from 0.32: name the image store the EXACT same as your previous image name (it will be the folder that houses your partition files)

                After adding the image stores in, I would chmod everything to make sure that fog is happy and can see the images.[code]chmod -R 777 /images[/code]

                Then I would immediately update to 1.2.0, I would not worry about 1.1.0 or anything between.

                Afterwards I would restore my final images (if desired) and then import my host list.

                This would be the most painless process I can think of (while saving your images and hosts).

                WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                1 Reply Last reply Reply Quote 0
                • I
                  IdahoTech
                  last edited by Sep 3, 2014, 7:02 PM

                  OK I will do. Thanks for the quick reply and the down and dirty on how to… Being 1 of 2 techs in a district and the other tech is on vacation for 3 weeks :eek: helps me out greatly with the quick run down. I will try it later on Today and let you know what comes about. 🙂

                  "[I]I'd Like to know why [U]well-educated idiots[/U] keep apologizing for [U]lazy and complaining[/U] people who think the world [U]owes them a liv…

                  1 Reply Last reply Reply Quote 0
                  • J
                    Jaymes Driver Developer
                    last edited by Sep 3, 2014, 7:13 PM

                    Always willing to help! As long as it’s not after 3:30pm on a Thursday… I have to mow the grass on Thursday <.<

                    WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                    1 Reply Last reply Reply Quote 0
                    • I
                      IdahoTech
                      last edited by Sep 3, 2014, 9:12 PM

                      I hear ya…gotta cut mine…soon I can make grass skirts if I don’t get out there soon…

                      "[I]I'd Like to know why [U]well-educated idiots[/U] keep apologizing for [U]lazy and complaining[/U] people who think the world [U]owes them a liv…

                      1 Reply Last reply Reply Quote 0
                      • V
                        viper02
                        last edited by Sep 9, 2014, 7:17 PM

                        So where is the option to enable the selection between partimage and part clone? is it under fog settings?

                        1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman
                          last edited by Jan 13, 2017, 3:47 AM

                          For future readers: https://wiki.fogproject.org/wiki/index.php?title=Migrate_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 0
                          • 1 / 1
                          • First post
                            Last post

                          160

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project