How to troubleshoot booting to a black screen on virtualbox












24















I was using 13.04 as a guest OS on my Virtualbox 14.2.18. Host is Windows 8.
After upgrade to 13.10 ubuntu does not start. I can see black screen and blinking cursor.



Can anyone help? I am pretty new to ubuntu. My feeling is that it is somethign wrong with graphic drivers. I can access tty and all files (/home) are there.










share|improve this question





























    24















    I was using 13.04 as a guest OS on my Virtualbox 14.2.18. Host is Windows 8.
    After upgrade to 13.10 ubuntu does not start. I can see black screen and blinking cursor.



    Can anyone help? I am pretty new to ubuntu. My feeling is that it is somethign wrong with graphic drivers. I can access tty and all files (/home) are there.










    share|improve this question



























      24












      24








      24


      7






      I was using 13.04 as a guest OS on my Virtualbox 14.2.18. Host is Windows 8.
      After upgrade to 13.10 ubuntu does not start. I can see black screen and blinking cursor.



      Can anyone help? I am pretty new to ubuntu. My feeling is that it is somethign wrong with graphic drivers. I can access tty and all files (/home) are there.










      share|improve this question
















      I was using 13.04 as a guest OS on my Virtualbox 14.2.18. Host is Windows 8.
      After upgrade to 13.10 ubuntu does not start. I can see black screen and blinking cursor.



      Can anyone help? I am pretty new to ubuntu. My feeling is that it is somethign wrong with graphic drivers. I can access tty and all files (/home) are there.







      virtualbox windows-8






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 19 '17 at 11:01









      muru

      1




      1










      asked Nov 5 '13 at 11:16









      dondon

      123115




      123115






















          15 Answers
          15






          active

          oldest

          votes


















          12














          This is how I troubleshoot a non-starting Ubuntu in Virtual Box (assuming optimal settings for a virtual machine were already made):




          1. Make sure you had installed the most recent version of Virtual Box.


          2. Try a reboot by entering a TTY terminal (Host + F1)



            sudo reboot



          3. Update the guest OS from TTY (Host + F1):



            sudo apt update && sudo apt dist-upgrade


          4. Install guest additions from command line.


          5. Reboot the guest after installing the guest additions.


          6. Start lightdm manually from a TTY (Host + F1) with



            sudo lightdm


          7. Try several reboots of the VM. Due to timing issues it may help eventually.


          8. Try a reboot of the host.

          9. Check forums and virtualbox.org for known bugs.






          share|improve this answer


























          • I've updated VIrtualBox to 4.3.2 and installed additions. Now I see login page from ubuntu. After typing password it shows black screen with popup: "System program problem detected. Do you want to report a problem now?" after pressing Report problem 4 times nothing happens. Black screen is there.

            – don
            Nov 5 '13 at 15:31











          • This message is seen on bare metal too - its bugs which may hopefully be fixed sooner or later. Until then your VM may still need occasional reboots, or manual starts of lightdm from TTY. Not much we can do.

            – Takkat
            Nov 5 '13 at 15:37











          • is there any way to downgrade or migrate my data from this installation to another?

            – don
            Nov 5 '13 at 15:56











          • Downgrade is not recommended. But you could copy & paste your HOME to restore it elsewhere. However I am pretty confident it will be much more stable soon.

            – Takkat
            Nov 5 '13 at 18:43








          • 1





            Already solved my issue by Step 2 - thank you!

            – Nick Coad
            Jun 20 '16 at 8:49



















          22














          I had this problem and my solution was simple.



          Somehow, my VirtualBox configuration for the VM (Ubuntu) was changed after a Virtual Box upgrade. My guest VM was Ubuntu 64 bits and it was configured as 32 bits version. To change:




          1. Open Virtual Box

          2. Select your virtual machine and click in
            "Configurations"

          3. Go to "General"

          4. Change the version to "Ubuntu (64-bit)"






          share|improve this answer



















          • 1





            Why negative? This is really resolve my problem.

            – Dherik
            Mar 11 '16 at 15:17






          • 2





            Happened to me after transferring machine files to another machine and re-installing virtual box. This fixed my problem.

            – Orestis P.
            Jun 10 '16 at 5:42






          • 1





            Worked for me too!

            – Erik Berkun-Drevnig
            Jul 9 '16 at 23:20






          • 1





            For me too! Thx!

            – Antonio Petricca
            Nov 28 '16 at 16:23






          • 1





            This really was the right hint for me, to go to the bios and enable Virtualisation. Kudos

            – Abderrahmane TAHRI JOUTI
            Mar 16 '17 at 9:38



















          9














          For me, none of the above answers worked. I solved this problem by disabling 3d acceleration on the vm settings page. This is quite odd since I've been using 3D acceleration flawlessly for months on that VM.






          share|improve this answer































            5














            This maybe an answer:




            1. You (and me) get to this screen through an (accidental) host+f9. It doesn't tell you what happened though.


            2. The reverse magic spell is alt+f7 (everything restored in its former glory).



            I had to discover this myself. Though getting into trouble was easy enough.






            share|improve this answer

































              4














              This happens to me today after upgrade VBox to 5.1.30.
              The logon screen looks normal. After login in, however, the screen becomes black and remain black, while VBox manager preview showing the desktop.



              Tried various suggestions, the only thing that works is to disable 3D acceleration for guest OS (Linux Mint18).



              Guest addition update has no effect.






              share|improve this answer































                3














                When I got to the login screen, I turned fullscreen mode off, logged in, then turned it back on. It worked. I might have just been lucky, though.






                share|improve this answer































                  3














                  I had the same issue installing Kali in VirtualBox, blinking cursors on the upper left corner. The simple solution for me was entering BIOS by pressing F10 during boot, and enabling virtualization.






                  share|improve this answer

































                    3














                    I did the following as it worked for me.




                    1. Open TTYL (Ctrl + Alt + F1)


                    2. Login to a regular user account (not guest).


                    3. Enter sudo dpkg --configure -a


                    4. Press (Ctrl + F7)







                    share|improve this answer


























                    • This worked for me.

                      – Viraj
                      Oct 2 '18 at 5:50



















                    2














                    Here is how I resolved the issue. I had installed Hadoop on my guest openSuse OS. There are several services which needs to be started to start working on Hadoop like,



                    start-dfs.sh
                    start-yarn.sh


                    I added both the above start command in my .bashrc file so that I don't have to start them explicitly everytime I login. .bashrc gets executed every time login.



                    $cd ~
                    $vi .bashrc


                    I commented my start service commands as shown below.



                    enter image description here






                    share|improve this answer































                      2














                      I had a similar problem, what I did was:




                      1. Enter into Setting --> System --> Processor

                      2. Set Processor to 2CPU instead of 1CPU

                      3. Click OK and restart.


                      Worked fine for me after






                      share|improve this answer































                        0














                        The following works for my Ubuntu 16.04 inside VirtualBox:




                        1. Shutdown Ubuntu guest OS

                        2. Go to Settings -> System -> Motherboard

                        3. Change Chipset from ICH9 to PIIX3

                        4. Restart Ubuntu and the graphics mode becomes normal


                        Strangely, ICH9 works fine until one day when I upgraded VirtualBox from 5.0.18 to 5.1.28.






                        share|improve this answer

































                          0














                          Nothing worked, so I booted into recovery mode and selected the DPKG option (repair broken packages) and after that did it.






                          share|improve this answer
























                          • Are you saying that you had broken packages?

                            – user535733
                            Nov 20 '17 at 16:10



















                          0














                          I had the same issue with Linux Mint on VirtualBox 5.2.22.



                          I could see the boot screen but after boot it would go to a black screen and remain black.



                          My Base Memory was set at 512 MB. I bumped it to 1024 MB and it got past boot and into the desktop.






                          share|improve this answer































                            0














                            When trying to boot Ubuntu on in virtual box I had a black screen until I went into
                            settings > system and unchecked "enable EFI".
                            Ubuntu booted up successfully after I did that.






                            share|improve this answer































                              -1














                              I had a frozen black screen of the graphical interface. An Ubuntu 18.04 VM running on VirtualBox 6.0, on Windows 8 host. Changing the Display -> Graphics Controller to VMSVGA fixed it.






                              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%2f371432%2fhow-to-troubleshoot-booting-to-a-black-screen-on-virtualbox%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown

























                                15 Answers
                                15






                                active

                                oldest

                                votes








                                15 Answers
                                15






                                active

                                oldest

                                votes









                                active

                                oldest

                                votes






                                active

                                oldest

                                votes









                                12














                                This is how I troubleshoot a non-starting Ubuntu in Virtual Box (assuming optimal settings for a virtual machine were already made):




                                1. Make sure you had installed the most recent version of Virtual Box.


                                2. Try a reboot by entering a TTY terminal (Host + F1)



                                  sudo reboot



                                3. Update the guest OS from TTY (Host + F1):



                                  sudo apt update && sudo apt dist-upgrade


                                4. Install guest additions from command line.


                                5. Reboot the guest after installing the guest additions.


                                6. Start lightdm manually from a TTY (Host + F1) with



                                  sudo lightdm


                                7. Try several reboots of the VM. Due to timing issues it may help eventually.


                                8. Try a reboot of the host.

                                9. Check forums and virtualbox.org for known bugs.






                                share|improve this answer


























                                • I've updated VIrtualBox to 4.3.2 and installed additions. Now I see login page from ubuntu. After typing password it shows black screen with popup: "System program problem detected. Do you want to report a problem now?" after pressing Report problem 4 times nothing happens. Black screen is there.

                                  – don
                                  Nov 5 '13 at 15:31











                                • This message is seen on bare metal too - its bugs which may hopefully be fixed sooner or later. Until then your VM may still need occasional reboots, or manual starts of lightdm from TTY. Not much we can do.

                                  – Takkat
                                  Nov 5 '13 at 15:37











                                • is there any way to downgrade or migrate my data from this installation to another?

                                  – don
                                  Nov 5 '13 at 15:56











                                • Downgrade is not recommended. But you could copy & paste your HOME to restore it elsewhere. However I am pretty confident it will be much more stable soon.

                                  – Takkat
                                  Nov 5 '13 at 18:43








                                • 1





                                  Already solved my issue by Step 2 - thank you!

                                  – Nick Coad
                                  Jun 20 '16 at 8:49
















                                12














                                This is how I troubleshoot a non-starting Ubuntu in Virtual Box (assuming optimal settings for a virtual machine were already made):




                                1. Make sure you had installed the most recent version of Virtual Box.


                                2. Try a reboot by entering a TTY terminal (Host + F1)



                                  sudo reboot



                                3. Update the guest OS from TTY (Host + F1):



                                  sudo apt update && sudo apt dist-upgrade


                                4. Install guest additions from command line.


                                5. Reboot the guest after installing the guest additions.


                                6. Start lightdm manually from a TTY (Host + F1) with



                                  sudo lightdm


                                7. Try several reboots of the VM. Due to timing issues it may help eventually.


                                8. Try a reboot of the host.

                                9. Check forums and virtualbox.org for known bugs.






                                share|improve this answer


























                                • I've updated VIrtualBox to 4.3.2 and installed additions. Now I see login page from ubuntu. After typing password it shows black screen with popup: "System program problem detected. Do you want to report a problem now?" after pressing Report problem 4 times nothing happens. Black screen is there.

                                  – don
                                  Nov 5 '13 at 15:31











                                • This message is seen on bare metal too - its bugs which may hopefully be fixed sooner or later. Until then your VM may still need occasional reboots, or manual starts of lightdm from TTY. Not much we can do.

                                  – Takkat
                                  Nov 5 '13 at 15:37











                                • is there any way to downgrade or migrate my data from this installation to another?

                                  – don
                                  Nov 5 '13 at 15:56











                                • Downgrade is not recommended. But you could copy & paste your HOME to restore it elsewhere. However I am pretty confident it will be much more stable soon.

                                  – Takkat
                                  Nov 5 '13 at 18:43








                                • 1





                                  Already solved my issue by Step 2 - thank you!

                                  – Nick Coad
                                  Jun 20 '16 at 8:49














                                12












                                12








                                12







                                This is how I troubleshoot a non-starting Ubuntu in Virtual Box (assuming optimal settings for a virtual machine were already made):




                                1. Make sure you had installed the most recent version of Virtual Box.


                                2. Try a reboot by entering a TTY terminal (Host + F1)



                                  sudo reboot



                                3. Update the guest OS from TTY (Host + F1):



                                  sudo apt update && sudo apt dist-upgrade


                                4. Install guest additions from command line.


                                5. Reboot the guest after installing the guest additions.


                                6. Start lightdm manually from a TTY (Host + F1) with



                                  sudo lightdm


                                7. Try several reboots of the VM. Due to timing issues it may help eventually.


                                8. Try a reboot of the host.

                                9. Check forums and virtualbox.org for known bugs.






                                share|improve this answer















                                This is how I troubleshoot a non-starting Ubuntu in Virtual Box (assuming optimal settings for a virtual machine were already made):




                                1. Make sure you had installed the most recent version of Virtual Box.


                                2. Try a reboot by entering a TTY terminal (Host + F1)



                                  sudo reboot



                                3. Update the guest OS from TTY (Host + F1):



                                  sudo apt update && sudo apt dist-upgrade


                                4. Install guest additions from command line.


                                5. Reboot the guest after installing the guest additions.


                                6. Start lightdm manually from a TTY (Host + F1) with



                                  sudo lightdm


                                7. Try several reboots of the VM. Due to timing issues it may help eventually.


                                8. Try a reboot of the host.

                                9. Check forums and virtualbox.org for known bugs.







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited Sep 10 '18 at 9:31

























                                answered Nov 5 '13 at 11:55









                                TakkatTakkat

                                107k35249376




                                107k35249376













                                • I've updated VIrtualBox to 4.3.2 and installed additions. Now I see login page from ubuntu. After typing password it shows black screen with popup: "System program problem detected. Do you want to report a problem now?" after pressing Report problem 4 times nothing happens. Black screen is there.

                                  – don
                                  Nov 5 '13 at 15:31











                                • This message is seen on bare metal too - its bugs which may hopefully be fixed sooner or later. Until then your VM may still need occasional reboots, or manual starts of lightdm from TTY. Not much we can do.

                                  – Takkat
                                  Nov 5 '13 at 15:37











                                • is there any way to downgrade or migrate my data from this installation to another?

                                  – don
                                  Nov 5 '13 at 15:56











                                • Downgrade is not recommended. But you could copy & paste your HOME to restore it elsewhere. However I am pretty confident it will be much more stable soon.

                                  – Takkat
                                  Nov 5 '13 at 18:43








                                • 1





                                  Already solved my issue by Step 2 - thank you!

                                  – Nick Coad
                                  Jun 20 '16 at 8:49



















                                • I've updated VIrtualBox to 4.3.2 and installed additions. Now I see login page from ubuntu. After typing password it shows black screen with popup: "System program problem detected. Do you want to report a problem now?" after pressing Report problem 4 times nothing happens. Black screen is there.

                                  – don
                                  Nov 5 '13 at 15:31











                                • This message is seen on bare metal too - its bugs which may hopefully be fixed sooner or later. Until then your VM may still need occasional reboots, or manual starts of lightdm from TTY. Not much we can do.

                                  – Takkat
                                  Nov 5 '13 at 15:37











                                • is there any way to downgrade or migrate my data from this installation to another?

                                  – don
                                  Nov 5 '13 at 15:56











                                • Downgrade is not recommended. But you could copy & paste your HOME to restore it elsewhere. However I am pretty confident it will be much more stable soon.

                                  – Takkat
                                  Nov 5 '13 at 18:43








                                • 1





                                  Already solved my issue by Step 2 - thank you!

                                  – Nick Coad
                                  Jun 20 '16 at 8:49

















                                I've updated VIrtualBox to 4.3.2 and installed additions. Now I see login page from ubuntu. After typing password it shows black screen with popup: "System program problem detected. Do you want to report a problem now?" after pressing Report problem 4 times nothing happens. Black screen is there.

                                – don
                                Nov 5 '13 at 15:31





                                I've updated VIrtualBox to 4.3.2 and installed additions. Now I see login page from ubuntu. After typing password it shows black screen with popup: "System program problem detected. Do you want to report a problem now?" after pressing Report problem 4 times nothing happens. Black screen is there.

                                – don
                                Nov 5 '13 at 15:31













                                This message is seen on bare metal too - its bugs which may hopefully be fixed sooner or later. Until then your VM may still need occasional reboots, or manual starts of lightdm from TTY. Not much we can do.

                                – Takkat
                                Nov 5 '13 at 15:37





                                This message is seen on bare metal too - its bugs which may hopefully be fixed sooner or later. Until then your VM may still need occasional reboots, or manual starts of lightdm from TTY. Not much we can do.

                                – Takkat
                                Nov 5 '13 at 15:37













                                is there any way to downgrade or migrate my data from this installation to another?

                                – don
                                Nov 5 '13 at 15:56





                                is there any way to downgrade or migrate my data from this installation to another?

                                – don
                                Nov 5 '13 at 15:56













                                Downgrade is not recommended. But you could copy & paste your HOME to restore it elsewhere. However I am pretty confident it will be much more stable soon.

                                – Takkat
                                Nov 5 '13 at 18:43







                                Downgrade is not recommended. But you could copy & paste your HOME to restore it elsewhere. However I am pretty confident it will be much more stable soon.

                                – Takkat
                                Nov 5 '13 at 18:43






                                1




                                1





                                Already solved my issue by Step 2 - thank you!

                                – Nick Coad
                                Jun 20 '16 at 8:49





                                Already solved my issue by Step 2 - thank you!

                                – Nick Coad
                                Jun 20 '16 at 8:49













                                22














                                I had this problem and my solution was simple.



                                Somehow, my VirtualBox configuration for the VM (Ubuntu) was changed after a Virtual Box upgrade. My guest VM was Ubuntu 64 bits and it was configured as 32 bits version. To change:




                                1. Open Virtual Box

                                2. Select your virtual machine and click in
                                  "Configurations"

                                3. Go to "General"

                                4. Change the version to "Ubuntu (64-bit)"






                                share|improve this answer



















                                • 1





                                  Why negative? This is really resolve my problem.

                                  – Dherik
                                  Mar 11 '16 at 15:17






                                • 2





                                  Happened to me after transferring machine files to another machine and re-installing virtual box. This fixed my problem.

                                  – Orestis P.
                                  Jun 10 '16 at 5:42






                                • 1





                                  Worked for me too!

                                  – Erik Berkun-Drevnig
                                  Jul 9 '16 at 23:20






                                • 1





                                  For me too! Thx!

                                  – Antonio Petricca
                                  Nov 28 '16 at 16:23






                                • 1





                                  This really was the right hint for me, to go to the bios and enable Virtualisation. Kudos

                                  – Abderrahmane TAHRI JOUTI
                                  Mar 16 '17 at 9:38
















                                22














                                I had this problem and my solution was simple.



                                Somehow, my VirtualBox configuration for the VM (Ubuntu) was changed after a Virtual Box upgrade. My guest VM was Ubuntu 64 bits and it was configured as 32 bits version. To change:




                                1. Open Virtual Box

                                2. Select your virtual machine and click in
                                  "Configurations"

                                3. Go to "General"

                                4. Change the version to "Ubuntu (64-bit)"






                                share|improve this answer



















                                • 1





                                  Why negative? This is really resolve my problem.

                                  – Dherik
                                  Mar 11 '16 at 15:17






                                • 2





                                  Happened to me after transferring machine files to another machine and re-installing virtual box. This fixed my problem.

                                  – Orestis P.
                                  Jun 10 '16 at 5:42






                                • 1





                                  Worked for me too!

                                  – Erik Berkun-Drevnig
                                  Jul 9 '16 at 23:20






                                • 1





                                  For me too! Thx!

                                  – Antonio Petricca
                                  Nov 28 '16 at 16:23






                                • 1





                                  This really was the right hint for me, to go to the bios and enable Virtualisation. Kudos

                                  – Abderrahmane TAHRI JOUTI
                                  Mar 16 '17 at 9:38














                                22












                                22








                                22







                                I had this problem and my solution was simple.



                                Somehow, my VirtualBox configuration for the VM (Ubuntu) was changed after a Virtual Box upgrade. My guest VM was Ubuntu 64 bits and it was configured as 32 bits version. To change:




                                1. Open Virtual Box

                                2. Select your virtual machine and click in
                                  "Configurations"

                                3. Go to "General"

                                4. Change the version to "Ubuntu (64-bit)"






                                share|improve this answer













                                I had this problem and my solution was simple.



                                Somehow, my VirtualBox configuration for the VM (Ubuntu) was changed after a Virtual Box upgrade. My guest VM was Ubuntu 64 bits and it was configured as 32 bits version. To change:




                                1. Open Virtual Box

                                2. Select your virtual machine and click in
                                  "Configurations"

                                3. Go to "General"

                                4. Change the version to "Ubuntu (64-bit)"







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Nov 1 '15 at 23:50









                                DherikDherik

                                33327




                                33327








                                • 1





                                  Why negative? This is really resolve my problem.

                                  – Dherik
                                  Mar 11 '16 at 15:17






                                • 2





                                  Happened to me after transferring machine files to another machine and re-installing virtual box. This fixed my problem.

                                  – Orestis P.
                                  Jun 10 '16 at 5:42






                                • 1





                                  Worked for me too!

                                  – Erik Berkun-Drevnig
                                  Jul 9 '16 at 23:20






                                • 1





                                  For me too! Thx!

                                  – Antonio Petricca
                                  Nov 28 '16 at 16:23






                                • 1





                                  This really was the right hint for me, to go to the bios and enable Virtualisation. Kudos

                                  – Abderrahmane TAHRI JOUTI
                                  Mar 16 '17 at 9:38














                                • 1





                                  Why negative? This is really resolve my problem.

                                  – Dherik
                                  Mar 11 '16 at 15:17






                                • 2





                                  Happened to me after transferring machine files to another machine and re-installing virtual box. This fixed my problem.

                                  – Orestis P.
                                  Jun 10 '16 at 5:42






                                • 1





                                  Worked for me too!

                                  – Erik Berkun-Drevnig
                                  Jul 9 '16 at 23:20






                                • 1





                                  For me too! Thx!

                                  – Antonio Petricca
                                  Nov 28 '16 at 16:23






                                • 1





                                  This really was the right hint for me, to go to the bios and enable Virtualisation. Kudos

                                  – Abderrahmane TAHRI JOUTI
                                  Mar 16 '17 at 9:38








                                1




                                1





                                Why negative? This is really resolve my problem.

                                – Dherik
                                Mar 11 '16 at 15:17





                                Why negative? This is really resolve my problem.

                                – Dherik
                                Mar 11 '16 at 15:17




                                2




                                2





                                Happened to me after transferring machine files to another machine and re-installing virtual box. This fixed my problem.

                                – Orestis P.
                                Jun 10 '16 at 5:42





                                Happened to me after transferring machine files to another machine and re-installing virtual box. This fixed my problem.

                                – Orestis P.
                                Jun 10 '16 at 5:42




                                1




                                1





                                Worked for me too!

                                – Erik Berkun-Drevnig
                                Jul 9 '16 at 23:20





                                Worked for me too!

                                – Erik Berkun-Drevnig
                                Jul 9 '16 at 23:20




                                1




                                1





                                For me too! Thx!

                                – Antonio Petricca
                                Nov 28 '16 at 16:23





                                For me too! Thx!

                                – Antonio Petricca
                                Nov 28 '16 at 16:23




                                1




                                1





                                This really was the right hint for me, to go to the bios and enable Virtualisation. Kudos

                                – Abderrahmane TAHRI JOUTI
                                Mar 16 '17 at 9:38





                                This really was the right hint for me, to go to the bios and enable Virtualisation. Kudos

                                – Abderrahmane TAHRI JOUTI
                                Mar 16 '17 at 9:38











                                9














                                For me, none of the above answers worked. I solved this problem by disabling 3d acceleration on the vm settings page. This is quite odd since I've been using 3D acceleration flawlessly for months on that VM.






                                share|improve this answer




























                                  9














                                  For me, none of the above answers worked. I solved this problem by disabling 3d acceleration on the vm settings page. This is quite odd since I've been using 3D acceleration flawlessly for months on that VM.






                                  share|improve this answer


























                                    9












                                    9








                                    9







                                    For me, none of the above answers worked. I solved this problem by disabling 3d acceleration on the vm settings page. This is quite odd since I've been using 3D acceleration flawlessly for months on that VM.






                                    share|improve this answer













                                    For me, none of the above answers worked. I solved this problem by disabling 3d acceleration on the vm settings page. This is quite odd since I've been using 3D acceleration flawlessly for months on that VM.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Jun 19 '17 at 11:01









                                    pomarcpomarc

                                    19112




                                    19112























                                        5














                                        This maybe an answer:




                                        1. You (and me) get to this screen through an (accidental) host+f9. It doesn't tell you what happened though.


                                        2. The reverse magic spell is alt+f7 (everything restored in its former glory).



                                        I had to discover this myself. Though getting into trouble was easy enough.






                                        share|improve this answer






























                                          5














                                          This maybe an answer:




                                          1. You (and me) get to this screen through an (accidental) host+f9. It doesn't tell you what happened though.


                                          2. The reverse magic spell is alt+f7 (everything restored in its former glory).



                                          I had to discover this myself. Though getting into trouble was easy enough.






                                          share|improve this answer




























                                            5












                                            5








                                            5







                                            This maybe an answer:




                                            1. You (and me) get to this screen through an (accidental) host+f9. It doesn't tell you what happened though.


                                            2. The reverse magic spell is alt+f7 (everything restored in its former glory).



                                            I had to discover this myself. Though getting into trouble was easy enough.






                                            share|improve this answer















                                            This maybe an answer:




                                            1. You (and me) get to this screen through an (accidental) host+f9. It doesn't tell you what happened though.


                                            2. The reverse magic spell is alt+f7 (everything restored in its former glory).



                                            I had to discover this myself. Though getting into trouble was easy enough.







                                            share|improve this answer














                                            share|improve this answer



                                            share|improve this answer








                                            edited Sep 12 '17 at 20:44

























                                            answered Jun 2 '14 at 16:37









                                            user287749user287749

                                            5112




                                            5112























                                                4














                                                This happens to me today after upgrade VBox to 5.1.30.
                                                The logon screen looks normal. After login in, however, the screen becomes black and remain black, while VBox manager preview showing the desktop.



                                                Tried various suggestions, the only thing that works is to disable 3D acceleration for guest OS (Linux Mint18).



                                                Guest addition update has no effect.






                                                share|improve this answer




























                                                  4














                                                  This happens to me today after upgrade VBox to 5.1.30.
                                                  The logon screen looks normal. After login in, however, the screen becomes black and remain black, while VBox manager preview showing the desktop.



                                                  Tried various suggestions, the only thing that works is to disable 3D acceleration for guest OS (Linux Mint18).



                                                  Guest addition update has no effect.






                                                  share|improve this answer


























                                                    4












                                                    4








                                                    4







                                                    This happens to me today after upgrade VBox to 5.1.30.
                                                    The logon screen looks normal. After login in, however, the screen becomes black and remain black, while VBox manager preview showing the desktop.



                                                    Tried various suggestions, the only thing that works is to disable 3D acceleration for guest OS (Linux Mint18).



                                                    Guest addition update has no effect.






                                                    share|improve this answer













                                                    This happens to me today after upgrade VBox to 5.1.30.
                                                    The logon screen looks normal. After login in, however, the screen becomes black and remain black, while VBox manager preview showing the desktop.



                                                    Tried various suggestions, the only thing that works is to disable 3D acceleration for guest OS (Linux Mint18).



                                                    Guest addition update has no effect.







                                                    share|improve this answer












                                                    share|improve this answer



                                                    share|improve this answer










                                                    answered Oct 21 '17 at 18:52









                                                    user750199user750199

                                                    411




                                                    411























                                                        3














                                                        When I got to the login screen, I turned fullscreen mode off, logged in, then turned it back on. It worked. I might have just been lucky, though.






                                                        share|improve this answer




























                                                          3














                                                          When I got to the login screen, I turned fullscreen mode off, logged in, then turned it back on. It worked. I might have just been lucky, though.






                                                          share|improve this answer


























                                                            3












                                                            3








                                                            3







                                                            When I got to the login screen, I turned fullscreen mode off, logged in, then turned it back on. It worked. I might have just been lucky, though.






                                                            share|improve this answer













                                                            When I got to the login screen, I turned fullscreen mode off, logged in, then turned it back on. It worked. I might have just been lucky, though.







                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Mar 17 '14 at 14:32









                                                            aomimezuraaomimezura

                                                            311




                                                            311























                                                                3














                                                                I had the same issue installing Kali in VirtualBox, blinking cursors on the upper left corner. The simple solution for me was entering BIOS by pressing F10 during boot, and enabling virtualization.






                                                                share|improve this answer






























                                                                  3














                                                                  I had the same issue installing Kali in VirtualBox, blinking cursors on the upper left corner. The simple solution for me was entering BIOS by pressing F10 during boot, and enabling virtualization.






                                                                  share|improve this answer




























                                                                    3












                                                                    3








                                                                    3







                                                                    I had the same issue installing Kali in VirtualBox, blinking cursors on the upper left corner. The simple solution for me was entering BIOS by pressing F10 during boot, and enabling virtualization.






                                                                    share|improve this answer















                                                                    I had the same issue installing Kali in VirtualBox, blinking cursors on the upper left corner. The simple solution for me was entering BIOS by pressing F10 during boot, and enabling virtualization.







                                                                    share|improve this answer














                                                                    share|improve this answer



                                                                    share|improve this answer








                                                                    edited Sep 23 '16 at 3:24









                                                                    SuperSluether

                                                                    7271721




                                                                    7271721










                                                                    answered Sep 22 '16 at 23:02









                                                                    WilliamRWilliamR

                                                                    311




                                                                    311























                                                                        3














                                                                        I did the following as it worked for me.




                                                                        1. Open TTYL (Ctrl + Alt + F1)


                                                                        2. Login to a regular user account (not guest).


                                                                        3. Enter sudo dpkg --configure -a


                                                                        4. Press (Ctrl + F7)







                                                                        share|improve this answer


























                                                                        • This worked for me.

                                                                          – Viraj
                                                                          Oct 2 '18 at 5:50
















                                                                        3














                                                                        I did the following as it worked for me.




                                                                        1. Open TTYL (Ctrl + Alt + F1)


                                                                        2. Login to a regular user account (not guest).


                                                                        3. Enter sudo dpkg --configure -a


                                                                        4. Press (Ctrl + F7)







                                                                        share|improve this answer


























                                                                        • This worked for me.

                                                                          – Viraj
                                                                          Oct 2 '18 at 5:50














                                                                        3












                                                                        3








                                                                        3







                                                                        I did the following as it worked for me.




                                                                        1. Open TTYL (Ctrl + Alt + F1)


                                                                        2. Login to a regular user account (not guest).


                                                                        3. Enter sudo dpkg --configure -a


                                                                        4. Press (Ctrl + F7)







                                                                        share|improve this answer















                                                                        I did the following as it worked for me.




                                                                        1. Open TTYL (Ctrl + Alt + F1)


                                                                        2. Login to a regular user account (not guest).


                                                                        3. Enter sudo dpkg --configure -a


                                                                        4. Press (Ctrl + F7)








                                                                        share|improve this answer














                                                                        share|improve this answer



                                                                        share|improve this answer








                                                                        edited Nov 30 '16 at 18:40









                                                                        Mark Yisri

                                                                        832624




                                                                        832624










                                                                        answered Nov 30 '16 at 16:23









                                                                        AnkitAnkit

                                                                        311




                                                                        311













                                                                        • This worked for me.

                                                                          – Viraj
                                                                          Oct 2 '18 at 5:50



















                                                                        • This worked for me.

                                                                          – Viraj
                                                                          Oct 2 '18 at 5:50

















                                                                        This worked for me.

                                                                        – Viraj
                                                                        Oct 2 '18 at 5:50





                                                                        This worked for me.

                                                                        – Viraj
                                                                        Oct 2 '18 at 5:50











                                                                        2














                                                                        Here is how I resolved the issue. I had installed Hadoop on my guest openSuse OS. There are several services which needs to be started to start working on Hadoop like,



                                                                        start-dfs.sh
                                                                        start-yarn.sh


                                                                        I added both the above start command in my .bashrc file so that I don't have to start them explicitly everytime I login. .bashrc gets executed every time login.



                                                                        $cd ~
                                                                        $vi .bashrc


                                                                        I commented my start service commands as shown below.



                                                                        enter image description here






                                                                        share|improve this answer




























                                                                          2














                                                                          Here is how I resolved the issue. I had installed Hadoop on my guest openSuse OS. There are several services which needs to be started to start working on Hadoop like,



                                                                          start-dfs.sh
                                                                          start-yarn.sh


                                                                          I added both the above start command in my .bashrc file so that I don't have to start them explicitly everytime I login. .bashrc gets executed every time login.



                                                                          $cd ~
                                                                          $vi .bashrc


                                                                          I commented my start service commands as shown below.



                                                                          enter image description here






                                                                          share|improve this answer


























                                                                            2












                                                                            2








                                                                            2







                                                                            Here is how I resolved the issue. I had installed Hadoop on my guest openSuse OS. There are several services which needs to be started to start working on Hadoop like,



                                                                            start-dfs.sh
                                                                            start-yarn.sh


                                                                            I added both the above start command in my .bashrc file so that I don't have to start them explicitly everytime I login. .bashrc gets executed every time login.



                                                                            $cd ~
                                                                            $vi .bashrc


                                                                            I commented my start service commands as shown below.



                                                                            enter image description here






                                                                            share|improve this answer













                                                                            Here is how I resolved the issue. I had installed Hadoop on my guest openSuse OS. There are several services which needs to be started to start working on Hadoop like,



                                                                            start-dfs.sh
                                                                            start-yarn.sh


                                                                            I added both the above start command in my .bashrc file so that I don't have to start them explicitly everytime I login. .bashrc gets executed every time login.



                                                                            $cd ~
                                                                            $vi .bashrc


                                                                            I commented my start service commands as shown below.



                                                                            enter image description here







                                                                            share|improve this answer












                                                                            share|improve this answer



                                                                            share|improve this answer










                                                                            answered Apr 7 '17 at 14:00









                                                                            Vinayak DornalaVinayak Dornala

                                                                            1312




                                                                            1312























                                                                                2














                                                                                I had a similar problem, what I did was:




                                                                                1. Enter into Setting --> System --> Processor

                                                                                2. Set Processor to 2CPU instead of 1CPU

                                                                                3. Click OK and restart.


                                                                                Worked fine for me after






                                                                                share|improve this answer




























                                                                                  2














                                                                                  I had a similar problem, what I did was:




                                                                                  1. Enter into Setting --> System --> Processor

                                                                                  2. Set Processor to 2CPU instead of 1CPU

                                                                                  3. Click OK and restart.


                                                                                  Worked fine for me after






                                                                                  share|improve this answer


























                                                                                    2












                                                                                    2








                                                                                    2







                                                                                    I had a similar problem, what I did was:




                                                                                    1. Enter into Setting --> System --> Processor

                                                                                    2. Set Processor to 2CPU instead of 1CPU

                                                                                    3. Click OK and restart.


                                                                                    Worked fine for me after






                                                                                    share|improve this answer













                                                                                    I had a similar problem, what I did was:




                                                                                    1. Enter into Setting --> System --> Processor

                                                                                    2. Set Processor to 2CPU instead of 1CPU

                                                                                    3. Click OK and restart.


                                                                                    Worked fine for me after







                                                                                    share|improve this answer












                                                                                    share|improve this answer



                                                                                    share|improve this answer










                                                                                    answered Jul 9 '18 at 1:40









                                                                                    V.NoviceV.Novice

                                                                                    211




                                                                                    211























                                                                                        0














                                                                                        The following works for my Ubuntu 16.04 inside VirtualBox:




                                                                                        1. Shutdown Ubuntu guest OS

                                                                                        2. Go to Settings -> System -> Motherboard

                                                                                        3. Change Chipset from ICH9 to PIIX3

                                                                                        4. Restart Ubuntu and the graphics mode becomes normal


                                                                                        Strangely, ICH9 works fine until one day when I upgraded VirtualBox from 5.0.18 to 5.1.28.






                                                                                        share|improve this answer






























                                                                                          0














                                                                                          The following works for my Ubuntu 16.04 inside VirtualBox:




                                                                                          1. Shutdown Ubuntu guest OS

                                                                                          2. Go to Settings -> System -> Motherboard

                                                                                          3. Change Chipset from ICH9 to PIIX3

                                                                                          4. Restart Ubuntu and the graphics mode becomes normal


                                                                                          Strangely, ICH9 works fine until one day when I upgraded VirtualBox from 5.0.18 to 5.1.28.






                                                                                          share|improve this answer




























                                                                                            0












                                                                                            0








                                                                                            0







                                                                                            The following works for my Ubuntu 16.04 inside VirtualBox:




                                                                                            1. Shutdown Ubuntu guest OS

                                                                                            2. Go to Settings -> System -> Motherboard

                                                                                            3. Change Chipset from ICH9 to PIIX3

                                                                                            4. Restart Ubuntu and the graphics mode becomes normal


                                                                                            Strangely, ICH9 works fine until one day when I upgraded VirtualBox from 5.0.18 to 5.1.28.






                                                                                            share|improve this answer















                                                                                            The following works for my Ubuntu 16.04 inside VirtualBox:




                                                                                            1. Shutdown Ubuntu guest OS

                                                                                            2. Go to Settings -> System -> Motherboard

                                                                                            3. Change Chipset from ICH9 to PIIX3

                                                                                            4. Restart Ubuntu and the graphics mode becomes normal


                                                                                            Strangely, ICH9 works fine until one day when I upgraded VirtualBox from 5.0.18 to 5.1.28.







                                                                                            share|improve this answer














                                                                                            share|improve this answer



                                                                                            share|improve this answer








                                                                                            edited Sep 21 '17 at 17:17









                                                                                            Owen Hines

                                                                                            2,42511034




                                                                                            2,42511034










                                                                                            answered Sep 21 '17 at 8:34









                                                                                            Joe X ZhuJoe X Zhu

                                                                                            1




                                                                                            1























                                                                                                0














                                                                                                Nothing worked, so I booted into recovery mode and selected the DPKG option (repair broken packages) and after that did it.






                                                                                                share|improve this answer
























                                                                                                • Are you saying that you had broken packages?

                                                                                                  – user535733
                                                                                                  Nov 20 '17 at 16:10
















                                                                                                0














                                                                                                Nothing worked, so I booted into recovery mode and selected the DPKG option (repair broken packages) and after that did it.






                                                                                                share|improve this answer
























                                                                                                • Are you saying that you had broken packages?

                                                                                                  – user535733
                                                                                                  Nov 20 '17 at 16:10














                                                                                                0












                                                                                                0








                                                                                                0







                                                                                                Nothing worked, so I booted into recovery mode and selected the DPKG option (repair broken packages) and after that did it.






                                                                                                share|improve this answer













                                                                                                Nothing worked, so I booted into recovery mode and selected the DPKG option (repair broken packages) and after that did it.







                                                                                                share|improve this answer












                                                                                                share|improve this answer



                                                                                                share|improve this answer










                                                                                                answered Nov 20 '17 at 13:06









                                                                                                VindolinVindolin

                                                                                                1032




                                                                                                1032













                                                                                                • Are you saying that you had broken packages?

                                                                                                  – user535733
                                                                                                  Nov 20 '17 at 16:10



















                                                                                                • Are you saying that you had broken packages?

                                                                                                  – user535733
                                                                                                  Nov 20 '17 at 16:10

















                                                                                                Are you saying that you had broken packages?

                                                                                                – user535733
                                                                                                Nov 20 '17 at 16:10





                                                                                                Are you saying that you had broken packages?

                                                                                                – user535733
                                                                                                Nov 20 '17 at 16:10











                                                                                                0














                                                                                                I had the same issue with Linux Mint on VirtualBox 5.2.22.



                                                                                                I could see the boot screen but after boot it would go to a black screen and remain black.



                                                                                                My Base Memory was set at 512 MB. I bumped it to 1024 MB and it got past boot and into the desktop.






                                                                                                share|improve this answer




























                                                                                                  0














                                                                                                  I had the same issue with Linux Mint on VirtualBox 5.2.22.



                                                                                                  I could see the boot screen but after boot it would go to a black screen and remain black.



                                                                                                  My Base Memory was set at 512 MB. I bumped it to 1024 MB and it got past boot and into the desktop.






                                                                                                  share|improve this answer


























                                                                                                    0












                                                                                                    0








                                                                                                    0







                                                                                                    I had the same issue with Linux Mint on VirtualBox 5.2.22.



                                                                                                    I could see the boot screen but after boot it would go to a black screen and remain black.



                                                                                                    My Base Memory was set at 512 MB. I bumped it to 1024 MB and it got past boot and into the desktop.






                                                                                                    share|improve this answer













                                                                                                    I had the same issue with Linux Mint on VirtualBox 5.2.22.



                                                                                                    I could see the boot screen but after boot it would go to a black screen and remain black.



                                                                                                    My Base Memory was set at 512 MB. I bumped it to 1024 MB and it got past boot and into the desktop.







                                                                                                    share|improve this answer












                                                                                                    share|improve this answer



                                                                                                    share|improve this answer










                                                                                                    answered Jan 5 at 21:34









                                                                                                    narmageddonnarmageddon

                                                                                                    1




                                                                                                    1























                                                                                                        0














                                                                                                        When trying to boot Ubuntu on in virtual box I had a black screen until I went into
                                                                                                        settings > system and unchecked "enable EFI".
                                                                                                        Ubuntu booted up successfully after I did that.






                                                                                                        share|improve this answer




























                                                                                                          0














                                                                                                          When trying to boot Ubuntu on in virtual box I had a black screen until I went into
                                                                                                          settings > system and unchecked "enable EFI".
                                                                                                          Ubuntu booted up successfully after I did that.






                                                                                                          share|improve this answer


























                                                                                                            0












                                                                                                            0








                                                                                                            0







                                                                                                            When trying to boot Ubuntu on in virtual box I had a black screen until I went into
                                                                                                            settings > system and unchecked "enable EFI".
                                                                                                            Ubuntu booted up successfully after I did that.






                                                                                                            share|improve this answer













                                                                                                            When trying to boot Ubuntu on in virtual box I had a black screen until I went into
                                                                                                            settings > system and unchecked "enable EFI".
                                                                                                            Ubuntu booted up successfully after I did that.







                                                                                                            share|improve this answer












                                                                                                            share|improve this answer



                                                                                                            share|improve this answer










                                                                                                            answered Jan 8 at 14:02









                                                                                                            StephenStephen

                                                                                                            1




                                                                                                            1























                                                                                                                -1














                                                                                                                I had a frozen black screen of the graphical interface. An Ubuntu 18.04 VM running on VirtualBox 6.0, on Windows 8 host. Changing the Display -> Graphics Controller to VMSVGA fixed it.






                                                                                                                share|improve this answer




























                                                                                                                  -1














                                                                                                                  I had a frozen black screen of the graphical interface. An Ubuntu 18.04 VM running on VirtualBox 6.0, on Windows 8 host. Changing the Display -> Graphics Controller to VMSVGA fixed it.






                                                                                                                  share|improve this answer


























                                                                                                                    -1












                                                                                                                    -1








                                                                                                                    -1







                                                                                                                    I had a frozen black screen of the graphical interface. An Ubuntu 18.04 VM running on VirtualBox 6.0, on Windows 8 host. Changing the Display -> Graphics Controller to VMSVGA fixed it.






                                                                                                                    share|improve this answer













                                                                                                                    I had a frozen black screen of the graphical interface. An Ubuntu 18.04 VM running on VirtualBox 6.0, on Windows 8 host. Changing the Display -> Graphics Controller to VMSVGA fixed it.







                                                                                                                    share|improve this answer












                                                                                                                    share|improve this answer



                                                                                                                    share|improve this answer










                                                                                                                    answered Jan 29 at 21:55









                                                                                                                    drgnfrdrgnfr

                                                                                                                    1




                                                                                                                    1






























                                                                                                                        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%2f371432%2fhow-to-troubleshoot-booting-to-a-black-screen-on-virtualbox%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

                                                                                                                        How to change which sound is reproduced for terminal bell?

                                                                                                                        Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                                                                                                                        Can I use Tabulator js library in my java Spring + Thymeleaf project?