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

    Not deploying after reboot

    Scheduled Pinned Locked Moved
    FOG Problems
    6
    27
    10.1k
    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.
    • JunkhackerJ
      Junkhacker Developer
      last edited by

      it sounds like your boot order isn’t set up correctly.
      also, try going to [url]http://<address[/url] of fog server>/fog/service/ipxe/boot.php?mac=<mac address of computer>&arch=x86_64
      and let us know what you see

      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 0
      • R
        Ron L
        last edited by

        [quote=“Junkhacker, post: 33672, member: 21583”]it sounds like your boot order isn’t set up correctly.
        also, try going to [url]http://<address[/url] of fog server>/fog/service/ipxe/boot.php?mac=<mac address of computer>&arch=x86_64
        and let us know what you see[/quote]
        This is what I see:

        #!ipxe
        kernel bzimage.64 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=10.1.1.15 keymap= web=10.1.57.10/fog/ consoleblank=0 loglevel=4 mac=(mac address) ftp=10.1.57.10 storage=10.1.57.10:/images/ storageip=10.1.57.10 web=10.1.57.10/fog/ osid=5 loglevel=4 consoleblank=0 irqpoll chkdsk=0 img=Student imgType=n imgid=1 imgLegacy=1 PIGZ_COMP=-9 hostname=7010-blank type=down
        imgfetch init.xz
        boot
        [quote=“Jaymes Driver, post: 33654, member: 3582”]Is your BIOS by chance set to fast boot?

        And not to beat a dead horse, but is there a “boot menu” you can call by pressing F11 or F12 during boot? If selecting this while a task is active for the machine does it display the DHCP information like it is looking to pxe boot and just skip over it?[/quote]

        I have it currently set to boot straight to the LAN, so I don’t need to press f12 each time I need to test it. It does display the DHCP info for about a tenth of a second before launching straight to the FOG menu. That doesn’t seem to be the problem I am having.

        [quote=“Wolfbane8653, post: 33650, member: 3362”]try a:
        [CODE]#mysql -u root

        mysal> select * from hosts where hostid=0;
        [/CODE]

        Please post the results.[/quote]

        Entering this information into the terminal gives me this: ERROR 1046 (3D000): No database selected

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

          Try:
          [code]mysql -u root fog
          select * from hosts where hostID=‘0’;
          [/code]

          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
          • R
            Ron L
            last edited by

            [quote=“Tom Elliott, post: 33687, member: 7271”]Try:
            [code]mysql -u root fog
            select * from hosts where hostID=‘0’;
            [/code][/quote]

            Returns: Empty set (0.00sec)

            1 Reply Last reply Reply Quote 0
            • R
              Ron L
              last edited by

              Still experiencing this problem - any new insights?

              1 Reply Last reply Reply Quote 0
              • JunkhackerJ
                Junkhacker Developer
                last edited by

                i see a reference to kernel bzimage.64 in your boot.php output, does does this file exist with this exact name, in the fog/service/ipxe directory of the web server? what have you done to update or modify the kernel being used?

                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 0
                • R
                  Ron L
                  last edited by

                  The bzimage.64 kernel is located in fog/service/ipxe, and the fog options under confirm TFTP options confirm that it’s in use. I haven’t modified it.

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

                    is the options set to bzImage.64 or bzImage?

                    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
                    • R
                      Ron L
                      last edited by

                      It was set to bzimage.64. I just now set it to /var/www/fog/service/ipxe/bzimage.64 to see if anything would change, but there hasn’t been any change.

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

                        Change the kernel back to just plain jane bzImage.64.

                        As you’re not deploying to the point where it even downloads that, my suspicion is in the boot parameters.

                        To test this is going to be difficult and I may just request a remote session if at all possible where I can connect and tweak a few file on your fog server.

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

                        299

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project