Last active
March 3, 2017 21:14
-
-
Save digvijayky/6350f2d2008ac1745066167e6aa3a11c to your computer and use it in GitHub Desktop.
Install Ubuntu OS for Deep Learning Machine with Nvidia Pascal Titan X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Download Ubuntu 14.04 | |
#Setup boot options to UEFI mode | |
#Disable nouveau | |
#Press e on Ubuntu install screen to bring up boot loader options and add "nomodeset" on the line with ending with "quiet splash" (add nomodeset before quiet splash) | |
#(Only if above doesn't work) Add the following flags too: nouveau.blacklist=1 nouveau.modeset=0 | |
#Restart the computer | |
#You will get to install screen | |
#install Ubuntu and restart your computer | |
#After restarting, you need to enter to the boot options again by pressing e or holding shift and you will get the options, install Ubuntu | |
#Press e while on install Ubuntu option and you will get to the boot loader | |
#Type in "nomodeset" before "quiet splash" as before. | |
#Press F10 to exit and boot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment