ubuntu 16.10 to 17.10 upgrade - don't get any menu in GUI

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








up vote
0
down vote

favorite












by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10



7
down vote
First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
I managed to upgrade from server release 16.10 to 17.10 by doing the following:
Open /etc/apt/sources.list :
vim /etc/apt/sources.list
Change all references from yakkety to artful:
:%s/yakkety/artful/g
Do an update and upgrade:
apt update && apt upgrade
Reboot the system.



How to update Ubuntu from 16.10 to 17.10?



but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.



I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.



regards



swanand










share|improve this question

























    up vote
    0
    down vote

    favorite












    by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10



    7
    down vote
    First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
    I managed to upgrade from server release 16.10 to 17.10 by doing the following:
    Open /etc/apt/sources.list :
    vim /etc/apt/sources.list
    Change all references from yakkety to artful:
    :%s/yakkety/artful/g
    Do an update and upgrade:
    apt update && apt upgrade
    Reboot the system.



    How to update Ubuntu from 16.10 to 17.10?



    but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.



    I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.



    regards



    swanand










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10



      7
      down vote
      First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
      I managed to upgrade from server release 16.10 to 17.10 by doing the following:
      Open /etc/apt/sources.list :
      vim /etc/apt/sources.list
      Change all references from yakkety to artful:
      :%s/yakkety/artful/g
      Do an update and upgrade:
      apt update && apt upgrade
      Reboot the system.



      How to update Ubuntu from 16.10 to 17.10?



      but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.



      I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.



      regards



      swanand










      share|improve this question













      by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10



      7
      down vote
      First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
      I managed to upgrade from server release 16.10 to 17.10 by doing the following:
      Open /etc/apt/sources.list :
      vim /etc/apt/sources.list
      Change all references from yakkety to artful:
      :%s/yakkety/artful/g
      Do an update and upgrade:
      apt update && apt upgrade
      Reboot the system.



      How to update Ubuntu from 16.10 to 17.10?



      but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.



      I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.



      regards



      swanand







      boot






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 18 at 15:02









      swanand arjunwadkar

      11




      11




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:



          sudo apt-get update
          sudo apt-get install --reinstall ubuntu-desktop
          sudo apt-get install unity
          sudo init 6


          You can also check this link.






          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%2f1017012%2fubuntu-16-10-to-17-10-upgrade-dont-get-any-menu-in-gui%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 had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:



            sudo apt-get update
            sudo apt-get install --reinstall ubuntu-desktop
            sudo apt-get install unity
            sudo init 6


            You can also check this link.






            share|improve this answer


























              up vote
              0
              down vote













              I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:



              sudo apt-get update
              sudo apt-get install --reinstall ubuntu-desktop
              sudo apt-get install unity
              sudo init 6


              You can also check this link.






              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:



                sudo apt-get update
                sudo apt-get install --reinstall ubuntu-desktop
                sudo apt-get install unity
                sudo init 6


                You can also check this link.






                share|improve this answer














                I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:



                sudo apt-get update
                sudo apt-get install --reinstall ubuntu-desktop
                sudo apt-get install unity
                sudo init 6


                You can also check this link.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jun 18 at 1:16









                Stephen Rauch

                1,1546716




                1,1546716










                answered Jun 17 at 17:41









                Joshua Reyes

                1




                1



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017012%2fubuntu-16-10-to-17-10-upgrade-dont-get-any-menu-in-gui%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

                    What makes Checkinstall packages not suitable for distribution?

                    Running the scala interactive shell from the command line