Results 1 to 3 of 3

Thread: black screen kali linux 2020.2 on virtualbox

  1. #1
    Join Date
    2020-Aug
    Posts
    1

    black screen kali linux 2020.2 on virtualbox

    hello , I'm still a beginner and wanted to start preparing for linux+ , so I decided to set kali linux 2020.2 on vmware 5.2.44 , I got the screen to login , but after login I got only one black screen without anything in , hope you can propose some sollutions for me , thank you

  2. #2
    Join Date
    2020-Sep
    Location
    UK
    Posts
    1

    Fix for black screen after installing Kali 2020.2 or 2020.3 on Virtualbox

    Your title says Virtualbox, but your message says VMware.

    Anyway, I had a similar issue on Virtualbox 6.1, with both 2020.2 and 2020.3 Kali installations. In both cases, I found that the initial installation worked fine. I was able to login to the desktop. I then performed an apt update / apt upgrade. After rebooting, I was prompted with the GUI login. After logging in, I just see a black screen. Rebooting didn't help.

    I have a fix that worked for me.

    After logging in to the black screen, I checked the VM runtime settings, I could see that an older Virtualbox Guest Additions had been installed. Note that I had not manually installed any Guest Additions myself.

    So, this is what I did:
    • Press Ctrl + Alt + F2, to switch to tty2 console. This isn't graphical, so it works.
    • sudo apt install -y dkms build-essential linux-headers-generic linux-headers-$(uname -r)
    • sudo mount /dev/cdrom /media/cdrom
    • sudo /media/cdrom/VBoxLinuxAdditions.run


    Then I restarted. After reboot, I could login to the graphical environment.

    In case it helps, here's some of my other VM configuration items:
    • System: 2 vCPUs, 5GB RAM, Boot: Optical + HD, PAE/NX enabled
    • Display: 128MB, VMSVGA, 3D Acceleration is NOT enabled.
    • Storage: 50GB dynamic

  3. #3
    Join Date
    2020-Sep
    Posts
    1
    To solve this issue I selected an older kernel version from the boot loader.
    I was then able to log in.
    Ran sudo apt update && sudo apt upgrade.
    Reboot after upgrade.

Similar Threads

  1. Kali linux 2020.4 stuck on black screen with no gui login
    By Trapuy in forum Installing Archive
    Replies: 0
    Last Post: 2020-12-28, 00:36
  2. Replies: 0
    Last Post: 2020-12-16, 19:28

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •