Failed to boot with newest kernel

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








up vote
0
down vote

favorite












I am using Ubuntu 16.04.
After system update, I was prompted to reboot, but I chose to reboot later. However, due to a sudden power off, I didn't have the chance to reboot the system properly. Then comes the problem. I can't boot with the default newest kernel 4.13.0-39.




Error message: " Failed to start load Kernel Modules"




But manually choosing an older version like 4.13.0-38 is ok.



Anyone can help fix the problem? Thanks in advance!







share|improve this question
























    up vote
    0
    down vote

    favorite












    I am using Ubuntu 16.04.
    After system update, I was prompted to reboot, but I chose to reboot later. However, due to a sudden power off, I didn't have the chance to reboot the system properly. Then comes the problem. I can't boot with the default newest kernel 4.13.0-39.




    Error message: " Failed to start load Kernel Modules"




    But manually choosing an older version like 4.13.0-38 is ok.



    Anyone can help fix the problem? Thanks in advance!







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am using Ubuntu 16.04.
      After system update, I was prompted to reboot, but I chose to reboot later. However, due to a sudden power off, I didn't have the chance to reboot the system properly. Then comes the problem. I can't boot with the default newest kernel 4.13.0-39.




      Error message: " Failed to start load Kernel Modules"




      But manually choosing an older version like 4.13.0-38 is ok.



      Anyone can help fix the problem? Thanks in advance!







      share|improve this question












      I am using Ubuntu 16.04.
      After system update, I was prompted to reboot, but I chose to reboot later. However, due to a sudden power off, I didn't have the chance to reboot the system properly. Then comes the problem. I can't boot with the default newest kernel 4.13.0-39.




      Error message: " Failed to start load Kernel Modules"




      But manually choosing an older version like 4.13.0-38 is ok.



      Anyone can help fix the problem? Thanks in advance!









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 3 at 21:11









      velut luna

      76317




      76317




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Easy way



          Run the command:



          sudo apt install -f


          It will fix anything it can that is broken. Anything it can't fix it will report to you which you can update into your question. If everything is OK next run:



          sudo apt update
          sudo apt upgrade


          You can wait until kernel 4.13.0-40 comes out. Simply use it and forget about 4.13.0-39 altogether. Just remember after booting 4.13.0-40 don't run sudo apt autoremove because then you will lose your working backup kernel 4.13.0-38.



          After you have both 4.13.0-40 and 4.13.0-41 installed you can run sudo apt autoremove to delete kernel 4.13.0-38 (and everything older).




          More complicated



          You can also manually purge 4.13.0-39 (How do I remove old kernel versions to clean up the boot menu?) and reinstall it:



          sudo apt-get update && sudo apt-get install linux-image-4.13.0-39-generic linux-headers-4.13.0-39-generic linux-headers-4.13.0-39





          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            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: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2faskubuntu.com%2fquestions%2f1031739%2ffailed-to-boot-with-newest-kernel%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













            Easy way



            Run the command:



            sudo apt install -f


            It will fix anything it can that is broken. Anything it can't fix it will report to you which you can update into your question. If everything is OK next run:



            sudo apt update
            sudo apt upgrade


            You can wait until kernel 4.13.0-40 comes out. Simply use it and forget about 4.13.0-39 altogether. Just remember after booting 4.13.0-40 don't run sudo apt autoremove because then you will lose your working backup kernel 4.13.0-38.



            After you have both 4.13.0-40 and 4.13.0-41 installed you can run sudo apt autoremove to delete kernel 4.13.0-38 (and everything older).




            More complicated



            You can also manually purge 4.13.0-39 (How do I remove old kernel versions to clean up the boot menu?) and reinstall it:



            sudo apt-get update && sudo apt-get install linux-image-4.13.0-39-generic linux-headers-4.13.0-39-generic linux-headers-4.13.0-39





            share|improve this answer


























              up vote
              0
              down vote













              Easy way



              Run the command:



              sudo apt install -f


              It will fix anything it can that is broken. Anything it can't fix it will report to you which you can update into your question. If everything is OK next run:



              sudo apt update
              sudo apt upgrade


              You can wait until kernel 4.13.0-40 comes out. Simply use it and forget about 4.13.0-39 altogether. Just remember after booting 4.13.0-40 don't run sudo apt autoremove because then you will lose your working backup kernel 4.13.0-38.



              After you have both 4.13.0-40 and 4.13.0-41 installed you can run sudo apt autoremove to delete kernel 4.13.0-38 (and everything older).




              More complicated



              You can also manually purge 4.13.0-39 (How do I remove old kernel versions to clean up the boot menu?) and reinstall it:



              sudo apt-get update && sudo apt-get install linux-image-4.13.0-39-generic linux-headers-4.13.0-39-generic linux-headers-4.13.0-39





              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                Easy way



                Run the command:



                sudo apt install -f


                It will fix anything it can that is broken. Anything it can't fix it will report to you which you can update into your question. If everything is OK next run:



                sudo apt update
                sudo apt upgrade


                You can wait until kernel 4.13.0-40 comes out. Simply use it and forget about 4.13.0-39 altogether. Just remember after booting 4.13.0-40 don't run sudo apt autoremove because then you will lose your working backup kernel 4.13.0-38.



                After you have both 4.13.0-40 and 4.13.0-41 installed you can run sudo apt autoremove to delete kernel 4.13.0-38 (and everything older).




                More complicated



                You can also manually purge 4.13.0-39 (How do I remove old kernel versions to clean up the boot menu?) and reinstall it:



                sudo apt-get update && sudo apt-get install linux-image-4.13.0-39-generic linux-headers-4.13.0-39-generic linux-headers-4.13.0-39





                share|improve this answer














                Easy way



                Run the command:



                sudo apt install -f


                It will fix anything it can that is broken. Anything it can't fix it will report to you which you can update into your question. If everything is OK next run:



                sudo apt update
                sudo apt upgrade


                You can wait until kernel 4.13.0-40 comes out. Simply use it and forget about 4.13.0-39 altogether. Just remember after booting 4.13.0-40 don't run sudo apt autoremove because then you will lose your working backup kernel 4.13.0-38.



                After you have both 4.13.0-40 and 4.13.0-41 installed you can run sudo apt autoremove to delete kernel 4.13.0-38 (and everything older).




                More complicated



                You can also manually purge 4.13.0-39 (How do I remove old kernel versions to clean up the boot menu?) and reinstall it:



                sudo apt-get update && sudo apt-get install linux-image-4.13.0-39-generic linux-headers-4.13.0-39-generic linux-headers-4.13.0-39






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 4 at 0:50

























                answered May 4 at 0:41









                WinEunuuchs2Unix

                35.4k758132




                35.4k758132






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031739%2ffailed-to-boot-with-newest-kernel%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491