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

Boot Loop issue

Scheduled Pinned Locked Moved
FOG Problems
6
29
12.5k
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 Jun 18, 2014, 3:57 PM

    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
    • T
      Tom Elliott
      last edited by Jun 18, 2014, 3:57 PM

      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 Jun 18, 2014, 4:01 PM

        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
        • T
          Tom Elliott
          last edited by Jun 18, 2014, 4:05 PM

          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 Jun 18, 2014, 4:11 PM

            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
            • T
              Tom Elliott
              last edited by Jun 18, 2014, 4:26 PM

              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 Jun 18, 2014, 4:28 PM

                Incase this helps

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

                1 Reply Last reply Reply Quote 0
                • S
                  SteveL
                  last edited by Jun 18, 2014, 4:29 PM

                  -> 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
                  • T
                    Tom Elliott
                    last edited by Jun 18, 2014, 4:31 PM

                    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 Jun 18, 2014, 4:33 PM

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

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Jun 18, 2014, 4:42 PM

                        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
                        • F
                          Fisherfog
                          last edited by Jun 18, 2014, 7:58 PM

                          I am also getting a VERY similar Boot Loop. Brand new Ubuntu 14.04 LTS Box with Fog 1.1.1. I’ pulled a multi-part image of a Win7 Dell Latitude E6410 notebook. After pushing the image back to the notebook I get a similar loop, I get the DHCP successfully, I actually get to the Fog Menu (Mine went much quicker than the Youtube vid) Once the Fog Menu times out in 3 seconds it is suppose to boot from Hard Drive, but instead I get a blank screen with a blinking cursor in the upper left corner, for tens seconds, then it reboots.

                          Temporary solution is to Go into BIOS and take NIC out of Boot sequence, then it boots to hard drive and WIN7 works fine. Maybe this second data point can help TOm converge on a solution. I’m thinking it is a BIOS setting that needs tweaked.

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Jun 18, 2014, 7:59 PM

                            [quote=“Fisherfog, post: 30727, member: 3511”]I am also getting a VERY similar Boot Loop. Brand new Ubuntu 14.04 LTS Box with Fog 1.1.1. I’ pulled a multi-part image of a Win7 Dell Latitude E6410 notebook. After pushing the image back to the notebook I get a similar loop, I get the DHCP successfully, I actually get to the Fog Menu (Mine went much quicker than the Youtube vid) Once the Fog Menu times out in 3 seconds it is suppose to boot from Hard Drive, but instead I get a blank screen with a blinking cursor in the upper left corner, for tens seconds, then it reboots.

                            Temporary solution is to Go into BIOS and take NIC out of Boot sequence, then it boots to hard drive and WIN7 works fine. Maybe this second data point can help TOm converge on a solution. I’m thinking it is a BIOS setting that needs tweaked.[/quote]

                            For your issue, I’d recommend looking at the boot exit type on fog settings. It sounds like it doesn’t like sanboot style, try grub or exit styles and see if your systems boot better.

                            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
                            • F
                              Fisherfog
                              last edited by Jun 18, 2014, 8:14 PM

                              Tom,

                              Changing the Boot Exit Type settings to GRUB worked Great!. Also, your new layout for Fog Settings is a great improvement, thanks to who ever worked on that part.
                              SCott

                              1 Reply Last reply Reply Quote 0
                              • S
                                SteveL
                                last edited by Jun 25, 2014, 2:23 PM

                                Sorry for the delay, I got sidetracked with another project.

                                After some testing…I’m just scratching my head on this one. Please help.

                                My environment.
                                Fog 1.1.1 hosted on Dell 3010 / Ubuntu 14.04
                                Cisco 2950 Switches In my cold room
                                85 Dell 3010’s
                                5 Dell 3020’s

                                Here is what is confusing me.
                                When I boot a 3010 on the floor, it reaches the fog server, downloads the config, and then times out.
                                The video above shows what is happening. At the very end of the video, it throws an error
                                “Error 0x040ee109 [url]Http://ipxe.org/040ee119[/url]”

                                Now, when I plug a work station into the Linksys 10/100 8-Port Workgroup switch in my office, it boots into the FOG menu every time without a problem.

                                I’ve tried every combination I can think of plugging in the FOG server, and workstation into the same switch, changing switches…and still, it only works when I plug the workstation into the Linksys switch in my office.

                                I’m at a complete loss.
                                Any suggestions are greatly appreciated.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  SteveL
                                  last edited by Jun 25, 2014, 2:40 PM

                                  Sorry for the delay, I got sidetracked with another project.

                                  After some testing…I’m just scratching my head on this one. Please help.

                                  My environment.
                                  Fog 1.1.1 hosted on Dell 3010 / Ubuntu 14.04
                                  Cisco 2950 Switches In my cold room
                                  85 Dell 3010’s
                                  5 Dell 3020’s

                                  Here is what is confusing me.
                                  When I boot a 3010 on the floor, it reaches the fog server, downloads the config, and then times out.
                                  The video above shows what is happening. At the very end of the video, it throws an error
                                  “Error 0x040ee109 [url]Http://ipxe.org/040ee119[/url]”

                                  Now, when I plug a work station into the Linksys 10/100 8-Port Workgroup switch in my office, it boots into the FOG menu every time without a problem.

                                  I’ve tried every combination I can think of plugging in the FOG server, and workstation into the same switch, changing switches…and still, it only works when I plug the workstation into the Linksys switch in my office.

                                  I’m at a complete loss.
                                  Any suggestions are greatly appreciated.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Jun 25, 2014, 2:42 PM

                                    STP/Portfast settings maybe?

                                    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
                                      Kilpady
                                      last edited by Jun 26, 2014, 5:14 AM

                                      I am also getting a Boot Loop. Brand new Ubuntu 14.04 LTS and 12.04.4 & 10.04.4 Box with Fog 1.1.1.& 1.1.2, works on an Acer 3830T, but boot loops with an Acer 753.

                                      When back to Fog 0.32 - both worked.

                                      Tried every published kernal with not success.

                                      Please advise.

                                      Many thanks

                                      Chris

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        SteveL
                                        last edited by Jun 26, 2014, 5:57 PM

                                        So, it turns out when portfast is turned on, all works well…but, my net admin is hesitant to do this because Cisco advises against it. Is there a way to increase the PXE timeout?

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott
                                          last edited by Jun 26, 2014, 6:06 PM

                                          PXE Timeout is set by the Boot Menu which means it’s already booted. In your case, it’s failing before it gets that far.

                                          You can play around with the files and build your own undionly to fix this, but I’d recommend having port fast, or if you can, disabling STP all together.

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

                                          149

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project