Can't boot 14.04

Ralf Mardorf silver.bullet at zoho.com
Mon Nov 7 17:35:55 UTC 2016


On Mon, 7 Nov 2016 16:55:02 +0100, Liam Proven wrote:
>On 7 November 2016 at 16:28, Ralf Mardorf <silver.bullet at zoho.com>
>wrote:
>> On Mon, 7 Nov 2016 16:15:49 +0100, Ralf Mardorf wrote:  
>>>nvidia-settings_331*deb  
>>
>> I'm not sure if this is good. Are there other nvidia-settings
>> packages in the cache? Since it's also just a recommended dependency
>> you could also try
>>
>>   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
>>
>> But perhaps you could install nvidia-settings_331*deb, too.  
>
>
>I don't _know_ but honestly, for the sake of simplicity and
>troubleshooting, just removing the whole thing and reverting to nVidia
>seems safer to me.
>
>Remember the KISS principle!

The version in cache is much likely the previously installed version
that worked.

Those steps a strictly KISS:

  change to the cache directory

    cd /var/cache/apt/archives/

  remove all nvidia packages

    sudo apt-get purge $(dpkg -l nvidia* | grep ii | cut -d" " -f3)

  just in case, update the index, assuming hard dependencies should be
  missing

    sudo apt-get update

  install just the absolutely dkms related necessary package of the
  version, the OP knows that it works on 12.04 and that might be the
  version used with 14.04, too

    sudo apt --no-install-recommends install nvidia-304*131*deb

  if this should work and the OP should miss a settings dialogue, try
  installing

    sudo apt --no-install-recommends install nvidia-settings_331*deb

  too.

  If everything works, prevent the package or two packages against
  upgrading.

    http://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package

  Else if ;), run

    sudo apt-get purge nvidia-settings and hold/lock the
    remaining package.

Regards,
Ralf





More information about the ubuntu-users mailing list