Black screen after picking installation KALI LINUX

zdexoi

New Member
Joined
Feb 26, 2026
Messages
1
Reaction score
0
Credits
11
When I try to press on graphical install on kali linux it just gives me a black screen.
 


Try modifying the boot parameters: - Do you have a NVIDIA Card?

Reboot your system and at the GRUB menu, select Kali Linux and press e to edit the boot parameters.

Find the line starting with linux and add nomodeset at the end.

Press F10 to boot with these parameters. does it boot?
---------------------------------------------------------------------------

To make this change permanent if it boots you can

sudo nano /etc/default/grub

Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT and add nomodeset inside the quotes.

For example:

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash nomodeset“

Save the file and update GRUB:

sudo update-grub

sudo reboot
 


Follow Linux.org

Members online


Top