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

make customized option as default on boot menu

Scheduled Pinned Locked Moved
FOG Problems
7
16
6.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.
  • K
    kortnor
    last edited by kortnor Apr 7, 2016, 9:05 AM Apr 7, 2016, 3:04 PM

    hello everybody,

    I’m currently stuck with my long quest which is using fog with client where the os are on usb stick

    On a normal bios( laptop) there is no problem

    on NUC, i’ve used the trick from :Roth
    But the host will not have any screen nor other i/o plugged ( except hdd and usb)
    not I would like to make a customized fog as default in the pxe menu. Actually, my opton Boot from USB key is the last one it need to be auto select

    In advance thank you for your answer

    Add a new iPXE menu entry (web gui -> FOG configuration -> iPXE New Menu Entry):

    Menu Item: fog.bootusb
    Description: Boot from USB key
    Parameters: chain -ar http://${fog-ip}/${fog-webroot}/service/ipxe/grub.exe --config-file="rootnoverify (hd1);map (hd1) (hd0);chainloader (hd1)+1" || MENU
    Default Item: YES (if you want that)
    Menu Show With: All Hosts
    
    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by george1421 Apr 7, 2016, 9:50 AM Apr 7, 2016, 3:49 PM

      Please explain your situation a bit more, It looks interesting. I think I understand what you are asking in that when you boot the NUC, it will be headless so you want it to use a specific menu item by default but only for that NUC and not the other devices.

      When you setup the NUC are you in bios mode or uefi? (BTW I have a few different models of NUCs that we use, so I know what they are already)

      The NUCs support pxe booting, I know because that is how I loaded the image on them (in bios only). I have not used uefi mode on the NUCs yet.

      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
      • K
        kortnor
        last edited by Apr 8, 2016, 7:14 AM

        Hello George,

        I’m currently working on a micro-cluster composed by:

        • 6 NUC ( i5)
          • 16 gigs
          • os stored on USB 3.0 ( with cento 6.6)
          • external HDD high capacity for data storage / crunching

        I arrived to capture and deploy the OS throught fog, BUT if I don’t schedule any task, the client won’t normally start because he gave me the error hard disk error. I’ve tried all he possible legacy bios option and it was not possible to boot the client if the fog server is up and running.
        So, I created a custome menu based on received feedback on the forum. but I was not able to put this option has the default one. This option force to boot on the usb 🙂
        Now yesterday evening I’ve been able to find a patch work by modifying the fog.local (fog configuration --> fog.local --> parameter: chain -ar http://<ip>/fog/service/ipxe/grub.exe --config-file=“rootnoverify (hd1);map (hd1) (hd0);chainloader (hd1)+1 --default” || MENU )
        Now its quite ugly what I’ve done. I would like to force this menu for some host but not for all of them.
        By the way i’m on fog 1.2.0 6721.

        NUC bios:

        • Legacy boot
          • lan
          • usb
          • sata
          • legacy pxe
            I took out all the other options related to the boot like fast boot, pxe at last and co
            However, I can’t user the EFI boot because when I select it, no choice is provided to me.

        Best,

        G 1 Reply Last reply Apr 8, 2016, 12:03 PM Reply Quote 0
        • Q
          Quazz Moderator
          last edited by Apr 8, 2016, 7:57 AM

          Navigate to iPXE Menu configuration.

          Uncheck the default item checkbox for local

          Check the default item checkbox for usb boot

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Apr 8, 2016, 10:36 AM

            As you’re already running trunk would you mind updating to the latest revision? I know there was a bug for a bit where the default items were not set properly which I’m fairly sure has been fixed since that time. 6721 isn’t ild per say but considering I have about 2-10 commits almost daily I’d be surprised if it doesn’t work properly in the latest, but if it isn’t working if you report it I should be able to fix it relatively quickly.

            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 1 Reply Last reply Apr 8, 2016, 12:11 PM Reply Quote 0
            • G
              george1421 Moderator @kortnor
              last edited by Apr 8, 2016, 12:03 PM

              @kortnor Well this is going to me a multipart response here.

              First. Let me see if I understand what you are doing. You are setting up something like a Raspberry Pi micro-cluster. You are booting the OS from usb flash and then you have your main storage attached via usb to an external HDD. Since this is an i5 cluster, I’ll assume its intent is for number crunching over file storage.

              In this setup I would have concerns about that usb flash drive being burned out (memory cell failure) after a year or so of running. A better concept there is to only use the flash drive for booting and then run linux out of memory. Then only save the configs to the flash drive to avoid overwriting to the usb boot, then you can move main disk storage to the usb 3 interface.

              Another issue with the way its setup is can you guaranty that usb flash drive will always be listed as /dev/sda? I have see situations based on which usb device initialized first became sda and the second device became sdb.

              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!

              G 1 Reply Last reply Apr 8, 2016, 12:08 PM Reply Quote 0
              • G
                george1421 Moderator @george1421
                last edited by george1421 Apr 8, 2016, 6:08 AM Apr 8, 2016, 12:08 PM

                Ok so you are booting into the fog pxe menu and then the exit mode for that device is not selecting the usb flash drive so it can boot successfully. I think that is the root of the issue.

                I guess I would have to ask the question back to you, how often do you need to reimage this cluster in a headless manner? Meaning what value is it to have your cluster connect to the FOG server on every reboot? In a situation like this if I never reimaged a node unless something failed on the device, I would not have it connect to the FOG server every time. Now if you were sending the image to memory on every boot (such as a true pxe boot) then you would need to connect to a pxe server on every boot. But in your case you only need the fog server for reimaging.

                In this setup I might set the primary boot to the usb flash drive and then just press the F12 key (to access the boot menu) on boot to select pxe booting when you needed to reimage the device. You would need a console connect to the node to reimage it. But if you are only imaging on failure then you will be at the node anyway.

                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
                • G
                  george1421 Moderator @Tom Elliott
                  last edited by Apr 8, 2016, 12:11 PM

                  @Tom-Elliott This is a question for a developer.

                  In bios mode, do any of the exit modes reference the “Host Primary Disk” value that is stored in the Host Management details page? That way the op can set the disk he wants to image and boot from. That would work as long as one of the exit modes referenced this field.

                  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 Apr 8, 2016, 2:17 PM Reply Quote 0
                  • J
                    Junkhacker Developer
                    last edited by Apr 8, 2016, 2:06 PM

                    why not set the cluster nodes to network boot their os instead of booting from USB?

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

                    1 Reply Last reply Reply Quote 1
                    • T
                      Tom Elliott @george1421
                      last edited by Apr 8, 2016, 2:17 PM

                      @george1421 The problem is the way “disk booting” works in grub and/or bios is that the field for the “Host” is setup for the inits. Init’s reference by the device name (/dev/sda,/dev/md0,/dev/hdd, etc…) where for Grub it’s accessed by (hd(0,0), hd(0,1), hd(1,0) etc…).

                      Knowing what is what is not straight forward.

                      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
                      • K
                        kortnor
                        last edited by Apr 11, 2016, 5:14 AM

                        Thank you for all you answers,

                        we are running the os on USB 3 which gives us really good results. The nuc only have 1 sata connector and there is no micro-sd connector neither.
                        Because I’ve to attend a summit, I wont be able to make some test before friday ( regarding what @Tom Elliot is asking) .

                        The ultimate aim is that my colleague can restage this micro-cluster whenever they want and check what are the real impact on on the OS layer when you’re working with new hadoop version ( e.g. we have face huge dependencies issue between centos 6.6 and centos 6.7 which was a pain in the ass to resolve it I don’t even one to mention centos 7).

                        Best,

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by Apr 13, 2016, 8:12 AM

                          @kortnor What you are looking for would be an option to add a new item to (FOG Configuration -> iPXE Boot Menu -> fog.bootusb) Menu Show With list. Unfortunately you can’t because all those options are kind of hard coded and you would need to dig into the PHP code to add a new item and make it work. But from what I read about your project you are only using this FOG server for your cluster, right? So there aren’t any other clients to boot the PXE menu? If that’s the case I would just make fog.bootusb the default (unset fog.local as default) for “Registered Hosts”. This way all your registered NUCs should use the entry as default.

                          In case you have other clients using the boot menu as well you could simply “hack” the bootmenu.class.php to make it work for you - very simple. First change back to fog.local as default for all hosts and edit the NUCs host settings in the web interface and set “Host Bios Exit Type” to “GRUB_FIRST_HDD”. Then open /var/www/html/fog/lib/bootmenu.class.php and edit line number 22 from:

                          'grub_first_hdd' => 'chain -ar ${boot-url}/service/ipxe/grub.exe --config-file="rootnoverify (hd0);chainloader +1"',
                          

                          to

                          'grub_first_hdd' => 'chain -ar ${boot-url}/service/ipxe/grub.exe --config-file="rootnoverify (hd1);map (hd1) (hd0);chainloader (hd1)+1"'
                          

                          Be aware that every host using the GRUB_FIRST_HDD exit will run this changed grub command line…

                          @Tom-Elliott Maybe you want to add GRUB_SECOND_HDD to the exit type list using this grub map command line?!

                          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

                          S 1 Reply Last reply Dec 8, 2017, 2:44 AM Reply Quote 0
                          • S
                            sourceminer
                            last edited by Dec 7, 2017, 4:05 AM

                            @kortnor said in make customized option as default on boot menu:

                            chain -ar http://${fog-ip}/${fog-webroot}/service/ipxe/grub.exe --config-file=“rootnoverify (hd1);map (hd1) (hd0);chainloader (hd1)+1” || MENU

                            Hi guy’s I am trying to do this now. I have 30 Older WYSE terminals that all need to boot via USB with a Micro Linux kernel to load Parallels RAS Client. Capture and setting primary disk to sdb works perfect. After PXE menu however it boots to the WYSEOS instead of the USB. Bios is set to boot to PXE then USB disk.

                            Adding a boot to /dev/sdb would be nice.

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by Dec 7, 2017, 1:42 PM

                              @sourceminer I am fairly sure your case is different to what is being discussed in this fairly old thread. Please open a complete new one, refer to this and add your information: FOG version, more specific details about the client hardware, what exactly you are trying to achieve… all that!

                              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 1
                              • S
                                sourceminer
                                last edited by Dec 8, 2017, 12:33 AM

                                Im my case its the same, I want to load from the second disk not the first (just like in this solution).
                                hd1 not hd0

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sourceminer @Sebastian Roth
                                  last edited by Dec 8, 2017, 2:44 AM

                                  @sebastian-roth Can you confirm where in version Running Version 1.5.0-RC-10
                                  SVN Revision: 6080 This might be? @Tom-Elliott

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

                                  193

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project