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

Cannot deploy Windows 7 image to Dell Latitude E5420.

Scheduled Pinned Locked Moved
FOG Problems
5
18
5.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.
  • R
    reub_rester
    last edited by Apr 28, 2015, 5:30 PM

    I have double and triple checked the image type and os. I am deploying separate images to each model and I did sysprep and included the needed drivers. The only thing different from the plain jane/jim way of setting FOG up is that I have a secondary hard drive setup and I followed the instructions on this page, [url]http://www.fogproject.org/wiki/index.php/Moving_your_images_directory/Adding_Storage_to_the_Images_directory[/url], the part at the very bottom is how I have the drive connected to FOG. I may have messed something up when I did that because I switched it from being in the mount directory to the /image/newdrive directory.

    1 Reply Last reply Reply Quote 0
    • J
      Joseph Hales Testers
      last edited by Apr 28, 2015, 6:54 PM

      Check your permissions sample command below.
      ls -laR /images

      RTFM

      1 Reply Last reply Reply Quote 0
      • W
        Wayne Workman
        last edited by Apr 28, 2015, 7:55 PM

        yeah it’s either permissions or something with the hardware on the E5420.

        Or perhaps a different switch model / switch settings that the E5420 machines are connected to.

        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
        • R
          reub_rester
          last edited by Apr 29, 2015, 3:25 PM

          I resolved the issue by uninstalling and installing fog again and copying the images to the /images root directory. But the question still remains, why can I not deploy from my external drive when I could deploy from it before I rebuilt my fog server.

          1 Reply Last reply Reply Quote 0
          • W
            Wayne Workman
            last edited by Apr 29, 2015, 3:26 PM

            External drive, or a 2nd or 3rd or 5th internal drive… it doesn’t matter. the drive needs mounted and the permissions have to be set.

            Also, you’ll need a storage node specifically for it if you want that drive to be detachable.

            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
            • R
              reub_rester
              last edited by Apr 29, 2015, 3:42 PM

              To the best of my knowledge, it was mounted because I could look at the data on it. The images were in /images/images/images. I had all the permissions set exactly like the ones for /images that were set during the fog install. I also had the images pointed to the correct folder to do the images.

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Apr 29, 2015, 3:56 PM

                Alright,

                How confusing can you potentially make this?

                First what’s the output of /etc/exports

                WHY SO MANY IMAGES folders inside images?

                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
                • R
                  reub_rester
                  last edited by Apr 29, 2015, 5:39 PM

                  When I mounted the partition from my external hard drive the partition name is images and the folder inside of that is also called images. As for the /etc/exports, below is the output.

                  /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,subtree_check)
                  /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,subtree_check)

                  /images/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,subtree_check)
                  /images/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,subtree_check)

                  /images/images/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,subtree_check)
                  /images/images/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,subtree_check)

                  I think I my see the problem now. Shouldn’t the fsid be different for all of these?

                  1 Reply Last reply Reply Quote 0
                  • R
                    reub_rester
                    last edited by Apr 29, 2015, 6:55 PM

                    Ok. Found my problem. The problem was the fsid’s in the comments above. The fsid’s need to be different for each line. I changed the fsid’s and it lets me deploy images from the /images, /images/images, and the /images/images/images folders without a problem. I am sorry that the way that I have it setup is confusing but it is working now. Thank all of you that responded.

                    Thanks,
                    Reub

                    1 Reply Last reply Reply Quote 0
                    • J
                      Junkhacker Developer
                      last edited by Apr 29, 2015, 7:06 PM

                      no need to be sorry. it was just difficult to read. all i saw was “images were in images/images/images … exactly … like /images. …also images pointed to … images” and my brain threw a kernel panic

                      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
                      • T
                        Tom Elliott
                        last edited by Apr 29, 2015, 7:12 PM

                        Stack trace:> ~[] too many images in images with images:
                        Unsure of which image you want to see images in:
                        Error code :images

                        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
                        • R
                          reub_rester
                          last edited by Apr 29, 2015, 7:17 PM

                          I should have picked a better naming convention when I setup the partition and folder. Next time I will name the partition and folders something else. I will know next time to check my fsid’s first to make sure they are different. Thanks for all your help and sorry for the kernel panic with the /images/images/images.

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Apr 29, 2015, 7:19 PM

                            It’s all good man. We get a laugh and you now understand a bit better how the fsid system works. No pain or anything on you.

                            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
                            • W
                              Wayne Workman
                              last edited by Apr 29, 2015, 7:31 PM

                              kernel panic? I got dizzy and fell over! Hit my head on the sink and saw the flux capacitor…

                              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
                              • T
                                Tom Elliott
                                last edited by Apr 29, 2015, 8:53 PM

                                I’m about to run back to the future or forward to the past

                                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
                                • 1 / 1
                                1 / 1
                                • First post
                                  13/18
                                  Last post

                                189

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project