Ubuntu gets stuck in loading screen












1















Whenever I try to boot Ubuntu I get a firmare bug that says the ACPI region does not cover the entire command / response buffer. Thats followed by soft system lockup for 22 seconds on cpu 2 followed by a hard lock up on cpu 1. When I run the system compatibility diagnostic thing it says I have a firmware error and need to update my e microcode to 0xb2 or later. What does this mean and how would I fix this? I'm assuming it's related to not being able to boot.










share|improve this question





























    1















    Whenever I try to boot Ubuntu I get a firmare bug that says the ACPI region does not cover the entire command / response buffer. Thats followed by soft system lockup for 22 seconds on cpu 2 followed by a hard lock up on cpu 1. When I run the system compatibility diagnostic thing it says I have a firmware error and need to update my e microcode to 0xb2 or later. What does this mean and how would I fix this? I'm assuming it's related to not being able to boot.










    share|improve this question



























      1












      1








      1








      Whenever I try to boot Ubuntu I get a firmare bug that says the ACPI region does not cover the entire command / response buffer. Thats followed by soft system lockup for 22 seconds on cpu 2 followed by a hard lock up on cpu 1. When I run the system compatibility diagnostic thing it says I have a firmware error and need to update my e microcode to 0xb2 or later. What does this mean and how would I fix this? I'm assuming it's related to not being able to boot.










      share|improve this question
















      Whenever I try to boot Ubuntu I get a firmare bug that says the ACPI region does not cover the entire command / response buffer. Thats followed by soft system lockup for 22 seconds on cpu 2 followed by a hard lock up on cpu 1. When I run the system compatibility diagnostic thing it says I have a firmware error and need to update my e microcode to 0xb2 or later. What does this mean and how would I fix this? I'm assuming it's related to not being able to boot.







      boot dual-boot firmware






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 26 '18 at 16:40







      Evan Knight

















      asked Jul 26 '18 at 16:33









      Evan KnightEvan Knight

      62




      62






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Intel releases microcode updates to correct processor behavior as documented in the respective processor specification updates. AMD releases microcode patches to correct processor behavior as documented in the respective processor revision guides. Login to a virtual console and install the system processor microcode that is compatible with your computer's CPU.





          1. When the system is booting immediately before the system is about to lock up access the virtual console by pressing the keyboard combination Ctrl+Alt+F3. To login from a virtual console:




            1. At the login: prompt type your username and press Enter.


            2. At the Password: prompt type your user password and press Enter.





          2. Run the following command to display the CPU manufacturer (Intel or AMD):



            cat /proc/cpuinfo  



          3. Run one of the two following commands depending on whether your computer's CPU manufacturer is Intel or AMD.



            sudo apt install intel-microcode # Intel CPU  
            sudo apt install amd64-microcode # AMD CPU



          4. Reboot the system.



            sudo reboot



          If you can't access the virtual console in Step 1, all you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work. Otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot to run a command or interactive shell with a special root directory (your Ubuntu installation on the hard drive).






          share|improve this answer





















          • 1





            Unfortunately it doesn't even make it to the loading screen now, it just starts throwing errors in the virtual console. I updated my original question, sorry for the confusion

            – Evan Knight
            Jul 26 '18 at 17:00











          • All you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work, otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot.

            – karel
            Jul 26 '18 at 17:13













          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          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%2f1059749%2fubuntu-gets-stuck-in-loading-screen%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Intel releases microcode updates to correct processor behavior as documented in the respective processor specification updates. AMD releases microcode patches to correct processor behavior as documented in the respective processor revision guides. Login to a virtual console and install the system processor microcode that is compatible with your computer's CPU.





          1. When the system is booting immediately before the system is about to lock up access the virtual console by pressing the keyboard combination Ctrl+Alt+F3. To login from a virtual console:




            1. At the login: prompt type your username and press Enter.


            2. At the Password: prompt type your user password and press Enter.





          2. Run the following command to display the CPU manufacturer (Intel or AMD):



            cat /proc/cpuinfo  



          3. Run one of the two following commands depending on whether your computer's CPU manufacturer is Intel or AMD.



            sudo apt install intel-microcode # Intel CPU  
            sudo apt install amd64-microcode # AMD CPU



          4. Reboot the system.



            sudo reboot



          If you can't access the virtual console in Step 1, all you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work. Otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot to run a command or interactive shell with a special root directory (your Ubuntu installation on the hard drive).






          share|improve this answer





















          • 1





            Unfortunately it doesn't even make it to the loading screen now, it just starts throwing errors in the virtual console. I updated my original question, sorry for the confusion

            – Evan Knight
            Jul 26 '18 at 17:00











          • All you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work, otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot.

            – karel
            Jul 26 '18 at 17:13


















          0














          Intel releases microcode updates to correct processor behavior as documented in the respective processor specification updates. AMD releases microcode patches to correct processor behavior as documented in the respective processor revision guides. Login to a virtual console and install the system processor microcode that is compatible with your computer's CPU.





          1. When the system is booting immediately before the system is about to lock up access the virtual console by pressing the keyboard combination Ctrl+Alt+F3. To login from a virtual console:




            1. At the login: prompt type your username and press Enter.


            2. At the Password: prompt type your user password and press Enter.





          2. Run the following command to display the CPU manufacturer (Intel or AMD):



            cat /proc/cpuinfo  



          3. Run one of the two following commands depending on whether your computer's CPU manufacturer is Intel or AMD.



            sudo apt install intel-microcode # Intel CPU  
            sudo apt install amd64-microcode # AMD CPU



          4. Reboot the system.



            sudo reboot



          If you can't access the virtual console in Step 1, all you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work. Otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot to run a command or interactive shell with a special root directory (your Ubuntu installation on the hard drive).






          share|improve this answer





















          • 1





            Unfortunately it doesn't even make it to the loading screen now, it just starts throwing errors in the virtual console. I updated my original question, sorry for the confusion

            – Evan Knight
            Jul 26 '18 at 17:00











          • All you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work, otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot.

            – karel
            Jul 26 '18 at 17:13
















          0












          0








          0







          Intel releases microcode updates to correct processor behavior as documented in the respective processor specification updates. AMD releases microcode patches to correct processor behavior as documented in the respective processor revision guides. Login to a virtual console and install the system processor microcode that is compatible with your computer's CPU.





          1. When the system is booting immediately before the system is about to lock up access the virtual console by pressing the keyboard combination Ctrl+Alt+F3. To login from a virtual console:




            1. At the login: prompt type your username and press Enter.


            2. At the Password: prompt type your user password and press Enter.





          2. Run the following command to display the CPU manufacturer (Intel or AMD):



            cat /proc/cpuinfo  



          3. Run one of the two following commands depending on whether your computer's CPU manufacturer is Intel or AMD.



            sudo apt install intel-microcode # Intel CPU  
            sudo apt install amd64-microcode # AMD CPU



          4. Reboot the system.



            sudo reboot



          If you can't access the virtual console in Step 1, all you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work. Otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot to run a command or interactive shell with a special root directory (your Ubuntu installation on the hard drive).






          share|improve this answer















          Intel releases microcode updates to correct processor behavior as documented in the respective processor specification updates. AMD releases microcode patches to correct processor behavior as documented in the respective processor revision guides. Login to a virtual console and install the system processor microcode that is compatible with your computer's CPU.





          1. When the system is booting immediately before the system is about to lock up access the virtual console by pressing the keyboard combination Ctrl+Alt+F3. To login from a virtual console:




            1. At the login: prompt type your username and press Enter.


            2. At the Password: prompt type your user password and press Enter.





          2. Run the following command to display the CPU manufacturer (Intel or AMD):



            cat /proc/cpuinfo  



          3. Run one of the two following commands depending on whether your computer's CPU manufacturer is Intel or AMD.



            sudo apt install intel-microcode # Intel CPU  
            sudo apt install amd64-microcode # AMD CPU



          4. Reboot the system.



            sudo reboot



          If you can't access the virtual console in Step 1, all you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work. Otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot to run a command or interactive shell with a special root directory (your Ubuntu installation on the hard drive).







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 12 at 19:35

























          answered Jul 26 '18 at 16:46









          karelkarel

          58.6k13128147




          58.6k13128147








          • 1





            Unfortunately it doesn't even make it to the loading screen now, it just starts throwing errors in the virtual console. I updated my original question, sorry for the confusion

            – Evan Knight
            Jul 26 '18 at 17:00











          • All you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work, otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot.

            – karel
            Jul 26 '18 at 17:13
















          • 1





            Unfortunately it doesn't even make it to the loading screen now, it just starts throwing errors in the virtual console. I updated my original question, sorry for the confusion

            – Evan Knight
            Jul 26 '18 at 17:00











          • All you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work, otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot.

            – karel
            Jul 26 '18 at 17:13










          1




          1





          Unfortunately it doesn't even make it to the loading screen now, it just starts throwing errors in the virtual console. I updated my original question, sorry for the confusion

          – Evan Knight
          Jul 26 '18 at 17:00





          Unfortunately it doesn't even make it to the loading screen now, it just starts throwing errors in the virtual console. I updated my original question, sorry for the confusion

          – Evan Knight
          Jul 26 '18 at 17:00













          All you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work, otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot.

          – karel
          Jul 26 '18 at 17:13







          All you need to do to get into a virtual console is for the Linux kernel to be loaded and the kernel is the first thing to load when the computer is booting, so press the keyboard combination Ctrl+Alt+F3 earlier and maybe it will work, otherwise you can install the firmware updates by booting from an Ubuntu live USB and using chroot.

          – karel
          Jul 26 '18 at 17:13




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1059749%2fubuntu-gets-stuck-in-loading-screen%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕