• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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
39.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.
  • W
    Wayne Workman
    last edited by Jul 2, 2016, 2:25 AM

    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 Jul 1, 2016, 8:28 PM Jul 2, 2016, 2:26 AM

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

      W T 4 Replies Last reply Jul 2, 2016, 2:28 AM Reply Quote 0
      • W
        Wayne Workman @mabarton
        last edited by Jul 2, 2016, 2:28 AM

        @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
        • T
          Tom Elliott @mabarton
          last edited by Jul 2, 2016, 2:28 AM

          @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 Jul 2, 2016, 2:30 AM Reply Quote 0
          • M
            mabarton @Tom Elliott
            last edited by Jul 2, 2016, 2:30 AM

            @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
            • T
              Tom Elliott @mabarton
              last edited by Jul 2, 2016, 2:32 AM

              @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
              • M
                mabarton @Tom Elliott
                last edited by Jul 2, 2016, 2:32 AM

                @Tom-Elliott

                The school was doing computers one at a time before.

                I really appreciate this and so will our school! Should this fix the chainloading error as well?

                T 2 Replies Last reply Jul 2, 2016, 2:32 AM Reply Quote 0
                • T
                  Tom Elliott @mabarton
                  last edited by Jul 2, 2016, 2:32 AM

                  @mabarton fog:fog is user:group

                  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 Jul 2, 2016, 2:34 AM Reply Quote 0
                  • W
                    Wayne Workman @mabarton
                    last edited by Jul 2, 2016, 2:33 AM

                    @mabarton this is linux permissions 101. A incredibly brief explanation wrote by someone on a cell phone:

                    First part is owner, second part is group. Third which isn’t included is everyone.

                    Every linux user also has their own group by default and Linux does not allow deleting a user’s group.

                    Basically - setting the ownership tells linux that this user and this users group (which only has that one user in it) own that 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/

                    M 1 Reply Last reply Jul 2, 2016, 2:45 AM Reply Quote 0
                    • T
                      Tom Elliott @mabarton
                      last edited by Jul 2, 2016, 2:34 AM

                      @mabarton no. The chain load issue is as George was discussing. Uefi exit is not pretty, but on imaging you should ensure secure boot is off for download, though I would recommend for both upload and download.

                      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 Jul 2, 2016, 2:38 AM Reply Quote 0
                      • M
                        mabarton @Tom Elliott
                        last edited by Jul 2, 2016, 2:34 AM

                        @Tom-Elliott
                        That was where I was lost. We use chown often with students.

                        T 1 Reply Last reply Jul 2, 2016, 2:36 AM Reply Quote 0
                        • T
                          Tom Elliott @mabarton
                          last edited by Jul 2, 2016, 2:36 AM

                          @mabarton for the chain load, if you set host efi exit to type exit and reupload with secure boot off, then deploy to system with secure boot off, I suspect you might have much more luck.

                          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 Jul 2, 2016, 2:41 AM Reply Quote 1
                          • M
                            mabarton @Tom Elliott
                            last edited by Jul 2, 2016, 2:38 AM

                            @Tom-Elliott
                            I always take secure boot off

                            My host is set to…EFI: exit and BIOS: exit

                            Then in fog settings… it is EFI :exit and Fog Boot: exit

                            1 Reply Last reply Reply Quote 0
                            • M
                              mabarton @Tom Elliott
                              last edited by Jul 2, 2016, 2:41 AM

                              @Tom-Elliott
                              I double checked and with those settings, I still get a chainloading error.

                              W 1 Reply Last reply Jul 2, 2016, 2:44 AM Reply Quote 0
                              • W
                                Wayne Workman @mabarton
                                last edited by Jul 2, 2016, 2:44 AM

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

                                @Tom-Elliott
                                I double checked and with those settings, I still get a chainloading error.

                                The real question is - if you skip network booting, does the OS load?

                                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/

                                G M 2 Replies Last reply Jul 2, 2016, 2:46 AM Reply Quote 0
                                • M
                                  mabarton @Wayne Workman
                                  last edited by Jul 2, 2016, 2:45 AM

                                  @Wayne-Workman
                                  I am taking a course on Linux in the fall so I hope to have a better understanding…

                                  When changing a setting in the WebUI, do I need to make changes on the machine as well?

                                  W 1 Reply Last reply Jul 2, 2016, 2:45 AM Reply Quote 0
                                  • W
                                    Wayne Workman @mabarton
                                    last edited by Jul 2, 2016, 2:45 AM

                                    @mabarton typically, no.

                                    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
                                    • G
                                      george1421 Moderator @Wayne Workman
                                      last edited by george1421 Jul 1, 2016, 8:46 PM Jul 2, 2016, 2:46 AM

                                      @Wayne-Workman Yes, if firmware set to boot from hard drive it works every time. (the OP is still on the 2 minute cool down between posts for being a noob).

                                      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
                                      • M
                                        mabarton @Wayne Workman
                                        last edited by mabarton Jul 1, 2016, 8:53 PM Jul 2, 2016, 2:47 AM

                                        @Wayne-Workman
                                        Yes, without fail.I have to wait 120 sec to post. Sorry for the delayed answers.

                                        0_1467427780336_IMG_3467.JPG 0_1467427785230_IMG_3470.JPG 0_1467427788725_IMG_3471.JPG

                                        W 1 Reply Last reply Jul 2, 2016, 2:55 AM Reply Quote 0
                                        • W
                                          Wayne Workman @mabarton
                                          last edited by Jul 2, 2016, 2:55 AM

                                          @mabarton well - I think secure boot is off because you got to the end of uploading.

                                          The chain load failure is a different problem - as others have already said.

                                          Can you post a picture of the chain load failure? Please include the whole screen and be sure the photo is focused - we can tell you a lot from that and give you a link too - to see what boot script that IPXE is using.

                                          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/

                                          M 1 Reply Last reply Jul 2, 2016, 2:59 AM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 2 / 5
                                          2 / 5
                                          • First post
                                            38/88
                                            Last post

                                          138

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project