Page 1 of 1

Problems with booting after installing Update pack

Posted: Tue Oct 11, 2011 1:40 pm
by Own
Greetings!

Today I've forced with t problem.


I've installed Linux Debian Mint, installed some work programs and after this also i've updated my OS via update manager.

During updating I've obtained error messages that some libraries could not been installed.

After this I've reeboted my PC. Now Linux doesn't boot. Its only black screen.

But I have access to the terminal via Alt+Cntrl+F1 and I can boot via Live CD. So it seems that some vidio drivers or desctop might be broken :)

Could you tell me possible ways of solving this problems ? I would like to reinstalling my OS

thank you

Re: Problems with booting after installing Update pack

Posted: Tue Oct 11, 2011 1:44 pm
by proxima_centauri
* Moved to LMDE Update / Upgrade Issues forum

What is your graphics card? If it is ATI or NVIDIA, try the following.

Log on to console.

Code: Select all

sudo nano /etc/X11/xorg.conf
For NVIDIA: Change Device "nvidia" to Device "nouveau".
For ATI: Change "fxglx" to "radeon".

Save and exit and reboot.

If this doesn't work - you can try logging in console again, and list any errors from

Code: Select all

apt update && apt dist-upgrade

Re: Problems with booting after installing Update pack

Posted: Tue Oct 11, 2011 2:01 pm
by Own
Thank you for your help

I've tried this sollution tomorow because now I'm at home and the problem on my work desktop.


Could you also provide me with the command for repair the damaged upgrade packages? Is this possible way to restore old packages before updating ?
proxima_centauri wrote:* Moved to LMDE Update / Upgrade Issues forum

What is your graphics card? If it is ATI or NVIDIA, try the following.

Log on to console.

Code: Select all

sudo nano /etc/X11/xorg.conf
For NVIDIA: Change Device "nvidia" to Device "nouveau".
For ATI: Change "fxglx" to "radeon".

Save and exit and reboot.

If this doesn't work - you can try logging in console again, and list any errors from

Code: Select all

apt update && apt dist-upgrade

Re: Problems with booting after installing Update pack

Posted: Tue Oct 11, 2011 2:02 pm
by proxima_centauri

Code: Select all

apt install --fix-broken