...
Code Block language cpp theme Emacs apt-get -y update apt-get -y upgrade apt-get -y dist-upgrade
Code Block language cpp theme Emacs apt install make apt install gcc
Code Block language cpp theme Emacs bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
Code Block language cpp theme Emacs bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
Code Block language cpp theme Emacs ## install dracut-core package apt install dracut-core dracut -f reboot
Code Block language cpp theme Emacs init 3
Code Block language cpp theme Emacs ./NVIDIA*## install the Nvidia driver. You may need to download it if it does not exist. https://www.nvidia.com/Download/Find.aspx?lang=en-us ./NVIDIA-Linux-???_??-???.??.run
Code Block language cpp theme Emacs reboot
...