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

    kernel panic after upgrade

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    7
    13
    3.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.
    • H
      habdulla
      last edited by

      Hi
      I just updated my fog server to the latest version using git

      after upgrading, i can not register hosts…

      the error is: kernel panic not syncing vfs unable to mount root fs on unknown-block(1,0)

      I tried all the solutions posted before… but none of theme are working…

      I uninstalled the fog, installed it again… same error, I updated the kernels, used older versions, same error…
      I don’t know what to do else!
      please help…

      thanks

      1 Reply Last reply Reply Quote 0
      • fry_pF
        fry_p Moderator
        last edited by fry_p

        I have this too. 7985 Git. Optiplex 990’s and Optiplex 5040’s both fail when trying to register.

        Edit: I would also like to know if there is a way to revert or roll back through trunk. I am an idiot and have no test environment, so anything like this issue impacts production heavily.

        Like open source community computing? Why not do it for a good cause?
        Use your computer/server for humanitarian projects when it is idle!
        https://join.worldcommunitygrid.org?recruiterId=1026912

        ch3iC 1 Reply Last reply Reply Quote 0
        • ch3iC
          ch3i Moderator @fry_p
          last edited by

          @fry_p said in kernel panic after upgrade:

          I have this too. 7985 Git. Optiplex 990’s and Optiplex 5040’s both fail when trying to register.

          Edit: I would also like to know if there is a way to revert or roll back through trunk. I am an idiot and have no test environment, so anything like this issue impacts production heavily.

          svn update -r relase_number

          fry_pF 1 Reply Last reply Reply Quote 0
          • fry_pF
            fry_p Moderator @ch3i
            last edited by

            @ch3i said in [kernel panic after upgrade](/topic/7686/kernel-panic-after-upgrade/3

            svn update -r relase_number

            I just tried and got this error

            0_1465302152263_asdf.PNG

            Like open source community computing? Why not do it for a good cause?
            Use your computer/server for humanitarian projects when it is idle!
            https://join.worldcommunitygrid.org?recruiterId=1026912

            fry_pF Tom ElliottT 2 Replies Last reply Reply Quote 0
            • fry_pF
              fry_p Moderator @fry_p
              last edited by

              @fry_p said in kernel panic after upgrade:

              @ch3i said in [kernel panic after upgrade](/topic/7686/kernel-panic-after-upgrade/3

              svn update -r relase_number

              I just tried and got this error

              0_1465302152263_asdf.PNG

              Never mind I was in the wrong directory lol

              Like open source community computing? Why not do it for a good cause?
              Use your computer/server for humanitarian projects when it is idle!
              https://join.worldcommunitygrid.org?recruiterId=1026912

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

                @fry_p You need to be in the root of the trunk, not bin.

                So:

                cd ~/trunk
                svn up -r <someversionnumber>
                cd bin
                ./installfog.sh -y
                

                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
                • george1421G
                  george1421 Moderator
                  last edited by

                  On point of the original post.

                  What did you upgrade from and to?

                  Where I have seen this error about not syncing vfs is when people upgrade from pre 1.x to 1.2.0 or 1.2.0 trunk. They forget to update dhcp option 67 {bootfile} from pxelinux.0 to undionly.kpxe. The old version of iPXE doesn’t like the way the inits are compressed.

                  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!

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    Bob Henderson @george1421
                    last edited by

                    @george1421

                    Updated from whatever the last git release was to 7895 . Option 67 is set to undionly.kpxe, as I had been using trunk before. Same issue.

                    Is there a way to roll back if you’re using git instead of SVN?

                    george1421G 1 Reply Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @Bob Henderson
                      last edited by

                      @Bob-Henderson Rolling back releases is not typically advised since the database also gets updated between certain releases. These changes are not rolled back when you install a previous git/svn version. There is a risk of having a broken FOG install.

                      I would open a new thread because your situation may be unique. If you have a problem the devs need to get it worked out. They are pushing to get 1.3.0 released, and if you have a bug, then so will someone else. So it needs to get sorted out, please.

                      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
                      • B
                        Bob Henderson
                        last edited by

                        @george1421

                        Makes complete sense.

                        Already have one open, as someone else is having the issue as well. He seems to have found a likely culprit, where the FS is setup to ext42 instead of ext4… More info here:

                        https://forums.fogproject.org/topic/7690/kernel-panic-on-quick-register

                        Sorry, didn’t mean to threadjack, but it appears to be the same problem. Can we merge?

                        1 Reply Last reply Reply Quote 0
                        • george1421G
                          george1421 Moderator
                          last edited by

                          Cross linking same issue: https://forums.fogproject.org/topic/7690/kernel-panic-on-quick-register

                          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
                          • S
                            Sebastian Roth Moderator
                            last edited by

                            Marking this solved as George found the issue, posted a fix and Tom added it! See in the other thread.

                            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
                            • H
                              habdulla
                              last edited by

                              Thanks to all of you, and so sorry, i did not notice the other post…

                              https://forums.fogproject.org/topic/7690/kernel-panic-on-quick-register/8

                              this one fixed it for me…

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

                              237

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project