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

    How to add new image into Advanced menu (like in fog_0.32)

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    how to add newl created image into advanced m menu
    6
    20
    6.8k
    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.
    • Robx64R
      Robx64 @Quazz
      last edited by

      @Quazz
      Not using it, just downloaded and tried to install but I’ve met a lot of problems,. Currently upgrading dist to 14.04

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @Robx64 said:

        Depends: php5-common (= 5.6.15+dfsg-1+deb.sury.org~precise+1) but 5.3.10-1ubuntu3.21 is installed

        Maybe try uninstalling php5-common first: apt-get purge php5-common && apt-get update && apt-get install php5

        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
        • Robx64R
          Robx64
          last edited by

          Thanx guys, I just upgraded to 14.04, installed svn and finally I got working FOG 5475
          Now I have to install it again on production server 🙂

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            Good to hear! I’ll mark this solved. Better you start a new thread if you run into other issues.

            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
            • Robx64R
              Robx64
              last edited by

              Finally i managed to install this cra…ntastic FOG version 😉
              Everything works so far, list of images is created but … there is a but, how can I turn off this stupid login page when i chose quick imaging ?
              I don’t want it/don’t need it 🙂

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

                @Robx64 First update to the latest then you will need to edit the quick image menu item from the GUI.

                This is the original information

                login
                params
                param mac0 ${net0/mac}
                param arch ${arch}
                param username ${username}
                param password ${password}
                param qihost 1
                isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
                isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
                

                Make it read as:

                params
                param mac0 ${net0/mac}
                param arch ${arch}
                param qihost 1
                isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
                isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
                

                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

                Robx64R 1 Reply Last reply Reply Quote 0
                • Robx64R
                  Robx64 @Tom Elliott
                  last edited by

                  @Tom-Elliott
                  Version I just installed is:
                  FOG Configuration
                  FOG Version Information
                  Version: 5475

                  You are not running the most current version of FOG!
                  You are currently running version: 5475

                  Latest stable version is 1.2.0

                  Latest git version is 5539

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

                    @Robx64 You need to update.

                    cd /root/svn/trunk/
                    svn up
                    cd bin
                    ./installfog.sh -y
                    

                    Of course the cd change to the location you downloaded.

                    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
                      jukka2015
                      last edited by

                      I have old version of FOG installed and in there I have one link to an .ISO file directly. It is actually DELL diagnostic file, but boots fine in ISO. Now in this new version of FOG 1.2.0 I have no glue where to store my .ISO file and what file I need to modify and how, to make my .ISO file appears in the default(!) menu options to boot like before.
                      Could you just simple help, I am quite new.
                      Is there anything to do with “BootMenu.class.php”. How?

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

                        I created a post a few days ago about booting a MDT iso image via the ipxe boot menu. This may help you on your quest as long as you are using a svn trunk. The only thing I think I would change from this post is to move the place I stored the iso image out of the fog directory directly. In the instructions I said to place the files in /var/www/html/fog/iso , moving forward I would put them in /var/www/html/iso This location is still addressable by apache but won’t collide with anything in the fog distro.

                        https://forums.fogproject.org/topic/6161/debian-8-fog-trunk-pxelinux-on-ms-server-and-ms-dhcp-help/15

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

                        130

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project