PDA

View Full Version : Nvidia Driver Installation Issue - TTY unavailable after updating GRUB - Solution



Gluzzer
2013-07-31, 23:14
ISSUE:
After following all the steps in the Kali docs for installing Nvidia Drivers (Link (http://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux)) and running the supplied commands.



sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub
update-grub
reboot


TTY would only give a blinking cursor and would not respond to any input and I was unable to proceed with the installation any further.

SOLUTION:
To solve this issue I removed the line created in /etc/default/grub by the above command and inserted "nomodeset" into GRUB_CMDLINE_LINUX_DEFAULT=" ".
/etc/default/grub looks like this afterwards.



GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX="nomodeset"


make sure to update grub after making changes to the grub file



update-grub


Just in case it is relevant I am using a GTX 670

g0tmi1k
2013-08-01, 15:56
Thanks for taking the time to post this. Ive seen a few people in the IRC channel who ran into the same issue.

colobos
2013-08-02, 06:34
Thank you so much! Killed all the day with this problem.

Philly
2013-08-06, 08:05
thats a negative ghost rider.. still got the blinking cursor