Updated from 16.04 to 18.04 and having issues booting The Next CEO of Stack OverflowWhen will...

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

Decide between Polyglossia and Babel for LuaLaTeX in 2019

Players Circumventing the limitations of Wish

Defamation due to breach of confidentiality

I dug holes for my pergola too wide

Can Sneak Attack be used when hitting with an improvised weapon?

Why don't programming languages automatically manage the synchronous/asynchronous problem?

Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

What difference does it make using sed with/without whitespaces?

Is French Guiana a (hard) EU border?

In the "Harry Potter and the Order of the Phoenix" videogame, what potion is used to sabotage Umbridge's speakers?

What steps are necessary to read a Modern SSD in Medieval Europe?

Would a completely good Muggle be able to use a wand?

What connection does MS Office have to Netscape Navigator?

Can someone explain this formula for calculating Manhattan distance?

Does destroying a Lich's phylactery destroy the soul within it?

Sulfuric acid symmetry point group

(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?

Easy to read palindrome checker

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Is it professional to write unrelated content in an almost-empty email?

TikZ: How to fill area with a special pattern?



Updated from 16.04 to 18.04 and having issues booting



The Next CEO of Stack OverflowWhen will GCC be updated in 16.04 and 18.04?Upgrade 16.04 -> 18.04 breaks bootingupdated to 18.04, no login screenproblem booting ubuntu 18.04/16.04Ubuntu 18.04 upgrade from 17.10 not bootingUpdated from 16.04 to 18.04 - missing topbar and launcherUbuntu 18.04 having problemsJust updated from 16.04lts to 18.04lts and i have problems while bootingIssues after update 16.04 - 18.04 LTSUpgrade from 16.04 to 18.04 display issues












2















I just updated from 16.04 to 18.04. Upon restarting I ended up at what appears to be the terminal. I was prompted for my login and password and got links to documentation, management, and support, as well as a little message about meltdown and spectre. Below that is:



[80.133769] Could not find key with description: [alphanumericstring]
[80.133922] could not find valid key in user session keyring for sig specified in mount option[samestringasabove]
[80.134129] Error parsing options; rc = [-2]


What is happening here and how do I get to my desktop? I am unsure if that key string should remain private so I left it out.










share|improve this question





























    2















    I just updated from 16.04 to 18.04. Upon restarting I ended up at what appears to be the terminal. I was prompted for my login and password and got links to documentation, management, and support, as well as a little message about meltdown and spectre. Below that is:



    [80.133769] Could not find key with description: [alphanumericstring]
    [80.133922] could not find valid key in user session keyring for sig specified in mount option[samestringasabove]
    [80.134129] Error parsing options; rc = [-2]


    What is happening here and how do I get to my desktop? I am unsure if that key string should remain private so I left it out.










    share|improve this question



























      2












      2








      2


      2






      I just updated from 16.04 to 18.04. Upon restarting I ended up at what appears to be the terminal. I was prompted for my login and password and got links to documentation, management, and support, as well as a little message about meltdown and spectre. Below that is:



      [80.133769] Could not find key with description: [alphanumericstring]
      [80.133922] could not find valid key in user session keyring for sig specified in mount option[samestringasabove]
      [80.134129] Error parsing options; rc = [-2]


      What is happening here and how do I get to my desktop? I am unsure if that key string should remain private so I left it out.










      share|improve this question
















      I just updated from 16.04 to 18.04. Upon restarting I ended up at what appears to be the terminal. I was prompted for my login and password and got links to documentation, management, and support, as well as a little message about meltdown and spectre. Below that is:



      [80.133769] Could not find key with description: [alphanumericstring]
      [80.133922] could not find valid key in user session keyring for sig specified in mount option[samestringasabove]
      [80.134129] Error parsing options; rc = [-2]


      What is happening here and how do I get to my desktop? I am unsure if that key string should remain private so I left it out.







      boot 18.04






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 10 '18 at 21:39









      Terrance

      20.3k34898




      20.3k34898










      asked May 10 '18 at 21:37









      JeffohJeffoh

      112




      112






















          3 Answers
          3






          active

          oldest

          votes


















          1














          I had the same problem after upgrading to 18.04. The computer would boot into text terminal, and I could start the X Session with startx. I could resolve the problem with:
          sudo apt-get install --reinstall gdm3



          It seems this is a problem with the display manager and not necessarily linked to the ecryptfs bug. I think I was using lightdm before the update which is not the default.





          share































            1














            I faced with this problem when activated Timeshift snaphots schedule (tool for making system backup and recovery). Backup's stole all free disk space, and after "sudo rm -rf /timeshift/snapshots" GUI booted automatically.





            share








            New contributor




            Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




























              0














              You are hitting this bug:
              https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1718658



              I have the same problem and I haven't found a way to fix it.



              There are a few workarounds mentioned in the report but none of them worked for me.



              Keep reading for what did work to get my system working again:



              There is a chance that this is not really your problem. In my local instance this seemed to be an issue with the graphics drivers, as (after installing SDDM from the command line) I was seeing the mouse cursor, but I didn't see the log-in screen. I ended up in this question because the message you posted was the only error message I saw. However, if you look into /var/log/X11.0.log you will see that it fails to load libGL.so.1, and it tries to use Vesa. While digging into the issue I discovered that libglx-mesa0 libgl1-mesa-dri and some other packages were corrupted and had missing configurations and files



              What I did to fix this:
              I purged all xorg, xserver*, lightdm, gdm3, sddm, libglx*, libgl0, libgl1 and everything I could find related to the UI. Specifically around libGL.so.1 (apt-file find libGL.so.1) and then installed it again using apt.



              Of course I ended up removing most of my system and restarted to install all packages from the ground, but at some point in this mess, I reinstalled libgl1-mesa-dri (+dependencies), sddm and kde-plasma-desktop, and I was finally able to boot into my system again. I understand this answer is quite chaotic, but this is what worked for me, and the real reason behind my issues was not related to the error message you are seeing, but to a broken mesa installation. This may be your case too.



              As a side note I would like to warn you that at some point I stopped seeing errors about libGL.so.1 in my X logs, but it kept refusing to load the drivers anyway, (and SDDM didn't show the log-in screen either!). So I kept removing and reinstalling packages around mesa and libgl* until my installation started working again.



              Good luck!






              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',
                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%2f1034676%2fupdated-from-16-04-to-18-04-and-having-issues-booting%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                1














                I had the same problem after upgrading to 18.04. The computer would boot into text terminal, and I could start the X Session with startx. I could resolve the problem with:
                sudo apt-get install --reinstall gdm3



                It seems this is a problem with the display manager and not necessarily linked to the ecryptfs bug. I think I was using lightdm before the update which is not the default.





                share




























                  1














                  I had the same problem after upgrading to 18.04. The computer would boot into text terminal, and I could start the X Session with startx. I could resolve the problem with:
                  sudo apt-get install --reinstall gdm3



                  It seems this is a problem with the display manager and not necessarily linked to the ecryptfs bug. I think I was using lightdm before the update which is not the default.





                  share


























                    1












                    1








                    1







                    I had the same problem after upgrading to 18.04. The computer would boot into text terminal, and I could start the X Session with startx. I could resolve the problem with:
                    sudo apt-get install --reinstall gdm3



                    It seems this is a problem with the display manager and not necessarily linked to the ecryptfs bug. I think I was using lightdm before the update which is not the default.





                    share













                    I had the same problem after upgrading to 18.04. The computer would boot into text terminal, and I could start the X Session with startx. I could resolve the problem with:
                    sudo apt-get install --reinstall gdm3



                    It seems this is a problem with the display manager and not necessarily linked to the ecryptfs bug. I think I was using lightdm before the update which is not the default.






                    share











                    share


                    share










                    answered Aug 25 '18 at 14:59









                    PierrePierre

                    111




                    111

























                        1














                        I faced with this problem when activated Timeshift snaphots schedule (tool for making system backup and recovery). Backup's stole all free disk space, and after "sudo rm -rf /timeshift/snapshots" GUI booted automatically.





                        share








                        New contributor




                        Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.

























                          1














                          I faced with this problem when activated Timeshift snaphots schedule (tool for making system backup and recovery). Backup's stole all free disk space, and after "sudo rm -rf /timeshift/snapshots" GUI booted automatically.





                          share








                          New contributor




                          Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.























                            1












                            1








                            1







                            I faced with this problem when activated Timeshift snaphots schedule (tool for making system backup and recovery). Backup's stole all free disk space, and after "sudo rm -rf /timeshift/snapshots" GUI booted automatically.





                            share








                            New contributor




                            Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.










                            I faced with this problem when activated Timeshift snaphots schedule (tool for making system backup and recovery). Backup's stole all free disk space, and after "sudo rm -rf /timeshift/snapshots" GUI booted automatically.






                            share








                            New contributor




                            Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.








                            share


                            share






                            New contributor




                            Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            answered 10 mins ago









                            Eugene ZalivadnyiEugene Zalivadnyi

                            112




                            112




                            New contributor




                            Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.





                            New contributor





                            Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            Eugene Zalivadnyi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.























                                0














                                You are hitting this bug:
                                https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1718658



                                I have the same problem and I haven't found a way to fix it.



                                There are a few workarounds mentioned in the report but none of them worked for me.



                                Keep reading for what did work to get my system working again:



                                There is a chance that this is not really your problem. In my local instance this seemed to be an issue with the graphics drivers, as (after installing SDDM from the command line) I was seeing the mouse cursor, but I didn't see the log-in screen. I ended up in this question because the message you posted was the only error message I saw. However, if you look into /var/log/X11.0.log you will see that it fails to load libGL.so.1, and it tries to use Vesa. While digging into the issue I discovered that libglx-mesa0 libgl1-mesa-dri and some other packages were corrupted and had missing configurations and files



                                What I did to fix this:
                                I purged all xorg, xserver*, lightdm, gdm3, sddm, libglx*, libgl0, libgl1 and everything I could find related to the UI. Specifically around libGL.so.1 (apt-file find libGL.so.1) and then installed it again using apt.



                                Of course I ended up removing most of my system and restarted to install all packages from the ground, but at some point in this mess, I reinstalled libgl1-mesa-dri (+dependencies), sddm and kde-plasma-desktop, and I was finally able to boot into my system again. I understand this answer is quite chaotic, but this is what worked for me, and the real reason behind my issues was not related to the error message you are seeing, but to a broken mesa installation. This may be your case too.



                                As a side note I would like to warn you that at some point I stopped seeing errors about libGL.so.1 in my X logs, but it kept refusing to load the drivers anyway, (and SDDM didn't show the log-in screen either!). So I kept removing and reinstalling packages around mesa and libgl* until my installation started working again.



                                Good luck!






                                share|improve this answer




























                                  0














                                  You are hitting this bug:
                                  https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1718658



                                  I have the same problem and I haven't found a way to fix it.



                                  There are a few workarounds mentioned in the report but none of them worked for me.



                                  Keep reading for what did work to get my system working again:



                                  There is a chance that this is not really your problem. In my local instance this seemed to be an issue with the graphics drivers, as (after installing SDDM from the command line) I was seeing the mouse cursor, but I didn't see the log-in screen. I ended up in this question because the message you posted was the only error message I saw. However, if you look into /var/log/X11.0.log you will see that it fails to load libGL.so.1, and it tries to use Vesa. While digging into the issue I discovered that libglx-mesa0 libgl1-mesa-dri and some other packages were corrupted and had missing configurations and files



                                  What I did to fix this:
                                  I purged all xorg, xserver*, lightdm, gdm3, sddm, libglx*, libgl0, libgl1 and everything I could find related to the UI. Specifically around libGL.so.1 (apt-file find libGL.so.1) and then installed it again using apt.



                                  Of course I ended up removing most of my system and restarted to install all packages from the ground, but at some point in this mess, I reinstalled libgl1-mesa-dri (+dependencies), sddm and kde-plasma-desktop, and I was finally able to boot into my system again. I understand this answer is quite chaotic, but this is what worked for me, and the real reason behind my issues was not related to the error message you are seeing, but to a broken mesa installation. This may be your case too.



                                  As a side note I would like to warn you that at some point I stopped seeing errors about libGL.so.1 in my X logs, but it kept refusing to load the drivers anyway, (and SDDM didn't show the log-in screen either!). So I kept removing and reinstalling packages around mesa and libgl* until my installation started working again.



                                  Good luck!






                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    You are hitting this bug:
                                    https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1718658



                                    I have the same problem and I haven't found a way to fix it.



                                    There are a few workarounds mentioned in the report but none of them worked for me.



                                    Keep reading for what did work to get my system working again:



                                    There is a chance that this is not really your problem. In my local instance this seemed to be an issue with the graphics drivers, as (after installing SDDM from the command line) I was seeing the mouse cursor, but I didn't see the log-in screen. I ended up in this question because the message you posted was the only error message I saw. However, if you look into /var/log/X11.0.log you will see that it fails to load libGL.so.1, and it tries to use Vesa. While digging into the issue I discovered that libglx-mesa0 libgl1-mesa-dri and some other packages were corrupted and had missing configurations and files



                                    What I did to fix this:
                                    I purged all xorg, xserver*, lightdm, gdm3, sddm, libglx*, libgl0, libgl1 and everything I could find related to the UI. Specifically around libGL.so.1 (apt-file find libGL.so.1) and then installed it again using apt.



                                    Of course I ended up removing most of my system and restarted to install all packages from the ground, but at some point in this mess, I reinstalled libgl1-mesa-dri (+dependencies), sddm and kde-plasma-desktop, and I was finally able to boot into my system again. I understand this answer is quite chaotic, but this is what worked for me, and the real reason behind my issues was not related to the error message you are seeing, but to a broken mesa installation. This may be your case too.



                                    As a side note I would like to warn you that at some point I stopped seeing errors about libGL.so.1 in my X logs, but it kept refusing to load the drivers anyway, (and SDDM didn't show the log-in screen either!). So I kept removing and reinstalling packages around mesa and libgl* until my installation started working again.



                                    Good luck!






                                    share|improve this answer













                                    You are hitting this bug:
                                    https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1718658



                                    I have the same problem and I haven't found a way to fix it.



                                    There are a few workarounds mentioned in the report but none of them worked for me.



                                    Keep reading for what did work to get my system working again:



                                    There is a chance that this is not really your problem. In my local instance this seemed to be an issue with the graphics drivers, as (after installing SDDM from the command line) I was seeing the mouse cursor, but I didn't see the log-in screen. I ended up in this question because the message you posted was the only error message I saw. However, if you look into /var/log/X11.0.log you will see that it fails to load libGL.so.1, and it tries to use Vesa. While digging into the issue I discovered that libglx-mesa0 libgl1-mesa-dri and some other packages were corrupted and had missing configurations and files



                                    What I did to fix this:
                                    I purged all xorg, xserver*, lightdm, gdm3, sddm, libglx*, libgl0, libgl1 and everything I could find related to the UI. Specifically around libGL.so.1 (apt-file find libGL.so.1) and then installed it again using apt.



                                    Of course I ended up removing most of my system and restarted to install all packages from the ground, but at some point in this mess, I reinstalled libgl1-mesa-dri (+dependencies), sddm and kde-plasma-desktop, and I was finally able to boot into my system again. I understand this answer is quite chaotic, but this is what worked for me, and the real reason behind my issues was not related to the error message you are seeing, but to a broken mesa installation. This may be your case too.



                                    As a side note I would like to warn you that at some point I stopped seeing errors about libGL.so.1 in my X logs, but it kept refusing to load the drivers anyway, (and SDDM didn't show the log-in screen either!). So I kept removing and reinstalling packages around mesa and libgl* until my installation started working again.



                                    Good luck!







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Jun 17 '18 at 20:29









                                    Emilio M.Emilio M.

                                    16116




                                    16116






























                                        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%2f1034676%2fupdated-from-16-04-to-18-04-and-having-issues-booting%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

                                        List of shipwrecks in 1808...

                                        Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

                                        Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...