Kali Linux won't boot to GUI












0















My Kali Linux will not boot to GUI. It only brings me to the terminal interface.



I've tried:



sudo apt-get update  
sudo apt-get upgrade / and Sudo apt-get upgrade -y

sudo apt-get install -f gdm3




sudo apt-get install chkconfig  
sudo check config --level 2 gdm3
gdm3




sudo dpkg --configure -a  


None seems to work. I still can't boot into my Kali GUI.



What could I be missing? How can I make a recovery?



Thank you all in advance.










share|improve this question























  • Can you boot with CLI? Did you uninstall desktop environment?

    – Biswapriyo
    Jun 8 '17 at 8:16











  • Yes I can boot with CLI, but I don't know anything about Uninstalling the Desktop Environment. Could you please suggest that in an answer, @Biswa?

    – Program-Me-Rev
    Jun 8 '17 at 8:31
















0















My Kali Linux will not boot to GUI. It only brings me to the terminal interface.



I've tried:



sudo apt-get update  
sudo apt-get upgrade / and Sudo apt-get upgrade -y

sudo apt-get install -f gdm3




sudo apt-get install chkconfig  
sudo check config --level 2 gdm3
gdm3




sudo dpkg --configure -a  


None seems to work. I still can't boot into my Kali GUI.



What could I be missing? How can I make a recovery?



Thank you all in advance.










share|improve this question























  • Can you boot with CLI? Did you uninstall desktop environment?

    – Biswapriyo
    Jun 8 '17 at 8:16











  • Yes I can boot with CLI, but I don't know anything about Uninstalling the Desktop Environment. Could you please suggest that in an answer, @Biswa?

    – Program-Me-Rev
    Jun 8 '17 at 8:31














0












0








0








My Kali Linux will not boot to GUI. It only brings me to the terminal interface.



I've tried:



sudo apt-get update  
sudo apt-get upgrade / and Sudo apt-get upgrade -y

sudo apt-get install -f gdm3




sudo apt-get install chkconfig  
sudo check config --level 2 gdm3
gdm3




sudo dpkg --configure -a  


None seems to work. I still can't boot into my Kali GUI.



What could I be missing? How can I make a recovery?



Thank you all in advance.










share|improve this question














My Kali Linux will not boot to GUI. It only brings me to the terminal interface.



I've tried:



sudo apt-get update  
sudo apt-get upgrade / and Sudo apt-get upgrade -y

sudo apt-get install -f gdm3




sudo apt-get install chkconfig  
sudo check config --level 2 gdm3
gdm3




sudo dpkg --configure -a  


None seems to work. I still can't boot into my Kali GUI.



What could I be missing? How can I make a recovery?



Thank you all in advance.







boot multi-boot kali-linux






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 8 '17 at 8:11









Program-Me-RevProgram-Me-Rev

2651310




2651310













  • Can you boot with CLI? Did you uninstall desktop environment?

    – Biswapriyo
    Jun 8 '17 at 8:16











  • Yes I can boot with CLI, but I don't know anything about Uninstalling the Desktop Environment. Could you please suggest that in an answer, @Biswa?

    – Program-Me-Rev
    Jun 8 '17 at 8:31



















  • Can you boot with CLI? Did you uninstall desktop environment?

    – Biswapriyo
    Jun 8 '17 at 8:16











  • Yes I can boot with CLI, but I don't know anything about Uninstalling the Desktop Environment. Could you please suggest that in an answer, @Biswa?

    – Program-Me-Rev
    Jun 8 '17 at 8:31

















Can you boot with CLI? Did you uninstall desktop environment?

– Biswapriyo
Jun 8 '17 at 8:16





Can you boot with CLI? Did you uninstall desktop environment?

– Biswapriyo
Jun 8 '17 at 8:16













Yes I can boot with CLI, but I don't know anything about Uninstalling the Desktop Environment. Could you please suggest that in an answer, @Biswa?

– Program-Me-Rev
Jun 8 '17 at 8:31





Yes I can boot with CLI, but I don't know anything about Uninstalling the Desktop Environment. Could you please suggest that in an answer, @Biswa?

– Program-Me-Rev
Jun 8 '17 at 8:31










3 Answers
3






active

oldest

votes


















2














So many possibiilties (please supply more detail if possible):




  • could be a software corruption issue as you've stated above. You could have installed which has possibly led to you breaking your system (check /var/log/dpkg.log)

  • could be a configuration file corruption issue in which case you'll need to flush or re-write part or all of your relevant configuration files to deal with it (look at apt-get in combination with purge option to deal with this)

  • could be a graphics driver problem. I remember in the past when I had to deal with Nvidia drivers I experienced something similar. Basically, when I upgraded the rest of the system the binary driver itself wouldn't work because it needed to be re-compiled to suit the updated circumstances

  • could be malware which is causing this problem. You never know

  • could be that you are someone else (without your knowledge and possibly even accidentally) screwed up a setting or configuration variable somewhere which has led to this

  • if you have an old version or backup image of your system or have some sort of snapshot system you could use this to roll back your system to your last known working configuration

  • I'd be going through the startup process and see where exactly things are dropping out. Namely, does it feel like it proceeds all the way like it used to or does it drop at the final few moments with X simply not working. That way you can narrow down which log files you should be consulting. For instance, /var/log/Xorg.0.log ones related to X, dmesg for ones related to the kernel, /var/log/dpkg.log for ones related to packaging, etc...


http://www.comptechdoc.org/os/linux/startupman/linux_suiglog.html



Can't login in Kali Linux




  • something else I'd be trying is to use the terminal interface to your advantage. Use the start, X, and gdm3 commands (and services) at the terminal and see if any errors show up. Depending on the error message you can make the necessary modifications to get your system back to normal

  • final choice is re-install from scratch obviously...






share|improve this answer































    0














    What solved this for me was to log in as root from that terminal interface and issuing the command service gdm3 start .






    share|improve this answer

































      0














      In my case I started GUI by logging in as root and then running



      startx





      share|improve this answer























        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        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%2fsuperuser.com%2fquestions%2f1217182%2fkali-linux-wont-boot-to-gui%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









        2














        So many possibiilties (please supply more detail if possible):




        • could be a software corruption issue as you've stated above. You could have installed which has possibly led to you breaking your system (check /var/log/dpkg.log)

        • could be a configuration file corruption issue in which case you'll need to flush or re-write part or all of your relevant configuration files to deal with it (look at apt-get in combination with purge option to deal with this)

        • could be a graphics driver problem. I remember in the past when I had to deal with Nvidia drivers I experienced something similar. Basically, when I upgraded the rest of the system the binary driver itself wouldn't work because it needed to be re-compiled to suit the updated circumstances

        • could be malware which is causing this problem. You never know

        • could be that you are someone else (without your knowledge and possibly even accidentally) screwed up a setting or configuration variable somewhere which has led to this

        • if you have an old version or backup image of your system or have some sort of snapshot system you could use this to roll back your system to your last known working configuration

        • I'd be going through the startup process and see where exactly things are dropping out. Namely, does it feel like it proceeds all the way like it used to or does it drop at the final few moments with X simply not working. That way you can narrow down which log files you should be consulting. For instance, /var/log/Xorg.0.log ones related to X, dmesg for ones related to the kernel, /var/log/dpkg.log for ones related to packaging, etc...


        http://www.comptechdoc.org/os/linux/startupman/linux_suiglog.html



        Can't login in Kali Linux




        • something else I'd be trying is to use the terminal interface to your advantage. Use the start, X, and gdm3 commands (and services) at the terminal and see if any errors show up. Depending on the error message you can make the necessary modifications to get your system back to normal

        • final choice is re-install from scratch obviously...






        share|improve this answer




























          2














          So many possibiilties (please supply more detail if possible):




          • could be a software corruption issue as you've stated above. You could have installed which has possibly led to you breaking your system (check /var/log/dpkg.log)

          • could be a configuration file corruption issue in which case you'll need to flush or re-write part or all of your relevant configuration files to deal with it (look at apt-get in combination with purge option to deal with this)

          • could be a graphics driver problem. I remember in the past when I had to deal with Nvidia drivers I experienced something similar. Basically, when I upgraded the rest of the system the binary driver itself wouldn't work because it needed to be re-compiled to suit the updated circumstances

          • could be malware which is causing this problem. You never know

          • could be that you are someone else (without your knowledge and possibly even accidentally) screwed up a setting or configuration variable somewhere which has led to this

          • if you have an old version or backup image of your system or have some sort of snapshot system you could use this to roll back your system to your last known working configuration

          • I'd be going through the startup process and see where exactly things are dropping out. Namely, does it feel like it proceeds all the way like it used to or does it drop at the final few moments with X simply not working. That way you can narrow down which log files you should be consulting. For instance, /var/log/Xorg.0.log ones related to X, dmesg for ones related to the kernel, /var/log/dpkg.log for ones related to packaging, etc...


          http://www.comptechdoc.org/os/linux/startupman/linux_suiglog.html



          Can't login in Kali Linux




          • something else I'd be trying is to use the terminal interface to your advantage. Use the start, X, and gdm3 commands (and services) at the terminal and see if any errors show up. Depending on the error message you can make the necessary modifications to get your system back to normal

          • final choice is re-install from scratch obviously...






          share|improve this answer


























            2












            2








            2







            So many possibiilties (please supply more detail if possible):




            • could be a software corruption issue as you've stated above. You could have installed which has possibly led to you breaking your system (check /var/log/dpkg.log)

            • could be a configuration file corruption issue in which case you'll need to flush or re-write part or all of your relevant configuration files to deal with it (look at apt-get in combination with purge option to deal with this)

            • could be a graphics driver problem. I remember in the past when I had to deal with Nvidia drivers I experienced something similar. Basically, when I upgraded the rest of the system the binary driver itself wouldn't work because it needed to be re-compiled to suit the updated circumstances

            • could be malware which is causing this problem. You never know

            • could be that you are someone else (without your knowledge and possibly even accidentally) screwed up a setting or configuration variable somewhere which has led to this

            • if you have an old version or backup image of your system or have some sort of snapshot system you could use this to roll back your system to your last known working configuration

            • I'd be going through the startup process and see where exactly things are dropping out. Namely, does it feel like it proceeds all the way like it used to or does it drop at the final few moments with X simply not working. That way you can narrow down which log files you should be consulting. For instance, /var/log/Xorg.0.log ones related to X, dmesg for ones related to the kernel, /var/log/dpkg.log for ones related to packaging, etc...


            http://www.comptechdoc.org/os/linux/startupman/linux_suiglog.html



            Can't login in Kali Linux




            • something else I'd be trying is to use the terminal interface to your advantage. Use the start, X, and gdm3 commands (and services) at the terminal and see if any errors show up. Depending on the error message you can make the necessary modifications to get your system back to normal

            • final choice is re-install from scratch obviously...






            share|improve this answer













            So many possibiilties (please supply more detail if possible):




            • could be a software corruption issue as you've stated above. You could have installed which has possibly led to you breaking your system (check /var/log/dpkg.log)

            • could be a configuration file corruption issue in which case you'll need to flush or re-write part or all of your relevant configuration files to deal with it (look at apt-get in combination with purge option to deal with this)

            • could be a graphics driver problem. I remember in the past when I had to deal with Nvidia drivers I experienced something similar. Basically, when I upgraded the rest of the system the binary driver itself wouldn't work because it needed to be re-compiled to suit the updated circumstances

            • could be malware which is causing this problem. You never know

            • could be that you are someone else (without your knowledge and possibly even accidentally) screwed up a setting or configuration variable somewhere which has led to this

            • if you have an old version or backup image of your system or have some sort of snapshot system you could use this to roll back your system to your last known working configuration

            • I'd be going through the startup process and see where exactly things are dropping out. Namely, does it feel like it proceeds all the way like it used to or does it drop at the final few moments with X simply not working. That way you can narrow down which log files you should be consulting. For instance, /var/log/Xorg.0.log ones related to X, dmesg for ones related to the kernel, /var/log/dpkg.log for ones related to packaging, etc...


            http://www.comptechdoc.org/os/linux/startupman/linux_suiglog.html



            Can't login in Kali Linux




            • something else I'd be trying is to use the terminal interface to your advantage. Use the start, X, and gdm3 commands (and services) at the terminal and see if any errors show up. Depending on the error message you can make the necessary modifications to get your system back to normal

            • final choice is re-install from scratch obviously...







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jun 8 '17 at 9:43









            dtbnguyendtbnguyen

            45126




            45126

























                0














                What solved this for me was to log in as root from that terminal interface and issuing the command service gdm3 start .






                share|improve this answer






























                  0














                  What solved this for me was to log in as root from that terminal interface and issuing the command service gdm3 start .






                  share|improve this answer




























                    0












                    0








                    0







                    What solved this for me was to log in as root from that terminal interface and issuing the command service gdm3 start .






                    share|improve this answer















                    What solved this for me was to log in as root from that terminal interface and issuing the command service gdm3 start .







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Apr 6 '18 at 17:57









                    bertieb

                    5,662112542




                    5,662112542










                    answered Apr 6 '18 at 17:37









                    shijo thomasshijo thomas

                    1




                    1























                        0














                        In my case I started GUI by logging in as root and then running



                        startx





                        share|improve this answer




























                          0














                          In my case I started GUI by logging in as root and then running



                          startx





                          share|improve this answer


























                            0












                            0








                            0







                            In my case I started GUI by logging in as root and then running



                            startx





                            share|improve this answer













                            In my case I started GUI by logging in as root and then running



                            startx






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 29 at 0:04









                            Alex IsayenkoAlex Isayenko

                            1011




                            1011






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Super User!


                                • 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%2fsuperuser.com%2fquestions%2f1217182%2fkali-linux-wont-boot-to-gui%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

                                Plaza Victoria

                                In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                                How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...