• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • K
    killerm
    last edited by Apr 26, 2017, 11:25 AM

    Server
    • FOG Version: 1.3.5
    • OS: Ubuntu 16.04 LTS
    Client
    • Service Version:
    • OS:
    Description

    I wonder if it possible to capture and after it debloy multiboot image? What Operation system i have to use and what image type? I have win7 where i have installed ubuntu 16.04 so its dualbootable. When i tried i use capture first time, im getting error. http://imgur.com/a/wa7sh

    I have installed drivers and few softwares to my windows but nothing to ubuntu. Do i need to do something to them before?

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by george1421 Apr 26, 2017, 5:35 AM Apr 26, 2017, 11:33 AM

      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 Apr 26, 2017, 11:38 AM Reply Quote 0
      • Q
        Quazz Moderator @george1421
        last edited by Quazz Apr 26, 2017, 5:40 AM Apr 26, 2017, 11:38 AM

        @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)

        G 1 Reply Last reply Apr 26, 2017, 11:43 AM Reply Quote 0
        • G
          george1421 Moderator @Quazz
          last edited by Apr 26, 2017, 11:43 AM

          @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 Apr 26, 2017, 7:12 AM Apr 26, 2017, 1:07 PM

            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 Apr 26, 2017, 1:09 PM Reply Quote 0
            • Q
              Quazz Moderator @killerm
              last edited by Apr 26, 2017, 1:09 PM

              @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 Apr 28, 2017, 11:51 AM Reply Quote 1
              • K
                killerm @Quazz
                last edited by Apr 28, 2017, 11:51 AM

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

                Q 1 Reply Last reply Apr 28, 2017, 11:55 AM Reply Quote 0
                • Q
                  Quazz Moderator @killerm
                  last edited by Apr 28, 2017, 11:55 AM

                  @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 Apr 28, 2017, 6:10 AM Apr 28, 2017, 12:09 PM

                    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 Apr 28, 2017, 12:28 PM

                      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

                      T 1 Reply Last reply Apr 28, 2017, 12:33 PM Reply Quote 0
                      • T
                        Tom Elliott @killerm
                        last edited by Apr 28, 2017, 12:33 PM

                        @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 Apr 28, 2017, 1:38 PM Reply Quote 0
                        • K
                          killerm @Tom Elliott
                          last edited by Apr 28, 2017, 1:38 PM

                          @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 May 3, 2017, 4:22 PM

                            I finally got it working! thank to everybody who helped

                            T 1 Reply Last reply May 3, 2017, 4:25 PM Reply Quote 0
                            • T
                              Tom Elliott @killerm
                              last edited by May 3, 2017, 4:25 PM

                              @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 May 5, 2017, 10:44 PM Reply Quote 1
                              • K
                                killerm @Tom Elliott
                                last edited by May 5, 2017, 10:44 PM

                                @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
                                1 / 1
                                • First post
                                  12/15
                                  Last post

                                196

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project