After upgrading CentOS7.0 kernel, it goes wrong when rebooting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












It goes wrong when I reboot my CentOS7.0 system, after executing yum update -y kernel and selecting the latest kernel version during rebooting.

Executing yum update -y kernel command, the kernel version like below:

current kernel version is 3.10.0-514.el7.x86_64, and the latest version is 3.10.0-693.2.2.el7.x86_64,



enter image description here



After executing reboot command, I select the first kernel (the latest version),



kernel version list

but it goes wrong, wrong details like below:



wn-block(0,0) 
CPU: 0 PID: 1 Comm: swapper/0 Not tained 3.10.0-693.2.2.el7.x86_64
Hadware name: ...
Call trace:
...
Kernel Offset: disables


enter image description here



My CentOS version is 7.0, and it was installed basing on VirtualBox.Why does it go wrong?







share|improve this question
























    up vote
    0
    down vote

    favorite












    It goes wrong when I reboot my CentOS7.0 system, after executing yum update -y kernel and selecting the latest kernel version during rebooting.

    Executing yum update -y kernel command, the kernel version like below:

    current kernel version is 3.10.0-514.el7.x86_64, and the latest version is 3.10.0-693.2.2.el7.x86_64,



    enter image description here



    After executing reboot command, I select the first kernel (the latest version),



    kernel version list

    but it goes wrong, wrong details like below:



    wn-block(0,0) 
    CPU: 0 PID: 1 Comm: swapper/0 Not tained 3.10.0-693.2.2.el7.x86_64
    Hadware name: ...
    Call trace:
    ...
    Kernel Offset: disables


    enter image description here



    My CentOS version is 7.0, and it was installed basing on VirtualBox.Why does it go wrong?







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      It goes wrong when I reboot my CentOS7.0 system, after executing yum update -y kernel and selecting the latest kernel version during rebooting.

      Executing yum update -y kernel command, the kernel version like below:

      current kernel version is 3.10.0-514.el7.x86_64, and the latest version is 3.10.0-693.2.2.el7.x86_64,



      enter image description here



      After executing reboot command, I select the first kernel (the latest version),



      kernel version list

      but it goes wrong, wrong details like below:



      wn-block(0,0) 
      CPU: 0 PID: 1 Comm: swapper/0 Not tained 3.10.0-693.2.2.el7.x86_64
      Hadware name: ...
      Call trace:
      ...
      Kernel Offset: disables


      enter image description here



      My CentOS version is 7.0, and it was installed basing on VirtualBox.Why does it go wrong?







      share|improve this question












      It goes wrong when I reboot my CentOS7.0 system, after executing yum update -y kernel and selecting the latest kernel version during rebooting.

      Executing yum update -y kernel command, the kernel version like below:

      current kernel version is 3.10.0-514.el7.x86_64, and the latest version is 3.10.0-693.2.2.el7.x86_64,



      enter image description here



      After executing reboot command, I select the first kernel (the latest version),



      kernel version list

      but it goes wrong, wrong details like below:



      wn-block(0,0) 
      CPU: 0 PID: 1 Comm: swapper/0 Not tained 3.10.0-693.2.2.el7.x86_64
      Hadware name: ...
      Call trace:
      ...
      Kernel Offset: disables


      enter image description here



      My CentOS version is 7.0, and it was installed basing on VirtualBox.Why does it go wrong?









      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 16 '17 at 1:48









      Junlan Shuai

      11




      11




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I have solved the problem, if you want to upgrade your CentOS kernel, you must excute following steps:



          • excuting yum install -y kernel or yum update -y kernel command;


          • excuting vi /etc/default/grub command, set GRUB_DEFAULT=0, it means that the first kernel will be default kernel;


          • excuting grub2-mkconfig -o /boot/grub2/grub.cfg command(CentOS 7.0 version), it aimes to generate a new kernel configuration;


          • reboot your system;


          Maybe I use this method just in my case, someone who have a good method can add a comment at bellow, thanks.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f398309%2fafter-upgrading-centos7-0-kernel-it-goes-wrong-when-rebooting%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I have solved the problem, if you want to upgrade your CentOS kernel, you must excute following steps:



            • excuting yum install -y kernel or yum update -y kernel command;


            • excuting vi /etc/default/grub command, set GRUB_DEFAULT=0, it means that the first kernel will be default kernel;


            • excuting grub2-mkconfig -o /boot/grub2/grub.cfg command(CentOS 7.0 version), it aimes to generate a new kernel configuration;


            • reboot your system;


            Maybe I use this method just in my case, someone who have a good method can add a comment at bellow, thanks.






            share|improve this answer
























              up vote
              0
              down vote













              I have solved the problem, if you want to upgrade your CentOS kernel, you must excute following steps:



              • excuting yum install -y kernel or yum update -y kernel command;


              • excuting vi /etc/default/grub command, set GRUB_DEFAULT=0, it means that the first kernel will be default kernel;


              • excuting grub2-mkconfig -o /boot/grub2/grub.cfg command(CentOS 7.0 version), it aimes to generate a new kernel configuration;


              • reboot your system;


              Maybe I use this method just in my case, someone who have a good method can add a comment at bellow, thanks.






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                I have solved the problem, if you want to upgrade your CentOS kernel, you must excute following steps:



                • excuting yum install -y kernel or yum update -y kernel command;


                • excuting vi /etc/default/grub command, set GRUB_DEFAULT=0, it means that the first kernel will be default kernel;


                • excuting grub2-mkconfig -o /boot/grub2/grub.cfg command(CentOS 7.0 version), it aimes to generate a new kernel configuration;


                • reboot your system;


                Maybe I use this method just in my case, someone who have a good method can add a comment at bellow, thanks.






                share|improve this answer












                I have solved the problem, if you want to upgrade your CentOS kernel, you must excute following steps:



                • excuting yum install -y kernel or yum update -y kernel command;


                • excuting vi /etc/default/grub command, set GRUB_DEFAULT=0, it means that the first kernel will be default kernel;


                • excuting grub2-mkconfig -o /boot/grub2/grub.cfg command(CentOS 7.0 version), it aimes to generate a new kernel configuration;


                • reboot your system;


                Maybe I use this method just in my case, someone who have a good method can add a comment at bellow, thanks.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 16 '17 at 2:01









                Junlan Shuai

                11




                11



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f398309%2fafter-upgrading-centos7-0-kernel-it-goes-wrong-when-rebooting%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay