View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007760 | Kali Linux | [All Projects] General Bug | public | 2022-06-16 19:55 | 2022-06-20 16:12 |
Reporter | CeeCodeer | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0007760: GUI window taken me to tty error blackscreen | ||||
Description | I was in the middle of downloading Nessus when my laptop crashed. After I rebooted the laptop ( macbook) and loaded kali linux from my virtualbox , the screen was in this different format . Black screen saying kali tty1 . I have tried several tips from the net nothing seems to work | ||||
Steps To Reproduce | turn on kali linux and then the screen is black . after I log in the screen remains in this format. | ||||
|
|
|
Something broke your desktop during the installation, so kali is only able to load a tty terminal. You can enter there your user and the password and you'll see the shell. There you can execute the following commands line by line to fix the desktop sudo dpkg --configure -a sudo apt update sudo apt --fix-broken install sudo apt install -y kali-desktop-xfce sudo reboot |