• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.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.
  • Z
    zingaro
    last edited by Sep 6, 2016, 2:53 PM

    Hi , after updated fog from 1.2.0 to 1.3.0 , the advanced menu does not start the iso images ( please see the image attached )1_1473173364991_Capture1.JPG 0_1473173364991_Capture2.JPG

    The Update process https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
    (GIT ) has been installed ;
    First Fog Menù start correctly, Utility works fine and enter into "Advanced menu ", but only program selected failed to start …

    Can you help me ?

    ( dnsmasq and tftpd start correctly ).

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott @zingaro
      last edited by Sep 23, 2016, 11:17 AM

      @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 Sep 23, 2016, 11:25 AM Reply Quote 0
      • W
        Wayne Workman
        last edited by Wayne Workman Sep 6, 2016, 8:57 AM Sep 6, 2016, 2:56 PM

        Does /var/www/fog/images/rimage.iso exist? Does it have the correct permissions and ownership? What is the output of ls /var/www/fog/images/rimage.iso ?

        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
        • Z
          zingaro
          last edited by Sep 6, 2016, 3:16 PM

          yes !!
          what happened ?

          0_1473174959606_Capture3.JPG

          W 1 Reply Last reply Sep 6, 2016, 4:19 PM Reply Quote 0
          • Z
            zingaro
            last edited by Sep 6, 2016, 3:19 PM

            Fog Menù and Host Information ( Advanced Menù ) works fine !!0_1473175136290_Capture5.JPG 0_1473175141121_Capture4.JPG

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman @zingaro
              last edited by Wayne Workman Sep 6, 2016, 10:20 AM Sep 6, 2016, 4:19 PM

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

              yes !!
              what happened ?

              0_1473174959606_Capture3.JPG

              Needs to be apache:apache I think, because you have this being served via Apache (over http) in your boot menu entry.

              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
              • J
                Junkhacker Developer
                last edited by Sep 6, 2016, 4:55 PM

                it looks to me like ${fog-webroot} is resolving to “var/www/fog” when it should be resolving to just “fog”

                this might be a bug, can someone confirm it?

                signature:
                Junkhacker
                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                T 1 Reply Last reply Sep 6, 2016, 5:31 PM Reply Quote 0
                • T
                  Tom Elliott @Junkhacker
                  last edited by Sep 6, 2016, 5:31 PM

                  @Junkhacker if I had to guess it’s directly coded to use var/www/fog as I don’t code a fog-webroot variable that I’m aware of.

                  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
                  • J
                    Junkhacker Developer
                    last edited by Sep 6, 2016, 6:10 PM

                    please check to make sure that “FOG_WEB_ROOT” in your global settings is set to “/fog/”

                    signature:
                    Junkhacker
                    We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                    Z 1 Reply Last reply Sep 7, 2016, 7:25 AM Reply Quote 0
                    • G
                      george1421 Moderator
                      last edited by Sep 6, 2016, 8:00 PM

                      I wrote a tutorial on this a while ago for pxe booting a winpe iso image https://forums.fogproject.org/topic/6284/booting-mdt-2013-litetouch-with-fog

                      At that time I referenced http://${boot_url}/isoimg/LiteTouchPE_x86.iso

                      Where my iso images are stored in /var/www/html/isoimg (hint: not in the fog url 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!

                      T Z 3 Replies Last reply Sep 6, 2016, 8:43 PM Reply Quote 1
                      • T
                        Tom Elliott @george1421
                        last edited by Tom Elliott Sep 6, 2016, 2:43 PM Sep 6, 2016, 8:43 PM

                        @george1421 personally that makes the most sense considering the fog directory will be overwritten on any update.

                        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

                        G Z 2 Replies Last reply Sep 6, 2016, 8:46 PM Reply Quote 0
                        • G
                          george1421 Moderator @Tom Elliott
                          last edited by Sep 6, 2016, 8:46 PM

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

                          @george1421 personally that makes the most sense considering the fog directory will be overwritten on any update.

                          Voice of experience: Already been hit by that upgrade bus a few times.

                          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!

                          T 1 Reply Last reply Sep 6, 2016, 8:50 PM Reply Quote 1
                          • T
                            Tom Elliott @george1421
                            last edited by Sep 6, 2016, 8:50 PM

                            @george1421 well I do copy back the prior folder now too but yeah safety and storage all in one nice package

                            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
                            • Z
                              zingaro @Junkhacker
                              last edited by Sep 7, 2016, 7:25 AM

                              @Junkhacker the web root is FOG !:

                              0_1473233141588_Capture1.JPG

                              1 Reply Last reply Reply Quote 0
                              • Z
                                zingaro @george1421
                                last edited by Sep 7, 2016, 7:32 AM

                                @george1421 hi, what is your FOG_WEB_ROOT string ?

                                1 Reply Last reply Reply Quote 0
                                • Z
                                  zingaro @Tom Elliott
                                  last edited by Sep 7, 2016, 7:42 AM

                                  @Tom-Elliott Could you check my dnsmasq setting and tftpboot directory ?0_1473233632669_Capture2.JPG 0_1473233638130_Capture3.JPG

                                  W 1 Reply Last reply Sep 7, 2016, 3:15 PM Reply Quote 0
                                  • Z
                                    zingaro @george1421
                                    last edited by Sep 7, 2016, 9:05 AM

                                    @george1421 HI, but the question is:
                                    the syntax of ipxe command it’s changed ?
                                    the system variables are add/changed ?
                                    i tried move rdimage in your example directory with your syntax into advanced boot menu;
                                    the image start but crash with memdisk command …
                                    I tried with sanboot and return others error…

                                    i dont know !!!

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      Wayne Workman @zingaro
                                      last edited by Sep 7, 2016, 3:15 PM

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

                                      Could you check my dnsmasq setting and tftpboot directory ?

                                      It’s wrong.
                                      the one line should be undionly.0 instead of undionly.kpxe and also, between the empty pair of commas, you should have your IP address again. The multi-adapter stuff looks neat, where did you find that? See this for a simple reference setup:
                                      https://wiki.fogproject.org/wiki/index.php?title=Fedora_21_Server#dnsmasq_.28if_using_ProxyDHCP.29_setup

                                      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
                                      • Z
                                        zingaro
                                        last edited by Sep 8, 2016, 3:17 PM

                                        HI,
                                        there are news ?
                                        I’m not solved again the problem for the boot iso image !!!

                                        W 1 Reply Last reply Sep 8, 2016, 4:12 PM Reply Quote 0
                                        • W
                                          Wayne Workman @zingaro
                                          last edited by Sep 8, 2016, 4:12 PM

                                          @zingaro See my post ?

                                          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/

                                          Z 2 Replies Last reply Sep 22, 2016, 1:08 PM Reply Quote 0
                                          • Z
                                            zingaro @Wayne Workman
                                            last edited by Sep 22, 2016, 1:08 PM

                                            @Wayne-Workman
                                            hi,
                                            for now i restored the previous hdd image with fog 1.2.0…
                                            I will test your suggest modify on VmWare System after update to 1.3.0…
                                            the Pc’s production is too important for retry a new installation … !!

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

                                            219

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.4k

                                            Posts
                                            Copyright © 2012-2024 FOG Project