1

I recently updated Kali rolling to 2017.1 and fetched the latest kernel headers from the repo however after the upgrade I noticed that everything was fine except for Nvidia drivers not working(e.g. gpu not detected in hashcat). So I went ahead did some research on the matter and it turns out that Nvidia drivers don't work with newer Linux kernels(due to Realtime Preemption patches). So I decided to recompile the Linux kernel that I was on (version 4.9.25) from source and with success I managed to get the latest Nvidia drivers working, however I'm faced with one issue. I get the "oh no something has gone wrong" error with every boot. How do I get my login screen back?

2 Answers 2

0

Same problem. After many hours of testing and googleing, I found XFCE as the only solution. The problem seems to be not the NVIDIA driver, but Gnome3. I tested Gnome3, LXDE and XFCE. My hardware: Intel HD Graphics 5500 + NVIDIA GeForce 840M

apt-get install xfce4 xfce4-places-plugin xfce4-goodies
update-alternatives --config x-session-Manager

Then choose entry "/usr/bin/startxfce4"

For me it works fine.

0
1

Try to login in recovery mode in GRUB, then just simply enter the root password and then enter. After that a terminal will open - then try:

apt-get purge nvidia-*

or

apt-get get remove nvidia-*

and then reboot.

2
  • apt-get purge nvidia-*
    – Hacker
    Commented Jun 12, 2017 at 11:35
  • Problem is I need the Nvidia Drivers installed
    – Ahmed K.
    Commented Jun 12, 2017 at 15:57

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .