Results 1 to 10 of 10

Thread: Linux won't boot with new GTX 1060

  1. #1
    Silver Member
    nanoprobe's Avatar
    Join Date
    August 27th, 2012
    Location
    Classified
    Posts
    810

    Linux won't boot with new GTX 1060 [SOLVED]

    Just received my 1060 and dropped it onto one of my Linux hosts and it wouldn't boot. Wouldn't boot in any of my Linux hosts. I reinstalled the 750Ti and the 1060 and it will boot but BOINC doesn't recognize the 1060 even with the use_all_gpus flag in the cc_config file. Have had no success updating the driver but that really shouldn't matter because 361.47 should work. Boots into windoze fine. O/S is Ubuntu 16.04 LTS. Searched and tried a bunch of stuff to no avail.
    Last edited by nanoprobe; 07-30-16 at 08:41 AM.



    You'll never know what you're living for until you know what you're willing to die for.

  2. #2
    Administrator
    Bryan's Avatar
    Join Date
    October 27th, 2010
    Location
    CO summer, TX winter
    Posts
    6,457

    Re: Linux won't boot with new GTX 1060

    I have the GTX 1080 installed in a machine that I dual boot and I have no problems booting into Linux (Mint). I don't have drivers setup in Linux because I don't crunch GPU from Linux. So I don't know if you mean Linux won't boot or you can't crunch with it.


  3. #3
    Silver Member
    nanoprobe's Avatar
    Join Date
    August 27th, 2012
    Location
    Classified
    Posts
    810

    Re: Linux won't boot with new GTX 1060

    The machine I want to use it on is Linux only. With the 750Ti installed it boots. With the 1060 installed it will not boot. Get a flash of a boot screen then nothing. Can't ssh in or use ctrl-alt-f* so I know it's not booting. Monitor has no signal.



    You'll never know what you're living for until you know what you're willing to die for.

  4. #4
    Administrator
    Bryan's Avatar
    Join Date
    October 27th, 2010
    Location
    CO summer, TX winter
    Posts
    6,457

    Re: Linux won't boot with new GTX 1060

    Sorry, unfortunately I don't have a clue. I haven't had to fight that problem .... yet!


  5. #5
    Platinum Member
    Mumps's Avatar
    Join Date
    October 28th, 2010
    Location
    Milwaukee, WI
    Posts
    3,994

    Re: Linux won't boot with new GTX 1060

    Ship it to me and I'll see what I can learn.

  6. #6
    Silver Member
    nanoprobe's Avatar
    Join Date
    August 27th, 2012
    Location
    Classified
    Posts
    810

    Re: Linux won't boot with new GTX 1060

    Quote Originally Posted by Mumps View Post
    Ship it to me and I'll see what I can learn.
    Too funny.

    1 problem solved. Finally got the newest video driver for Linux installed and it will now boot up. YAY! Now I just need to find out how to get BOINC to recognize it and I'll be good to go.



    You'll never know what you're living for until you know what you're willing to die for.

  7. #7
    Silver Member
    nanoprobe's Avatar
    Join Date
    August 27th, 2012
    Location
    Classified
    Posts
    810

    Re: Linux won't boot with new GTX 1060

    Had to use the following commands to get things started.

    sudo usermod -a -G video boinc
    ( this adds the unprivalidged boinc account to the video group )

    sudo update-rc.d -f boinc-client remove
    sudo update-rc.d boinc-client defaults 99
    ( move BOINC start-up to the end of start-up processing )

    sudo apt-get nvidia-modprobe <- This step is not needed with 367 driver installed on Ubuntu 16.04 LTS. Don't know about other distros
    sudo modprobe nvidia_uvm

    ( without nvidia-modprobe installed boinc will not find the GPU )

    sudo service boinc-client restart


    Card was now detected but then found out that installing the new driver did not install OpenCL or CUDA. Used synaptic package manager to install both and we're good to go.

    6 7/30/2016 8:32:36 AM CUDA: NVIDIA GPU 0: GeForce GTX 1060 6GB (driver version 367.35, CUDA version 8.0, compute capability 6.1, 4096MB, 3994MB available, 4535 GFLOPS peak)
    8 7/30/2016 8:32:36 AM OpenCL: NVIDIA GPU 0: GeForce GTX 1060 6GB (driver version 367.35, device version OpenCL 1.2 CUDA, 6072MB, 3994MB available, 4535 GFLOPS peak)
    Last edited by nanoprobe; 07-30-16 at 09:11 AM.



    You'll never know what you're living for until you know what you're willing to die for.

  8. #8
    Platinum Member
    Mumps's Avatar
    Join Date
    October 28th, 2010
    Location
    Milwaukee, WI
    Posts
    3,994

    Re: Linux won't boot with new GTX 1060

    Sweet! I gotta crib these notes of yours for the future.

  9. #9
    Ambassador from TSBT scole of TSBT's Avatar
    Join Date
    May 8th, 2015
    Location
    Goldsboro, NC
    Posts
    1,011

    Re: Linux won't boot with new GTX 1060 [SOLVED]

    Will the pascal gpus work in the T5500 and Z600 systems?

  10. #10
    Silver Member
    nanoprobe's Avatar
    Join Date
    August 27th, 2012
    Location
    Classified
    Posts
    810

    Re: Linux won't boot with new GTX 1060

    Don't see why they wouldn't with the correct driver but I don't know if the new driver is dependent on the latest/newest kernel update. I'm using Ubuntu 16.04 LTS. I had to install the 750Ti to get the the 10xx driver installed. I then removed the 750 and put the 10xx to boot. Since I'm a Linux noob YMMV.



    You'll never know what you're living for until you know what you're willing to die for.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •