Can't boot 14.04

Ralf Mardorf silver.bullet at zoho.com
Mon Nov 7 15:15:49 UTC 2016


On Mon, 7 Nov 2016 08:30:10 -0600, Jim Byrnes wrote:
>On 11/07/2016 06:45 AM, Ralf Mardorf wrote:
>> One other possibility would be to downgrade, if the old packages
>> should be still available by the cache.
>>
>> cd /var/cache/apt/archives/ ls -hAl nvidia-304*131*deb
>> nvidia-opencl-icd-304*131*deb nvidia-settings_331*deb  
>
>I have:
>
>/var/cache/apt/archives/nvidia-current-updates_304.131-0ubuntu0.14.04.2_amd64.deb
>
>and
>
>/var/cache/apt/archives/nvidia-settings_331.20-0ubuntu8_amd64.deb
>
>> If so, then run
>>
>> sudo apt-get purge $(dpkg -l nvidia* | grep ii | cut -d" " -f3) sudo
>> apt-get update sudo apt --no-install-recommends install
>> nvidia-304*131*deb nvidia-opencl-icd-304*131*deb
>> nvidia-settings_331*deb  
>
>None of the nvidia entries (even the 304.132 ones) have "-opencl-icd"
>in them. So I want to be sure of the install command
>
>> After that you need to hold/lock the packages.
>>
>> http://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package

  cd /var/cache/apt/archives/
  sudo apt-get purge $(dpkg -l nvidia* | grep ii | cut -d" " -f3)
  sudo apt-get update
  sudo apt --no-install-recommends install nvidia-304*131*deb nvidia-settings_331*deb

nvidia-opencl-icd is just a recommended dependency, you might not need it.

"OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors.

This package provides the NVIDIA installable client driver (ICD) for OpenCL which supports NVIDIA GPUs."
- https://packages.debian.org/de/sid/nvidia-opencl-icd 

Regards,
Ralf





More information about the ubuntu-users mailing list