• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.9k
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.
  • R
    Robx64 @Quazz
    last edited by Nov 27, 2015, 10:42 AM

    @Quazz said:

    I’m on git version 5475

    Yeah sure, where can i get it ?

    Q 1 Reply Last reply Nov 27, 2015, 10:47 AM Reply Quote 0
    • Q
      Quazz Moderator @Robx64
      last edited by Quazz Nov 27, 2015, 4:48 AM Nov 27, 2015, 10:47 AM

      @Robx64 said:

      @Quazz said:

      I’m on git version 5475

      Yeah sure, where can i get it ?

      If you’re using svn:

      Navigate to the svn directory you set up earlier

      svn up -r 4408

      Then just install as usual.

      Svn and git versioning are different, hence the different number here.

      R 1 Reply Last reply Nov 27, 2015, 10:50 AM Reply Quote 0
      • R
        Robx64 @Quazz
        last edited by Nov 27, 2015, 10:50 AM

        @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 Nov 27, 2015, 11:12 AM

          @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
          • R
            Robx64
            last edited by Nov 27, 2015, 1:11 PM

            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 Nov 27, 2015, 2:34 PM

              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
              • R
                Robx64
                last edited by Nov 27, 2015, 3:45 PM

                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 🙂

                T 1 Reply Last reply Nov 27, 2015, 4:38 PM Reply Quote 0
                • T
                  Tom Elliott @Robx64
                  last edited by Nov 27, 2015, 4:38 PM

                  @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

                  R 1 Reply Last reply Nov 27, 2015, 4:50 PM Reply Quote 0
                  • R
                    Robx64 @Tom Elliott
                    last edited by Nov 27, 2015, 4:50 PM

                    @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

                    T 1 Reply Last reply Nov 27, 2015, 5:02 PM Reply Quote 0
                    • T
                      Tom Elliott @Robx64
                      last edited by Nov 27, 2015, 5:02 PM

                      @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 Nov 28, 2015, 11:06 AM

                        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
                        • G
                          george1421 Moderator
                          last edited by george1421 Nov 28, 2015, 7:52 AM Nov 28, 2015, 1:50 PM

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

                          161

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.4k

                          Posts
                          Copyright © 2012-2024 FOG Project