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

    Multiboot image question

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    15
    2.6k
    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.
    • george1421G
      george1421 Moderator
      last edited by george1421

      I believe you will need to pick raw image format with an image type of other and finally pick single disk nonresizable. I’m not sure if the resizable code supports mixed OS deployments. @Senior-Developers (??)

      I think @Quazz does deploy a multiboot image (??). He may be able to provide exact guidance.

      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!

      Q 1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator @george1421
        last edited by Quazz

        @george1421 I don’t use multiboot images, unfortunately. This seems to be a capturing issue, however.

        Might be worthwhile to check the diskspace for /images though, as it suggests.

        Other things to watch out for are the image settings, when set incorrectly it won’t work afaik.

        I think, but could be wrong, you should use OS type : Other and image type: Multiple Partition (non resizable)

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

          @Quazz said in Multiboot image question:

          Might be worthwhile to check the diskspace for /images though, as it suggests.

          Oops sorry I though you guys were doing that (multi boot).

          Thanks for reminding me about the disk space message. If the fog server isn’t out of space in the /images directory then the error message is a bit misleading (I know this). It actually means (if there is sufficient disk space) that Partclone aborted the image copy function unexpectedly. I have personally seen this. If you watch the Partclone function it will quickly display the error (< 2 seconds) just before exiting back to FOS. We saw this with a target computer with a bad sector on the hard drive. I’m not saying that is the case here but if you watch the partclone copy and are a quick read you can see the error. The other way to trap the error is to capture the image in debug mode. Then you can abort the upload and review the log file.

          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 1
          • K
            killerm
            last edited by killerm

            Okey i try thoose image settings tomorrow probably. I think it’s not about disk space, i have 500gb hdd in use and there is nothing than Ubuntu and fog server. After that i tried capure a Windows 7 image and it went to server without problems. I had just an problem also with deploy image: http://imgur.com/a/tnfrE

            Could there problems be linked to each others…?

            Q 1 Reply Last reply Reply Quote 0
            • Q
              Quazz Moderator @killerm
              last edited by

              @killerm Size of HDD isn’t the only factor. The default install might have only given the root partition 10GB for example, and given the rest to /home

              Try this command in terminal:

              df -h
              

              And paste output here.

              K 1 Reply Last reply Reply Quote 1
              • K
                killerm @Quazz
                last edited by

                @Quazz
                http://m.imgur.com/LLK6miK this is what it is looking like after that command

                Q 1 Reply Last reply Reply Quote 0
                • Q
                  Quazz Moderator @killerm
                  last edited by

                  @killerm Looks like there’s plenty of space.

                  So, for some reason FOG is unable to find the image store, I recommend you check your Storage Node settings

                  1 Reply Last reply Reply Quote 0
                  • K
                    killerm
                    last edited by killerm

                    Just before error comes there this kinda picture
                    http://m.imgur.com/29AEa9e

                    Were do i check thoose setting, in terminal or on the server?

                    1 Reply Last reply Reply Quote 0
                    • K
                      killerm
                      last edited by

                      When i change image setting to operation syatem other and Image type raw Image it’s starting to imaging to hdd but it’s imaging whole hdd (500gb) and taking over 2h . And i dont need whole hdd image

                      When using image settings as operation system other and Image type multipe partion Image - all disks (not resiszable ) it gived thoose errors

                      Tom ElliottT 1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @killerm
                        last edited by

                        @killerm You’re confusing your self, and probably others here.

                        Why are you changing the image type around?

                        Capturing an image means you need to ensure the disk is ready to be captured. The message you’re seeing is saying it can’t proceed BECAUSE the disk is not ready. It even tells you what you need to do. (Start windows and run chkdsk /f).

                        Make sure the system is not in “hibernate”.

                        Make sure the disk is actually okay.

                        Maybe try resizable? (How many disks are on this system anyway?)

                        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

                        K 1 Reply Last reply Reply Quote 0
                        • K
                          killerm @Tom Elliott
                          last edited by

                          @Tom-Elliott
                          i am changing image type because i want to see if it could been the issue here, but appeared it’s not.
                          I’m gonna try those commands on Windows and Linux if it could solve problem (fsck and CHKDSK). I have used both OS’s and they were fine. What about if i syspre windows? I have no access to those computers in few days, but i will come back after trying a bit more!

                          https://vimeo.com/215184091

                          There is one more video about whole thing(from start to end(error))

                          1 Reply Last reply Reply Quote 0
                          • K
                            killerm
                            last edited by

                            I finally got it working! thank to everybody who helped

                            Tom ElliottT 1 Reply Last reply Reply Quote 0
                            • Tom ElliottT
                              Tom Elliott @killerm
                              last edited by

                              @killerm What ended up being the problem and how did you solve it?

                              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

                              K 1 Reply Last reply Reply Quote 1
                              • K
                                killerm @Tom Elliott
                                last edited by

                                @Tom-Elliott there were few corrupted files on windows and fixed them, and after those it worked fine

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post

                                169

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project