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

    Impossible start ISO image after update Fog to 1.3.0

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    37
    8.1k
    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

      In my tutorial I linked below this is the order of command execution

      initrd http://<fog_server_ip>/isoimg/LiteTouchPE_x86.iso
      chain memdisk iso raw
      

      Also make sure permission on the file is world readable.

      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!

      Z 1 Reply Last reply Reply Quote 1
      • Z
        zingaro @george1421
        last edited by

        @george1421 sames results… ![0_1474627619530_Capture.JPG]does not works…sames result !!

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

          @zingaro where is the iso currently physically located on your server?

          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

          Z 1 Reply Last reply Reply Quote 0
          • Z
            zingaro @Tom Elliott
            last edited by

            @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

            where is the iso currently physically located on your server?

            /var/www/fog/images
            sames pc where fog is installed !

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

              @zingaro now the error when trying to boot the iso is execution fail? Or permission denied? The pic you tried to upload isn’t showing up.

              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

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

                Oh and web root is configured in two places for rc10. The reasoning is its more dynamic. The global web root from before is for a common GUI setup. But ultimately the communication tries to happen at the node level first. If that fails the global setting will be used. Check the storage nodes web root 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

                Z 1 Reply Last reply Reply Quote 0
                • Z
                  zingaro @Tom Elliott
                  last edited by

                  @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

                  now the error when trying to boot the iso is execution fail? Or permission denied? The pic you tried to upload isn’t showing up.

                  1_1474628581436_Capture.JPG 0_1474628581435_Capture1.JPG

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

                    @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

                    Oh and web root is configured in two places for rc10. The reasoning is its more dynamic. The global web root from before is for a common GUI setup. But ultimately the communication tries to happen at the node level first. If that fails the global setting will be used. Check the storage nodes web root as well.

                    how i can perform this tests ?

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

                      @zingaro can you get output of ip addr show and ls -lh /var/www/html/fog/images/ and ls -lh /var/www/fog/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

                      Z 1 Reply Last reply Reply Quote 0
                      • Z
                        zingaro @Tom Elliott
                        last edited by

                        @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

                        ls -lh /var/www/fog/images/

                        mmhhhh…
                        see the output :
                        0_1474629109831_Capture.JPG

                        there are a difference:
                        …\fog\images and …\html\fog\images !!

                        the solution could be move the images folder … !!

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

                          @zingaro yes but run:

                          mv /var/www/{,html/}fog/images
                          rm -rf /var/www/fog
                          ln -s /var/www/{html/,}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

                          Z 1 Reply Last reply Reply Quote 0
                          • Z
                            zingaro @Tom Elliott
                            last edited by

                            @Tom-Elliott said in Impossible start ISO image after update Fog to 1.3.0:

                            ln -s /var/www/{html/,}fog

                            great !!
                            after move all iso files into /var/www/html/fog/images WORK !!

                            Z 1 Reply Last reply Reply Quote 0
                            • Z
                              zingaro @zingaro
                              last edited by

                              @zingaro said in Impossible start ISO image after update Fog to 1.3.0:

                              ln -s /var/www/{html/,}fog

                              NOOOO does not work :

                              output is:

                              cccp@ubuntu:/var/www/html/fog/images$ ln -s /var/www/{html/,}fog
                              ln: failed to create symbolic link ‘/var/www/fog/fog’: File exists
                              cccp@ubuntu:/var/www/html/fog/images$

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

                                @zingaro did you remove /var/www/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

                                Z 1 Reply Last reply Reply Quote 0
                                • Z
                                  zingaro @Tom Elliott
                                  last edited by

                                  @Tom-Elliott all OK.
                                  i have moved all image in another folder.
                                  now work fine !

                                  /var/www/fog/images is redirect to /var/www/fog/images
                                  Case Closed!

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

                                  189

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project