0

This hapenned for me after trying to install tvtime, and i don't know the probleme where exactly, i think because my Nvidia card not probaply well installed. i tryed to boot with older kernels but the problem is not resolved. any help please ...


now the splash screen have a black strip with small vibration and Ubuntu is blocked in this screen.

jokerdino
  • 41,320
loulid39
  • 21
  • 5

1 Answers1

0

Use nano to edit your sources.list file:

sudo nano /etc/apt/sources.list

Now use CTRL + K to delete all the lines in the file.

Next, place the following lines in the file:

deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse 
deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

Press CTRL + o to save the file, press CTRL + x to exit nano.

Run the following commands:

sudo apt-get update
sudo apt-get install nvidia-352

Reboot.

Please post any errors.

mchid
  • 43,546
  • 8
  • 97
  • 150