Originally Posted by
ciscomirrors
Hello members. This would be my first post since I'm a new member of the forum. For my experience I want to share with you how to fix Kali Linux 2016.1-adm64 (2.0 ver) installation problem with freeze at login tty1,tty2,tty3,tty4,tty5,tty6,tty7(GUI),something mouse cursor appear for 5 seconds and disappeared,some time Kali Rolling GNU/ Linux tty1 world flashing like crazy. These are the symptom of miss-configure proper nvidia driver for Kali Linux.OK, so after you done all the step you need to install your Kali in HDD, SDD, Virtual Machine, VMWare, USB (what ever it is) you got 3 options from the Grub boot menu.(you need to boot directly from your BIOS to the storage device that you just installed you Kali). If you try the first one, more likely it will not work, these symptoms I was just describe above will likely appeared. So go back to your Grub boot menu, choose the second one from the menu, scroll down to recovery mode and enter. After Kali loading will ask for your password to continue to terminal (or Ctr-D to continue to Kali ). Obviously we want to fix this graphic drive problem so Ctr-D not the option.
OK so you get in to the root terminal root@kali:~#
start internet connection by
service network-manager start (your eth0 should be ready)
apt-get update
apt-get upgrade (gonna take a while though)
apt-get dist-upgrade-y && reboot (in order for the new update,upgrade take effect you need to reboot)
boot back into your Linux by BIOS
chose recovery options
let it load enter password (not Ctr-D)
start internet connection again
service network-manager start
uname-a (check your host name and verison of Linux headers)
should say something like
Linux Kali 4.5.0-kali1-amd64 #1 SMP Debian 4.5.3-2kali1 (2016-05-09) x86_64 GNU/Linux
Kali is my host name so it say Kali but it can be vary depend on your set up when install
apt-get install linux-headers-$(Kali-r) <= Kali is my host name, depend on what your host name is type it in, check by cmd : uname-a. Some article or post use (uname-r) and the results is no location found so the correct way is type in your host name
apt-get install nvidia-driver nvidia-kernel-dkms nvidia-xconfig nvidia-settings
after that check if xorg.conf files is in /etc/x11 folder by type
nvidia-xconfig
should say something like
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
then reboot your system by type
reboot
When the Grub boot appear choose the first boot option GNU/Linux, now it should load you in to GUI mode with nice ration and resolution
Feel free to leave me comments and questions, as a newbie I want to learn from you guys. Thanks