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

    Chainloading failure: Toshiba Tecra C40-C UEFI & Samsung SSD MZNLF128HCHP-000

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    88
    36.4k
    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.
    • M
      mabarton @george1421
      last edited by

      @george1421
      The three pics are the order in which it fails.

      1. PXE booting
        2)FOG menu
        3)Chainloading failure (when leaving the Fog menu after the 3 sec.)

      The other picture with mostly a black screen is the Raw image failure at the end of the cloning process.

      I will submit more pics of the different exits and what they do.

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

        @mabarton Lets not focus on the exit modes right now. I think they are all related. But lets focus on image capture. Because if you can’t capture the image, the exit mode issue is a moot point. A clear image of the capture error will give the devs something to reference.

        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!

        Tom ElliottT M 3 Replies Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @george1421
          last edited by

          @george1421 the pic shows ftp issues for image capture

          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
          • Tom ElliottT
            Tom Elliott @george1421
            last edited by

            @george1421 uefi exit should be handled by rEFInd type but it needs a Config file for it as well.

            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

            Tom ElliottT 1 Reply Last reply Reply Quote 0
            • M
              mabarton @george1421
              last edited by

              0_1467425947375_IMG_3450.JPG
              This is when I attempted a Raw image. At the end this came up

              1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                Looking at the picture that has FTP related messages, the upload script can authenticate but cannot enter into the ftp root directory - which is /home/fog. This is exactly what the error says in fact.

                Troubleshooting should focus on this directory. Does it exist? What are the permissions?

                Please post the output of this command:
                ls -lahRt /home/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
                • Tom ElliottT
                  Tom Elliott @Tom Elliott
                  last edited by

                  @Tom-Elliott it appears, maybe, /home/fog folder doesn’t exist?

                  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

                  M 1 Reply Last reply Reply Quote 1
                  • M
                    mabarton @Tom Elliott
                    last edited by

                    @Tom-Elliott
                    It doesn’t

                    Wayne WorkmanW Tom ElliottT 2 Replies Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman @mabarton
                      last edited by

                      @mabarton said in Chainloading failure: Toshiba Tecra C40-C UEFI & Samsung SSD MZNLF128HCHP-000:

                      @Tom-Elliott
                      It doesn’t

                      Then make it.
                      mkdir /home/fog
                      chown fog:fog /home/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/

                      george1421G M 2 Replies Last reply Reply Quote 1
                      • george1421G
                        george1421 Moderator @Wayne Workman
                        last edited by

                        @Wayne-Workman I guess I have to ask a silly question, why is it trying to use the /home/fog directory for image capture? That’s a bit unusual.

                        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!

                        Tom ElliottT M 3 Replies Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott @mabarton
                          last edited by Tom Elliott

                          @mabarton there is the upload error. Run:sudo mkdir -p /home/fog; sudo chown -R fog:fog /home/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! 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

                          george1421G M 2 Replies Last reply Reply Quote 0
                          • M
                            mabarton @Wayne Workman
                            last edited by

                            @Wayne-Workman

                            Doing it

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

                              @Tom-Elliott that would be sudo mkdir… unless there is a new command.

                              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
                              • Tom ElliottT
                                Tom Elliott @george1421
                                last edited by

                                @george1421 it’s not, but fog user is Linux side and ftp is logging in just fine. Linux can’t find users home due and returns false.

                                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 1
                                • Wayne WorkmanW
                                  Wayne Workman
                                  last edited by

                                  Lol I’m out - gunned here. I’m on mobile.

                                  @george1421 it’s the fog users ftp root directory. As soon as you authenticate via ftp as fog, you plop into the users home directory.

                                  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 2
                                  • M
                                    mabarton @Tom Elliott
                                    last edited by mabarton

                                    @Tom-Elliott
                                    I made the directory and use the chown command

                                    I just don’t understand the fog:fog part. It may not be necessary for me to understand to make it work but I want to understand it.

                                    Wayne WorkmanW Tom ElliottT 4 Replies Last reply Reply Quote 0
                                    • Wayne WorkmanW
                                      Wayne Workman @mabarton
                                      last edited by

                                      @mabarton then you should be good now.

                                      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
                                      • Tom ElliottT
                                        Tom Elliott @mabarton
                                        last edited by

                                        @mabarton now you should be able to upload. Booting is separate but imaging should be able to happen.

                                        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

                                        M 2 Replies Last reply Reply Quote 0
                                        • M
                                          mabarton @Tom Elliott
                                          last edited by

                                          @Tom-Elliott
                                          When I made this server I had never used any computer other than a Windows machine, so I did not know about the directories, commands…I knew zilch.

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

                                            @mabarton the chown changes the owner to allow the fog user to access 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

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 2 / 5
                                            • First post
                                              Last post

                                            268

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project