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

    Boot Loop issue

    Scheduled Pinned Locked Moved
    FOG Problems
    6
    29
    12.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.
    • S
      SteveL
      last edited by

      Hello.
      On my fresh install of Ubuntu 14.04 and FOG 1.1.1, I’m having a problem with DELL 3010’s in a constant boot loop after the PXE connection…this is NOT happening with my DELL 3020’s

      Also, I believe there is an issue with GREEN FOG causing PC’s to shutdown without much warning and no way to opt out. I’ve turned off GREEN FOG checkbox and that seemed to clear that issue up.
      These 2 issues caused yesterday to be quite stressful.

      If there is any information or help that I can provide, please don’t hesitate to ask. But just to let you know, I’m not really a linux guy. Google and I have struggled through.

      Please advise?

      Thanks

      Steve

      1 Reply Last reply Reply Quote 0
      • Jaymes DriverJ
        Jaymes Driver Developer
        last edited by

        [quote=“SteveL, post: 30665, member: 24457”]Hello.
        On my fresh install of Ubuntu 14.04 and FOG 1.1.1, I’m having a problem with DELL 3010’s in a constant boot loop after the PXE connection…this is NOT happening with my DELL 3020’s

        Also, I believe there is an issue with GREEN FOG causing PC’s to shutdown without much warning and no way to opt out. I’ve turned off GREEN FOG checkbox and that seemed to clear that issue up.
        These 2 issues caused yesterday to be quite stressful.

        If there is any information or help that I can provide, please don’t hesitate to ask. But just to let you know, I’m not really a linux guy. Google and I have struggled through.

        Please advise?

        Thanks

        Steve[/quote]

        Where is it stuck, does it not load the pxe menu? Or does it act like it still has a task to perform?

        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

        1 Reply Last reply Reply Quote 0
        • S
          SteveL
          last edited by

          It connects with the fog server… and everything seems to go as planned…but instead of showing the menu, it immediately reboots.

          1 Reply Last reply Reply Quote 0
          • R
            Robbie McHugh
            last edited by

            What kernel are you running?

            I had a similar issue with a specific model machine, switched kernel and it resolved the issue.

            Hope you resolve your prob.

            1 Reply Last reply Reply Quote 0
            • S
              SteveL
              last edited by

              No idea…whatever was in the standard installation.

              Is that something that is easy to change/fix?

              Care to point me in the right direction?

              1 Reply Last reply Reply Quote 0
              • R
                Robbie McHugh
                last edited by

                Very easy,

                Just go into Fog Configuration > Kernel Update, from here you can select from the latest published kernels, just a case of choosing one and letting it install 🙂

                1 Reply Last reply Reply Quote 0
                • S
                  SteveL
                  last edited by

                  Thanks Robbie…that was easy, but unfortauntly, it didn’t work. Same result. 3020’s boot to PXE menu no prob…3010’s go into a boot loop.
                  Here is what I installed.

                  [FONT=Ubuntu][COLOR=#555555]Unofficial Published Kernels[/COLOR][/FONT]
                  [FONT=Ubuntu][COLOR=#555555]Kernel - 3.15.1 TomElliott
                  Date : June 17, 2014
                  Version: 3.15.1
                  FOG Type: TomElliott
                  Arch Type: (x86)[/COLOR][/FONT]

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

                    By boot loop, what do you mean?

                    System just keeps rebooting?

                    This wouldn’t be kernel related.

                    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
                    • S
                      SteveL
                      last edited by

                      Yes…it connects to the fog server…goes through its dance…and then where it would normally show the Fog menu…it just restarts.

                      1 Reply Last reply Reply Quote 0
                      • S
                        SteveL
                        last edited by

                        If I can provide any logs or anything…just let me know…and explain how to find them. If you want to showmypc or something similar to take a look…I’m more than willing to accommodate.

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

                          Okay
                          do me a favor if you’re comfortable with command lline?

                          [code]mysql -u root [-p’ONLY IF YOU SET PASSWORD REMOVE SQUARE BRACKETS HERE IS WHERE THE PASSWORD WOULD GO’] fog
                          select * from hosts WHERE hostID=‘0’;[/code]

                          Does anything return?

                          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
                          • S
                            SteveL
                            last edited by

                            I didn’t set a PW…so just typing in mysql -u root here is the output

                            it@ET11FogServer:~$ mysql -u root
                            Welcome to the MySQL monitor. Commands end with ; or \g.
                            Your MySQL connection id is 2750
                            Server version: 5.5.37-0ubuntu0.14.04.1 (Ubuntu)

                            Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.

                            Oracle is a registered trademark of Oracle Corporation and/or its
                            affiliates. Other names may be trademarks of their respective
                            owners.

                            Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

                            mysql>

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

                              From that mysql> prompt
                              type:
                              [code]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
                              • S
                                SteveL
                                last edited by

                                I’m not sure this is right…I copied and pasted and got this…did you want me to change something?

                                -> mysql>
                                -> select * from hosts WHERE hostID='0';
                                

                                ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘.
                                Your MySQL connection id is 2750
                                Server version: 5.5.37-0ubuntu0.14.04.1 (Ubun’ at line 1
                                mysql>

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

                                  I don’t want you changing anything.

                                  Try
                                  [code]use 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
                                  • S
                                    SteveL
                                    last edited by

                                    Incase this helps

                                    [media=youtube]4SaO4gY-sZo[/media]

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      SteveL
                                      last edited by

                                      -> use fog;
                                      ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘the manual that corresponds to your MySQL server version for the right syntax to’ at line 1
                                      mysql> select * from hosts where hostID=‘0’;
                                      ERROR 1046 (3D000): No database selected
                                      mysql> use fog;
                                      Reading table information for completion of table and column names
                                      You can turn off this feature to get a quicker startup with -A
                                      Database changed
                                      mysql> select * from hosts where hostID=‘0’;
                                      Empty set (0.01 sec)
                                      mysql>

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

                                        If you can pause on second 0:29

                                        Message is 040ee119. It actually makes sense since there is an abnormally long wait time to even get the initial PXE DHCP time.

                                        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
                                        • S
                                          SteveL
                                          last edited by

                                          SO…how do I fix it? And remember…it works just fine for my 3020’s

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

                                            Are the 3010’s behind a different switch?

                                            If you place a 3020 AND a 3010 side by side to each other on the same switch do things work?

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

                                            151

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project