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

Fog menu on version 1.2.0

Scheduled Pinned Locked Moved
FOG Problems
4
13
5.2k
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.
  • V
    viggo
    last edited by Nov 13, 2014, 12:31 PM

    There is no ipxe menu in Fog 1.2.0.

    Best Regards

    Viggo

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Nov 13, 2014, 12:33 PM

      [quote=“viggo, post: 39054, member: 457”]There is no ipxe menu in Fog 1.2.0.[/quote]

      More detail?

      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
      • V
        viggo
        last edited by Nov 13, 2014, 2:12 PM

        If i go to Fog Configuration i have no ipxe men, but i have the pxe boot menu.
        ubuntu-12.04.5-server-i386.
        Fog 1.2.0 installed by using the install script (best practice)

        Best Regards

        Viggo

        1 Reply Last reply Reply Quote 0
        • W
          Wolfbane8653 Developer
          last edited by Nov 13, 2014, 2:36 PM

          What exact revision do you have?

          Fog 1.2.0-r???

          1 Reply Last reply Reply Quote 0
          • V
            viggo
            last edited by Nov 14, 2014, 8:39 AM

            I am really not a Linux person, so i downloaded Fog from the sourceforge page, V1.2.0.
            And i cannot see the ipxe menu, i can see that Wolfbane are running the 1.3.0 version, so how do i upgrade?

            Best Regards

            Viggo

            1 Reply Last reply Reply Quote 0
            • W
              Wolfbane8653 Developer
              last edited by Nov 14, 2014, 12:48 PM

              That clues us in a bit more. You are most likely the release of 1.2.0 which is revision 2094. This is the most stable release without going to beta versions. If you want to get updated to the beta versions please use one of the methods on this [URL=‘http://fogproject.org/wiki/index.php/Upgrade_to_trunk’]wiki[/URL].

              [url]http://fogproject.org/wiki/index.php/Upgrade_to_trunk[/url]

              Trunk is the most up-to-date at that point in time. Keep an eye out if you update to this. You are bound to hit issues and ussually if reported Tom(Senior Developer) will have it fixed in less than a day or so. This means constant updating for more features and fixes.

              The extra menu items are in the trunk and thus why you do not have them. If you do not wish to update to the trunk you will have to edit your advanced menu. You will find examples here:
              [url]http://fogproject.org/wiki/index.php/Knowledge_Base#PXE_Menu_Editing_.2F_Adding_3rd_party_software_support[/url]

              Here is the best example for editing the advanced menu [url]http://fogproject.org/wiki/index.php/Edit_PXE_menu_to_create_sub_menus[/url]

              1 Reply Last reply Reply Quote 0
              • V
                viggo
                last edited by Nov 18, 2014, 11:43 AM

                Thank you Wolf 🙂 It is up and running now! Awesome.

                Best Regards

                Viggo

                1 Reply Last reply Reply Quote 0
                • V
                  viggo
                  last edited by Nov 19, 2014, 10:10 AM

                  In older versions i had a manual.gz, and a custom Default file in /tftpboot/pxelinux.cfg.
                  The main reason for this was to make it easy for Teachers on our Schools to image clients without register them in fog.
                  is it possible to do the same with Ipxe?

                  I tryed to do this by ipxe but didnt get it right, my defalut file looks like this:
                  DEFAULT vesamenu.c32
                  MENU TITLE FOG Computer Cloning Solution
                  MENU BACKGROUND fog/bg.png
                  MENU MASTER PASSWD $somepass/
                  menu color title 1;36;44 #ffffffff #3BB9FF std

                  LABEL fog.local
                  localboot 0
                  MENU DEFAULT
                  MENU LABEL Boot from hard disk
                  TEXT HELP
                  Boot from the local hard drive.
                  If you are unsure, select this option.
                  ENDTEXT

                  (This is the importat one, imaging without reg)
                  LABEL GENERISK Adm 2014
                  kernel fog/kernel/bzImage
                  append initrd=fog/images/manual.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=“some adress” type=down img=adm2014 ftp=192.168.222.25 storage=192.168.222.25:/images/ web=192.168.222.25/fog/ osid=5 imgType=mps shutdown= loglevel=4 fdrive=
                  MENU LABEL Admin Image
                  TEXT HELP
                  Tanker Generic adm image
                  ENDTEXT

                  Best Regards

                  Viggo

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Nov 19, 2014, 10:32 AM

                    If you are upgraded to SVN, you will not need this any more.

                    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
                      mandrewHD
                      last edited by Jan 23, 2015, 9:44 PM

                      So i want to add parted magic to the menu, but when i open vesamenu.c32 with vi or vim it just looks like a bunch of scrambled garbage?

                      -linux noob (but learning and i like it)

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Jan 23, 2015, 10:31 PM

                        I can try to help but if you’re on 1.2.0 you’re rather restricted to advanced menu. There is no need to edit any files on the server with the current 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! 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
                        • 1 / 1
                        • First post
                          Last post

                        192

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project