Hey guys,

Get through the install just fine. I tried to upgrade the Nvidia drivers like the Kali.org docs say to do and there I am having problems. I get through all of this fine:

apt-get update
apt-get dist-upgrade
apt-get install -y linux-headers-$(uname -r)
apt-get install nvidia-kernel-dkms

Once I type and enter this line:

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

It gave me an error like the sed wasn't there or available. So I did this:

update-grub
reboot

It gives me the three options to load fine. Windows will load as normal, but once all the boot config launches, all I get is a black, blank screen with a blinking cursor. All I can do is reboot via ctrl-alt-del. I've waited for minutes thinking it just needed time to load up, but nothing.

Any Thoughts?

Jason S.