pcie bus error severity=corrected type=physical layer id=00e0(receiver id) login screen

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








up vote
1
down vote

favorite












So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.



It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.



Anybody know how to fix this?







share|improve this question
























    up vote
    1
    down vote

    favorite












    So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.



    It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.



    Anybody know how to fix this?







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.



      It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.



      Anybody know how to fix this?







      share|improve this question












      So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.



      It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.



      Anybody know how to fix this?









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 13 at 21:02









      Marco Doornbos

      16126




      16126




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.



          With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:



          GRUB_CMDLINE_LINUX_DEFAULT=


          There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:



          GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"


          Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.



          Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:



          Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.



          sudo nano /etc/default/grub


          Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:



          sudo update-grub


          The boot parameter will now be used each time you start up.






          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%2f1035852%2fpcie-bus-error-severity-corrected-type-physical-layer-id-00e0receiver-id-login%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













            While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.



            With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:



            GRUB_CMDLINE_LINUX_DEFAULT=


            There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:



            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"


            Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.



            Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:



            Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.



            sudo nano /etc/default/grub


            Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:



            sudo update-grub


            The boot parameter will now be used each time you start up.






            share|improve this answer
























              up vote
              0
              down vote













              While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.



              With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:



              GRUB_CMDLINE_LINUX_DEFAULT=


              There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:



              GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"


              Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.



              Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:



              Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.



              sudo nano /etc/default/grub


              Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:



              sudo update-grub


              The boot parameter will now be used each time you start up.






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.



                With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:



                GRUB_CMDLINE_LINUX_DEFAULT=


                There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:



                GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"


                Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.



                Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:



                Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.



                sudo nano /etc/default/grub


                Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:



                sudo update-grub


                The boot parameter will now be used each time you start up.






                share|improve this answer












                While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.



                With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:



                GRUB_CMDLINE_LINUX_DEFAULT=


                There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:



                GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"


                Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.



                Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:



                Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.



                sudo nano /etc/default/grub


                Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:



                sudo update-grub


                The boot parameter will now be used each time you start up.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 15 at 12:04









                hiigaran

                775119




                775119






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1035852%2fpcie-bus-error-severity-corrected-type-physical-layer-id-00e0receiver-id-login%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do I move numbers in filenames, in a batch renaming operation?